Property Getters/Setters Summary | ||
---|---|---|
function | getAnnotations() | |
Contains elements that contain information about comments inserted into a document page. | ||
function | getConnectionABCDs() | |
Contains a collection of ConnectionABCD elements. | ||
function | getConnections() | |
Contains a collection of Connection elements. | ||
function | getDocProps() | |
Contains elements that control the document's preview quality, scope, and output format. | ||
function | getFillStyle() | |
function | setFillStyle(value) | |
StyleSheet element from which this style inherits fill formatting. | ||
function | 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. | ||
function | getForeignData() | |
Contains a MIME (Multipurpose Internet Mail Extensions) encoded BLOB of picture data, such as Windows metafile, bitmap, or OLE data. | ||
function | getHyperlinks() | |
Contains a collection of Hyperlink elements. | ||
function | getLineStyle() | |
function | setLineStyle(value) | |
StyleSheet element from which this style inherits line formatting. | ||
function | getName() | |
function | setName(value) | |
The name of the element. | ||
function | getNameU() | |
function | setNameU(value) | |
The universal name of the element. | ||
function | getProps() | |
Contains a collection of Prop elements. | ||
function | getReviewers() | |
Contains elements that contain identifying information about a document reviewer. | ||
function | getScratchs() | |
Contains a collection of Scratch elements. | ||
function | getTextStyle() | |
function | setTextStyle(value) | |
StyleSheet element from which this style inherits text formatting. | ||
function | getUniqueID() | |
A GUID (globally unique identifier) identifying the shape. | ||
function | getUsers() | |
Contains a collection of User elements. |
Property Getters/Setters Detail |
---|
getName/setName : String | |
function getName() / function setName(value) |
getNameU/setNameU : String | |
function getNameU() / function setNameU(value) |
getLineStyle/setLineStyle : StyleSheet | |
function getLineStyle() / function setLineStyle(value) |
getFillStyle/setFillStyle : StyleSheet | |
function getFillStyle() / function setFillStyle(value) |
getTextStyle/setTextStyle : StyleSheet | |
function getTextStyle() / function setTextStyle(value) |
getUniqueID : UUID | |
function getUniqueID() |
getDocProps : DocProps | |
function getDocProps() |
getScratchs : ScratchCollection | |
function getScratchs() |
getConnections : ConnectionCollection | |
function getConnections() |
getConnectionABCDs : ConnectionABCDCollection | |
function getConnectionABCDs() |
getUsers : UserCollection | |
function getUsers() |
getProps : PropCollection | |
function getProps() |
getHyperlinks : HyperlinkCollection | |
function getHyperlinks() |
getReviewers : ReviewerCollection | |
function getReviewers() |
getAnnotations : AnnotationCollection | |
function getAnnotations() |
getForeignData : ForeignData | |
function getForeignData() |
getForeign : Foreign | |
function getForeign() |