DocumentSheet

DocumentSheet class

Specifies a document’s ShapeSheet structure.

Properties

NameTypeDescription
NameStringThe name of the element.
NameUStringThe universal name of the element.
LineStyleStyleSheetStyleSheet element from which this style inherits line formatting.
FillStyleStyleSheetStyleSheet element from which this style inherits fill formatting.
TextStyleStyleSheetStyleSheet element from which this style inherits text formatting.
UniqueIDUUIDA GUID (globally unique identifier) identifying the shape.
DocPropsDocPropsContains elements that control the document’s preview quality, scope, and output format.
ScratchsScratchCollectionContains a collection of Scratch elements.
ConnectionsConnectionCollectionContains a collection of Connection elements.
ConnectionABCDsConnectionABCDCollectionContains a collection of ConnectionABCD elements.
UsersUserCollectionContains a collection of User elements.
PropsPropCollectionContains a collection of Prop elements.
HyperlinksHyperlinkCollectionContains a collection of Hyperlink elements.
ReviewersReviewerCollectionContains elements that contain identifying information about a document reviewer.
AnnotationsAnnotationCollectionContains elements that contain information about comments inserted into a document page.
ForeignDataForeignDataContains a MIME (Multipurpose Internet Mail Extensions) encoded BLOB of picture data, such as Windows metafile, bitmap,
ForeignForeignContains 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

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