ts-visio - v1.16.27
    Preparing search index...

    Interface StyleRecord

    A reference to a document-level stylesheet, returned by doc.createStyle().

    interface StyleRecord {
        id: number;
        name: string;
    }
    Index

    Properties

    Properties

    id: number

    Zero-based integer ID used as LineStyle / FillStyle / TextStyle on shapes.

    name: string

    Human-readable name given to the style.