public class PageSheet
Property Getters/Setters Summary | ||
---|---|---|
ActCollection | getActs() | |
Contains a collection of Act elements.
|
||
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.
|
||
StyleSheet | getFillStyle() | |
void | setFillStyle(StyleSheet value) | |
StyleSheet element from which the PageSheet 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.
|
||
LayerCollection | getLayers() | |
Contains a collection of Layer elements.
|
||
StyleSheet | getLineStyle() | |
void | setLineStyle(StyleSheet value) | |
StyleSheet element from which the PageSheet inherits line formatting. | ||
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.
|
||
PageProps | getPageProps() | |
Contains Diagram that control page attributes, such as the page width, height, and scale.
|
||
PrintProps | getPrintProps() | |
Contains elements that control how the drawing page is formatted (appears) on the printer page.
|
||
PropCollection | getProps() | |
Contains a collection of Prop elements.
|
||
RulerGrid | getRulerGrid() | |
Contains elements that specify the settings of the page's rulers and grid.
|
||
ScratchCollection | getScratchs() | |
Contains a collection of Scratch elements.
|
||
SmartTagDefCollection | getSmartTagDefs() | |
Contains a collection of SmartTagDef elements.
|
||
StyleSheet | getTextStyle() | |
void | setTextStyle(StyleSheet value) | |
StyleSheet element from which the PageSheet inherits text formatting. | ||
java.util.UUID | getUniqueID() | |
A GUID (globally unique identifier) for the element.
|
||
UserCollection | getUsers() | |
Contains a collection of User elements.
|
||
XForm | getXForm() | |
Contains elements specifying general positioning information about a shape.
|
Method Summary | ||
---|---|---|
void | copy(PageSheet source) | |
Copies pagesheet from a source object.
|
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 XForm getXForm()
public PageProps getPageProps()
public RulerGrid getRulerGrid()
public PageLayout getPageLayout()
public PrintProps getPrintProps()
public ScratchCollection getScratchs()
public ConnectionCollection getConnections()
public ConnectionABCDCollection getConnectionABCDs()
public ActCollection getActs()
public LayerCollection getLayers()
public UserCollection getUsers()
public PropCollection getProps()
public HyperlinkCollection getHyperlinks()
public SmartTagDefCollection getSmartTagDefs()
public AnnotationCollection getAnnotations()
public Foreign getForeign()
public ForeignData getForeignData()
public void copy(PageSheet source) throws java.lang.Exception
source
- source pagesheet.