aspose.diagram
Class DocumentSheet

Specifies a document's ShapeSheet structure.

Property Getters/Setters Summary
functiongetAnnotations()
           Contains elements that contain information about comments inserted into a document page.
functiongetConnectionABCDs()
           Contains a collection of ConnectionABCD elements.
functiongetConnections()
           Contains a collection of Connection elements.
functiongetDocProps()
           Contains elements that control the document's preview quality, scope, and output format.
functiongetFillStyle()
functionsetFillStyle(value)
           StyleSheet element from which this style inherits fill formatting.
functiongetForeign()
           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.
functiongetForeignData()
           Contains a MIME (Multipurpose Internet Mail Extensions) encoded BLOB of picture data, such as Windows metafile, bitmap, or OLE data.
functiongetHyperlinks()
           Contains a collection of Hyperlink elements.
functiongetLineStyle()
functionsetLineStyle(value)
           StyleSheet element from which this style inherits line formatting.
functiongetName()
functionsetName(value)
           The name of the element.
functiongetNameU()
functionsetNameU(value)
           The universal name of the element.
functiongetProps()
           Contains a collection of Prop elements.
functiongetReviewers()
           Contains elements that contain identifying information about a document reviewer.
functiongetScratchs()
           Contains a collection of Scratch elements.
functiongetTextStyle()
functionsetTextStyle(value)
           StyleSheet element from which this style inherits text formatting.
functiongetUniqueID()
           A GUID (globally unique identifier) identifying the shape.
functiongetUsers()
           Contains a collection of User elements.
 

Property Getters/Setters Detail

getName/setName : String 

function getName() / function setName(value)
The name of the element.

getNameU/setNameU : String 

function getNameU() / function setNameU(value)
The universal name of the element.

getLineStyle/setLineStyle : StyleSheet 

function getLineStyle() / function setLineStyle(value)
StyleSheet element from which this style inherits line formatting.

getFillStyle/setFillStyle : StyleSheet 

function getFillStyle() / function setFillStyle(value)
StyleSheet element from which this style inherits fill formatting.

getTextStyle/setTextStyle : StyleSheet 

function getTextStyle() / function setTextStyle(value)
StyleSheet element from which this style inherits text formatting.

getUniqueID : UUID 

function getUniqueID()
A GUID (globally unique identifier) identifying the shape.

getDocProps : DocProps 

function getDocProps()
Contains elements that control the document's preview quality, scope, and output format.

getScratchs : ScratchCollection 

function getScratchs()
Contains a collection of Scratch elements.

getConnections : ConnectionCollection 

function getConnections()
Contains a collection of Connection elements.

getConnectionABCDs : ConnectionABCDCollection 

function getConnectionABCDs()
Contains a collection of ConnectionABCD elements.

getUsers : UserCollection 

function getUsers()
Contains a collection of User elements.

getProps : PropCollection 

function getProps()
Contains a collection of Prop elements.

getHyperlinks : HyperlinkCollection 

function getHyperlinks()
Contains a collection of Hyperlink elements.

getReviewers : ReviewerCollection 

function getReviewers()
Contains elements that contain identifying information about a document reviewer.

getAnnotations : AnnotationCollection 

function getAnnotations()
Contains elements that contain information about comments inserted into a document page.

getForeignData : ForeignData 

function getForeignData()
Contains a MIME (Multipurpose Internet Mail Extensions) encoded BLOB of picture data, such as Windows metafile, bitmap, or OLE data.

getForeign : Foreign 

function getForeign()
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.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.