PageSheet
Inheritance: java.lang.Object
public class PageSheet
Contains elements that define the page sheet for a Page or Master element.
Methods
Method | Description |
---|---|
copy(PageSheet source) | Copies pagesheet from a source object. |
equals(Object arg0) | |
getActs() | Contains a collection of Act elements. |
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. |
getFillStyle() | StyleSheet element from which the PageSheet 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. |
getLayers() | Contains a collection of Layer elements. |
getLineStyle() | StyleSheet element from which the PageSheet inherits line formatting. |
getPageLayout() | Contains Diagram that control the page layout settings for shapes and connectors, such as spacing between all shapes on the page, spacing between all connectors on the page, and routing style for all connectors on the page. |
getPageProps() | Contains Diagram that control page attributes, such as the page width, height, and scale. |
getPrintProps() | Contains elements that control how the drawing page is formatted (appears) on the printer page. |
getProps() | Contains a collection of Prop elements. |
getRulerGrid() | Contains elements that specify the settings of the page’s rulers and grid. |
getScratchs() | Contains a collection of Scratch elements. |
getSmartTagDefs() | Contains a collection of SmartTagDef elements. |
getTextStyle() | StyleSheet element from which the PageSheet inherits text formatting. |
getUniqueID() | A GUID (globally unique identifier) for the element. |
getUsers() | Contains a collection of User elements. |
getXForm() | Contains elements specifying general positioning information about a shape. |
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() |
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) |
copy(PageSheet source)
public void copy(PageSheet source)
Copies pagesheet from a source object.
Parameters:
Parameter | Type | Description |
---|---|---|
source | PageSheet | source pagesheet. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getActs()
public ActCollection getActs()
Contains a collection of Act elements.
Returns: ActCollection
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
getFillStyle()
public StyleSheet getFillStyle()
StyleSheet element from which the PageSheet 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
getLayers()
public LayerCollection getLayers()
Contains a collection of Layer elements.
Returns: LayerCollection
getLineStyle()
public StyleSheet getLineStyle()
StyleSheet element from which the PageSheet inherits line formatting.
Returns: StyleSheet
getPageLayout()
public PageLayout getPageLayout()
Contains Diagram that control the page layout settings for shapes and connectors, such as spacing between all shapes on the page, spacing between all connectors on the page, and routing style for all connectors on the page.
Returns: PageLayout
getPageProps()
public PageProps getPageProps()
Contains Diagram that control page attributes, such as the page width, height, and scale.
Returns: PageProps
getPrintProps()
public PrintProps getPrintProps()
Contains elements that control how the drawing page is formatted (appears) on the printer page.
Returns: PrintProps
getProps()
public PropCollection getProps()
Contains a collection of Prop elements.
Returns: PropCollection
getRulerGrid()
public RulerGrid getRulerGrid()
Contains elements that specify the settings of the page’s rulers and grid.
Returns: RulerGrid
getScratchs()
public ScratchCollection getScratchs()
Contains a collection of Scratch elements.
Returns: ScratchCollection
getSmartTagDefs()
public SmartTagDefCollection getSmartTagDefs()
Contains a collection of SmartTagDef elements.
Returns: SmartTagDefCollection
getTextStyle()
public StyleSheet getTextStyle()
StyleSheet element from which the PageSheet inherits text formatting.
Returns: StyleSheet
getUniqueID()
public UUID getUniqueID()
A GUID (globally unique identifier) for the element.
Returns: java.util.UUID
getUsers()
public UserCollection getUsers()
Contains a collection of User elements.
Returns: UserCollection
getXForm()
public XForm getXForm()
Contains elements specifying general positioning information about a shape.
Returns: XForm
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 |
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 |