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

    Interface MasterRecord

    A master shape definition — returned by doc.getMasters() and doc.createMaster(). The id can be passed as masterId when calling page.addShape() to stamp an instance of the master onto a page.

    interface MasterRecord {
        id: string;
        name: string;
        nameU: string;
        xmlPath: string;
    }
    Index

    Properties

    Properties

    id: string

    String integer ID (matches @_Master attribute on shape instances).

    name: string

    Display name (locale-specific).

    nameU: string

    Universal (locale-independent) name.

    xmlPath: string

    OPC path to the individual master content file, e.g. "visio/masters/master1.xml".