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 value) | |
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 value) | |
StyleSheet element from which this style inherits line formatting. | ||
java.lang.String | getName() | |
void | setName(java.lang.Stringvalue) | |
The name of the element. | ||
java.lang.String | getNameU() | |
void | setNameU(java.lang.Stringvalue) | |
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 value) | |
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.
|
public java.lang.String getName() / public void setName(java.lang.String value)
public java.lang.String getNameU() / public void setNameU(java.lang.String value)
public StyleSheet getLineStyle() / public void setLineStyle(StyleSheet value)
public StyleSheet getFillStyle() / public void setFillStyle(StyleSheet value)
public StyleSheet getTextStyle() / public void setTextStyle(StyleSheet value)
public java.util.UUID getUniqueID()
public DocProps getDocProps()
public ScratchCollection getScratchs()
public ConnectionCollection getConnections()
public ConnectionABCDCollection getConnectionABCDs()
public UserCollection getUsers()
public PropCollection getProps()
public HyperlinkCollection getHyperlinks()
public ReviewerCollection getReviewers()
public AnnotationCollection getAnnotations()
public ForeignData getForeignData()
public Foreign getForeign()