Property Getters/Setters Summary | ||
---|---|---|
method | getAnnotations() | |
Contains elements that contain information about comments inserted into a document page.
|
||
method | getConnectionABCDs() | |
Contains a collection of ConnectionABCD elements.
|
||
method | getConnections() | |
Contains a collection of Connection elements.
|
||
method | getDocProps() | |
Contains elements that control the document's preview quality, scope, and output format.
|
||
method | getFillStyle() | |
method | setFillStyle(value) | |
StyleSheet element from which this style inherits fill formatting. | ||
method | getForeign() | |
Contains elements specifying the width and height of an object from another program used in a Microsoft Visio document. Also includes elements specifying the distance the object's image is offset within its borders.
|
||
method | getForeignData() | |
Contains a MIME (Multipurpose Internet Mail Extensions) encoded BLOB of picture data, such as Windows metafile, bitmap, or OLE data.
|
||
method | getHyperlinks() | |
Contains a collection of Hyperlink elements.
|
||
method | getLineStyle() | |
method | setLineStyle(value) | |
StyleSheet element from which this style inherits line formatting. | ||
method | getName() | |
method | setName(value) | |
The name of the element. | ||
method | getNameU() | |
method | setNameU(value) | |
The universal name of the element. | ||
method | getProps() | |
Contains a collection of Prop elements.
|
||
method | getReviewers() | |
Contains elements that contain identifying information about a document reviewer.
|
||
method | getScratchs() | |
Contains a collection of Scratch elements.
|
||
method | getTextStyle() | |
method | setTextStyle(value) | |
StyleSheet element from which this style inherits text formatting. | ||
method | getUniqueID() | |
A GUID (globally unique identifier) identifying the shape.
|
||
method | getUsers() | |
Contains a collection of User elements.
|
String getName() / setName(value)
String getNameU() / setNameU(value)
StyleSheet getLineStyle() / setLineStyle(value)
StyleSheet getFillStyle() / setFillStyle(value)
StyleSheet getTextStyle() / setTextStyle(value)
UUID getUniqueID()
DocProps getDocProps()
ScratchCollection getScratchs()
ConnectionCollection getConnections()
ConnectionABCDCollection getConnectionABCDs()
UserCollection getUsers()
PropCollection getProps()
HyperlinkCollection getHyperlinks()
ReviewerCollection getReviewers()
AnnotationCollection getAnnotations()
ForeignData getForeignData()