asposediagram.api

Class DocumentSheet

Specifies a document's ShapeSheet structure.

Property Getters/Setters Summary
methodgetAnnotations()
Contains elements that contain information about comments inserted into a document page.
methodgetConnectionABCDs()
Contains a collection of ConnectionABCD elements.
methodgetConnections()
Contains a collection of Connection elements.
methodgetDocProps()
Contains elements that control the document's preview quality, scope, and output format.
methodgetFillStyle()
method
           StyleSheet element from which this style inherits fill formatting.
methodgetForeign()
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.
methodgetForeignData()
Contains a MIME (Multipurpose Internet Mail Extensions) encoded BLOB of picture data, such as Windows metafile, bitmap, or OLE data.
methodgetHyperlinks()
Contains a collection of Hyperlink elements.
methodgetLineStyle()
method
           StyleSheet element from which this style inherits line formatting.
methodgetName()
method
setName(value)
           The name of the element.
methodgetNameU()
method
setNameU(value)
           The universal name of the element.
methodgetProps()
Contains a collection of Prop elements.
methodgetReviewers()
Contains elements that contain identifying information about a document reviewer.
methodgetScratchs()
Contains a collection of Scratch elements.
methodgetTextStyle()
method
           StyleSheet element from which this style inherits text formatting.
methodgetUniqueID()
A GUID (globally unique identifier) identifying the shape.
methodgetUsers()
Contains a collection of User elements.
 

    • Property Getters/Setters Detail

      • getName/setName : String 

        String getName() / setName(value)
        
        The name of the element.
      • getNameU/setNameU : String 

        String getNameU() / setNameU(value)
        
        The universal name of the element.
      • getLineStyle/setLineStyle : StyleSheet 

        StyleSheet getLineStyle() / setLineStyle(value)
        
        StyleSheet element from which this style inherits line formatting.
      • getFillStyle/setFillStyle : StyleSheet 

        StyleSheet getFillStyle() / setFillStyle(value)
        
        StyleSheet element from which this style inherits fill formatting.
      • getTextStyle/setTextStyle : StyleSheet 

        StyleSheet getTextStyle() / setTextStyle(value)
        
        StyleSheet element from which this style inherits text formatting.
      • getUniqueID : UUID 

        UUID getUniqueID()
        
        A GUID (globally unique identifier) identifying the shape.
      • getDocProps : DocProps 

        DocProps getDocProps()
        
        Contains elements that control the document's preview quality, scope, and output format.
      • getForeignData : ForeignData 

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

        Foreign 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.