DocumentSheet Element [Visio 2003 SDK Documentation]
Specifies a document's ShapeSheet structure.
Syntax
<DocumentSheet
[Name]
[NameU]
[UniqueID]
[LineStyle]
[FillStyle]
[TextStyle]>
</DocumentSheet>
Attributes
Name
Optional string. The name of the DocumentSheet element.
NameU
Optional string. The universal name of the DocumentSheet element.
UniqueID
Optional string. A GUID (globally unique identifier) identifying the shape.
LineStyle
Optional int. Specifies the ID of the StyleSheet element from which this sheet inherits line formatting.
FillStyle
Optional int. Specifies the ID of the StyleSheet element from which this sheet inherits fill formatting.
TextStyle
Optional int. Specifies the ID of the StyleSheet element from which this sheet inherits text formatting.
Element properties
Property | Value |
---|---|
Name | DocumentSheet |
Minimum Occurrences | 0 |
Maximum Occurrences | 1 |
Element information
Parent elements
Child elements
Remarks
While all the listed child elements are technically permitted, only DocProps, User, Prop, Hyperlink, Scratch, Data1, Data2, and Data3 are likely to be relevant to the DocumentSheet element.
See also
DocumentSheet property