DocumentSheet
Inheritance: java.lang.Object
public class DocumentSheet
Specifies a document’s ShapeSheet structure.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAnnotations() | Contains elements that contain information about comments inserted into a document page. |
getClass() | |
getConnectionABCDs() | Contains a collection of ConnectionABCD elements. |
getConnections() | Contains a collection of Connection elements. |
getDocProps() | Contains elements that control the document’s preview quality, scope, and output format. |
getFillStyle() | StyleSheet element from which this style inherits fill formatting. |
getForeign() | Contains elements specifying the width and height of an object from another program used in a Microsoft Visio document. |
getForeignData() | Contains a MIME (Multipurpose Internet Mail Extensions) encoded BLOB of picture data, such as Windows metafile, bitmap, or OLE data. |
getHyperlinks() | Contains a collection of Hyperlink elements. |
getLineStyle() | StyleSheet element from which this style inherits line formatting. |
getName() | The name of the element. |
getNameU() | The universal name of the element. |
getProps() | Contains a collection of Prop elements. |
getReviewers() | Contains elements that contain identifying information about a document reviewer. |
getScratchs() | Contains a collection of Scratch elements. |
getTextStyle() | StyleSheet element from which this style inherits text formatting. |
getUniqueID() | A GUID (globally unique identifier) identifying the shape. |
getUsers() | Contains a collection of User elements. |
hashCode() | |
notify() | |
notifyAll() | |
setFillStyle(StyleSheet value) | For the description of this property, please see getFillStyle() |
setLineStyle(StyleSheet value) | For the description of this property, please see getLineStyle() |
setName(String value) | For the description of this property, please see getName() |
setNameU(String value) | For the description of this property, please see getNameU() |
setTextStyle(StyleSheet value) | For the description of this property, please see getTextStyle() |
setUniqueID(UUID value) | For the description of this property, please see getUniqueID() |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAnnotations()
public AnnotationCollection getAnnotations()
Contains elements that contain information about comments inserted into a document page.
Returns: AnnotationCollection
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
getConnectionABCDs()
public ConnectionABCDCollection getConnectionABCDs()
Contains a collection of ConnectionABCD elements.
Returns: ConnectionABCDCollection
getConnections()
public ConnectionCollection getConnections()
Contains a collection of Connection elements.
Returns: ConnectionCollection
getDocProps()
public DocProps getDocProps()
Contains elements that control the document’s preview quality, scope, and output format.
Returns: DocProps
getFillStyle()
public StyleSheet getFillStyle()
StyleSheet element from which this style inherits fill formatting.
Returns: StyleSheet
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.
Returns: Foreign
getForeignData()
public ForeignData getForeignData()
Contains a MIME (Multipurpose Internet Mail Extensions) encoded BLOB of picture data, such as Windows metafile, bitmap, or OLE data.
Returns: ForeignData
getHyperlinks()
public HyperlinkCollection getHyperlinks()
Contains a collection of Hyperlink elements.
Returns: HyperlinkCollection
getLineStyle()
public StyleSheet getLineStyle()
StyleSheet element from which this style inherits line formatting.
Returns: StyleSheet
getName()
public String getName()
The name of the element.
Returns: java.lang.String
getNameU()
public String getNameU()
The universal name of the element.
Returns: java.lang.String
getProps()
public PropCollection getProps()
Contains a collection of Prop elements.
Returns: PropCollection
getReviewers()
public ReviewerCollection getReviewers()
Contains elements that contain identifying information about a document reviewer.
Returns: ReviewerCollection
getScratchs()
public ScratchCollection getScratchs()
Contains a collection of Scratch elements.
Returns: ScratchCollection
getTextStyle()
public StyleSheet getTextStyle()
StyleSheet element from which this style inherits text formatting.
Returns: StyleSheet
getUniqueID()
public UUID getUniqueID()
A GUID (globally unique identifier) identifying the shape.
Returns: java.util.UUID
getUsers()
public UserCollection getUsers()
Contains a collection of User elements.
Returns: UserCollection
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setFillStyle(StyleSheet value)
public void setFillStyle(StyleSheet value)
For the description of this property, please see getFillStyle()
Parameters:
Parameter | Type | Description |
---|---|---|
value | StyleSheet |
setLineStyle(StyleSheet value)
public void setLineStyle(StyleSheet value)
For the description of this property, please see getLineStyle()
Parameters:
Parameter | Type | Description |
---|---|---|
value | StyleSheet |
setName(String value)
public void setName(String value)
For the description of this property, please see getName()
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setNameU(String value)
public void setNameU(String value)
For the description of this property, please see getNameU()
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setTextStyle(StyleSheet value)
public void setTextStyle(StyleSheet value)
For the description of this property, please see getTextStyle()
Parameters:
Parameter | Type | Description |
---|---|---|
value | StyleSheet |
setUniqueID(UUID value)
public void setUniqueID(UUID value)
For the description of this property, please see getUniqueID()
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.UUID |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |