DocumentSheet
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. |
DocumentSheet.Name property
The name of the element.
Type: String
DocumentSheet.NameU property
The universal name of the element.
Type: String
DocumentSheet.LineStyle property
StyleSheet element from which this style inherits line formatting.
Type: StyleSheet
DocumentSheet.FillStyle property
StyleSheet element from which this style inherits fill formatting.
Type: StyleSheet
DocumentSheet.TextStyle property
StyleSheet element from which this style inherits text formatting.
Type: StyleSheet
DocumentSheet.UniqueID property
A GUID (globally unique identifier) identifying the shape.
Type: UUID
DocumentSheet.DocProps property
Contains elements that control the document’s preview quality, scope, and output format.
Type: DocProps
DocumentSheet.Scratchs property
Contains a collection of Scratch elements.
Type: ScratchCollection
DocumentSheet.Connections property
Contains a collection of Connection elements.
Type: ConnectionCollection
DocumentSheet.ConnectionABCDs property
Contains a collection of ConnectionABCD elements.
Type: ConnectionABCDCollection
DocumentSheet.Users property
Contains a collection of User elements.
Type: UserCollection
DocumentSheet.Props property
Contains a collection of Prop elements.
Type: PropCollection
DocumentSheet.Hyperlinks property
Contains a collection of Hyperlink elements.
Type: HyperlinkCollection
DocumentSheet.Reviewers property
Contains elements that contain identifying information about a document reviewer.
Type: ReviewerCollection
DocumentSheet.Annotations property
Contains elements that contain information about comments inserted into a document page.
Type: AnnotationCollection
DocumentSheet.ForeignData property
Contains a MIME (Multipurpose Internet Mail Extensions) encoded BLOB of picture data, such as Windows metafile, bitmap, or OLE data.
Type: ForeignData
DocumentSheet.Foreign property
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.
Type: Foreign