java.lang.Object
com.aspose.diagram.DocumentSheet
public class DocumentSheet
| Property Getters/Setters Summary | ||
|---|---|---|
AnnotationCollection | getAnnotations() | |
| Contains elements that contain information about comments inserted into a document page. | ||
ConnectionABCDCollection | getConnectionABCDs() | |
| Contains a collection of ConnectionABCD elements. | ||
ConnectionCollection | getConnections() | |
| Contains a collection of Connection elements. | ||
DocProps | getDocProps() | |
| Contains elements that control the document's preview quality, scope, and output format. | ||
StyleSheet | getFillStyle() | |
void | setFillStyle(StyleSheet) | |
| StyleSheet element from which this style inherits fill formatting. | ||
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. | ||
ForeignData | getForeignData() | |
| Contains a MIME (Multipurpose Internet Mail Extensions) encoded BLOB of picture data, such as Windows metafile, bitmap, or OLE data. | ||
HyperlinkCollection | getHyperlinks() | |
| Contains a collection of Hyperlink elements. | ||
StyleSheet | getLineStyle() | |
void | setLineStyle(StyleSheet) | |
| StyleSheet element from which this style inherits line formatting. | ||
java.lang.String | getName() | |
void | setName(java.lang.String) | |
| The name of the element. | ||
java.lang.String | getNameU() | |
void | setNameU(java.lang.String) | |
| The universal name of the element. | ||
PropCollection | getProps() | |
| Contains a collection of Prop elements. | ||
ReviewerCollection | getReviewers() | |
| Contains elements that contain identifying information about a document reviewer. | ||
ScratchCollection | getScratchs() | |
| Contains a collection of Scratch elements. | ||
StyleSheet | getTextStyle() | |
void | setTextStyle(StyleSheet) | |
| StyleSheet element from which this style inherits text formatting. | ||
java.util.UUID | getUniqueID() | |
| A GUID (globally unique identifier) identifying the shape. | ||
UserCollection | getUsers() | |
| Contains a collection of User elements. | ||
| Property Getters/Setters Detail |
|---|
getName/setName | |
public java.lang.String getName() / public void setName(java.lang.String value) | |
getNameU/setNameU | |
public java.lang.String getNameU() / public void setNameU(java.lang.String value) | |
getLineStyle/setLineStyle | |
public StyleSheet getLineStyle() / public void setLineStyle(StyleSheet value) | |
getFillStyle/setFillStyle | |
public StyleSheet getFillStyle() / public void setFillStyle(StyleSheet value) | |
getTextStyle/setTextStyle | |
public StyleSheet getTextStyle() / public void setTextStyle(StyleSheet value) | |
getUniqueID | |
public java.util.UUID getUniqueID() | |
getDocProps | |
public DocProps getDocProps() | |
getScratchs | |
public ScratchCollection getScratchs() | |
getConnections | |
public ConnectionCollection getConnections() | |
getConnectionABCDs | |
public ConnectionABCDCollection getConnectionABCDs() | |
getUsers | |
public UserCollection getUsers() | |
getProps | |
public PropCollection getProps() | |
getHyperlinks | |
public HyperlinkCollection getHyperlinks() | |
getReviewers | |
public ReviewerCollection getReviewers() | |
getAnnotations | |
public AnnotationCollection getAnnotations() | |
getForeignData | |
public ForeignData getForeignData() | |
getForeign | |
public Foreign getForeign() | |