DocumentSheet class

DocumentSheet class

Specifies a document’s ShapeSheet structure.

The DocumentSheet type exposes the following members:

Properties

PropertyDescription
nameThe name of the element.
name_uThe universal name of the element.
line_styleStyleSheet element from which this style inherits line formatting.
fill_styleStyleSheet element from which this style inherits fill formatting.
text_styleStyleSheet element from which this style inherits text formatting.
unique_idA GUID (globally unique identifier) identifying the shape.
doc_propsContains elements that control the document’s preview quality, scope, and output format.
scratchsContains a collection of Scratch elements.
connectionsContains a collection of Connection elements.
connection_abc_dsContains a collection of ConnectionABCD elements.
usersContains a collection of User elements.
propsContains a collection of Prop elements.
hyperlinksContains a collection of Hyperlink elements.
reviewersContains elements that contain identifying information about a document reviewer.
annotationsContains elements that contain information about comments inserted into a document page.
foreign_dataContains a MIME (Multipurpose Internet Mail Extensions) encoded BLOB of picture data, such as Windows metafile, bitmap, or OLE data.
foreignContains 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.

See Also