com.aspose.diagram
Class DocumentSheet

java.lang.Object
    extended by com.aspose.diagram.DocumentSheet

public class DocumentSheet 
extends java.lang.Object

Specifies a document's ShapeSheet structure.


Property Getters/Setters Summary
AnnotationCollectiongetAnnotations()
           Contains elements that contain information about comments inserted into a document page.
ConnectionABCDCollectiongetConnectionABCDs()
           Contains a collection of ConnectionABCD elements.
ConnectionCollectiongetConnections()
           Contains a collection of Connection elements.
DocPropsgetDocProps()
           Contains elements that control the document's preview quality, scope, and output format.
StyleSheetgetFillStyle()
voidsetFillStyle(StyleSheet)
           StyleSheet element from which this style inherits fill formatting.
ForeigngetForeign()
           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.
ForeignDatagetForeignData()
           Contains a MIME (Multipurpose Internet Mail Extensions) encoded BLOB of picture data, such as Windows metafile, bitmap, or OLE data.
HyperlinkCollectiongetHyperlinks()
           Contains a collection of Hyperlink elements.
StyleSheetgetLineStyle()
voidsetLineStyle(StyleSheet)
           StyleSheet element from which this style inherits line formatting.
java.lang.StringgetName()
voidsetName(java.lang.String)
           The name of the element.
java.lang.StringgetNameU()
voidsetNameU(java.lang.String)
           The universal name of the element.
PropCollectiongetProps()
           Contains a collection of Prop elements.
ReviewerCollectiongetReviewers()
           Contains elements that contain identifying information about a document reviewer.
ScratchCollectiongetScratchs()
           Contains a collection of Scratch elements.
StyleSheetgetTextStyle()
voidsetTextStyle(StyleSheet)
           StyleSheet element from which this style inherits text formatting.
java.util.UUIDgetUniqueID()
           A GUID (globally unique identifier) identifying the shape.
UserCollectiongetUsers()
           Contains a collection of User elements.
 

Property Getters/Setters Detail

getName/setName

public java.lang.String getName() / public void setName(java.lang.String value)
The name of the element.

getNameU/setNameU

public java.lang.String getNameU() / public void setNameU(java.lang.String value)
The universal name of the element.

getLineStyle/setLineStyle

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

getFillStyle/setFillStyle

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

getTextStyle/setTextStyle

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

getUniqueID

public java.util.UUID getUniqueID()
A GUID (globally unique identifier) identifying the shape.

getDocProps

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

getScratchs

public ScratchCollection getScratchs()
Contains a collection of Scratch elements.

getConnections

public ConnectionCollection getConnections()
Contains a collection of Connection elements.

getConnectionABCDs

public ConnectionABCDCollection getConnectionABCDs()
Contains a collection of ConnectionABCD elements.

getUsers

public UserCollection getUsers()
Contains a collection of User elements.

getProps

public PropCollection getProps()
Contains a collection of Prop elements.

getHyperlinks

public HyperlinkCollection getHyperlinks()
Contains a collection of Hyperlink elements.

getReviewers

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

getAnnotations

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

getForeignData

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

getForeign

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

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