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.
doc.getMasters()
doc.createMaster()
id
masterId
page.addShape()
String integer ID (matches @_Master attribute on shape instances).
@_Master
Display name (locale-specific).
Universal (locale-independent) name.
OPC path to the individual master content file, e.g. "visio/masters/master1.xml".
"visio/masters/master1.xml"
A master shape definition — returned by
doc.getMasters()anddoc.createMaster(). Theidcan be passed asmasterIdwhen callingpage.addShape()to stamp an instance of the master onto a page.