DocumentSheet
Contents
[
Hide
]DocumentSheet class
Specifies a document’s ShapeSheet structure.
Properties
| Name | Type | Description |
|---|---|---|
| Name | String | The name of the element. |
| NameU | String | The universal name of the element. |
| LineStyle | StyleSheet | StyleSheet element from which this style inherits line formatting. |
| FillStyle | StyleSheet | StyleSheet element from which this style inherits fill formatting. |
| TextStyle | StyleSheet | StyleSheet element from which this style inherits text formatting. |
| UniqueID | UUID | A GUID (globally unique identifier) identifying the shape. |
| DocProps | DocProps | Contains elements that control the document’s preview quality, scope, and output format. |
| Scratchs | ScratchCollection | Contains a collection of Scratch elements. |
| Connections | ConnectionCollection | Contains a collection of Connection elements. |
| ConnectionABCDs | ConnectionABCDCollection | Contains a collection of ConnectionABCD elements. |
| Users | UserCollection | Contains a collection of User elements. |
| Props | PropCollection | Contains a collection of Prop elements. |
| Hyperlinks | HyperlinkCollection | Contains a collection of Hyperlink elements. |
| Reviewers | ReviewerCollection | Contains elements that contain identifying information about a document reviewer. |
| Annotations | AnnotationCollection | Contains elements that contain information about comments inserted into a document page. |
| ForeignData | ForeignData | Contains a MIME (Multipurpose Internet Mail Extensions) encoded BLOB of picture data, such as Windows metafile, bitmap, |
| Foreign | Foreign | Contains elements specifying the width and height of an object from another program used in a Microsoft Visio document. |