com.aspose.diagram
Class PageSheet

java.lang.Object
    extended by com.aspose.diagram.PageSheet

public class PageSheet 
extends java.lang.Object

Contains elements that define the page sheet for a Page or Master element.


Property Getters/Setters Summary
ActCollectiongetActs()
           Contains a collection of Act elements.
AnnotationCollectiongetAnnotations()
           Contains elements that contain information about comments inserted into a document page.
ConnectionABCDCollectiongetConnectionABCDs()
           Contains a collection of ConnectionABCD elements.
ConnectionCollectiongetConnections()
           Contains a collection of Connection elements.
StyleSheetgetFillStyle()
voidsetFillStyle(StyleSheet)
           StyleSheet element from which the PageSheet inherits fill formatting.
ForeigngetForeign()
           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.
ForeignDatagetForeignData()
           Contains a MIME (Multipurpose Internet Mail Extensions) encoded BLOB of picture data, such as Windows metafile, bitmap, or OLE data.
HyperlinkCollectiongetHyperlinks()
           Contains a collection of Hyperlink elements.
LayerCollectiongetLayers()
           Contains a collection of Layer elements.
StyleSheetgetLineStyle()
voidsetLineStyle(StyleSheet)
           StyleSheet element from which the PageSheet inherits line formatting.
PageLayoutgetPageLayout()
           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.
PagePropsgetPageProps()
           Contains Diagram that control page attributes, such as the page width, height, and scale.
PrintPropsgetPrintProps()
           Contains elements that control how the drawing page is formatted (appears) on the printer page.
PropCollectiongetProps()
           Contains a collection of Prop elements.
RulerGridgetRulerGrid()
           Contains elements that specify the settings of the page's rulers and grid.
ScratchCollectiongetScratchs()
           Contains a collection of Scratch elements.
SmartTagDefCollectiongetSmartTagDefs()
           Contains a collection of SmartTagDef elements.
StyleSheetgetTextStyle()
voidsetTextStyle(StyleSheet)
           StyleSheet element from which the PageSheet inherits text formatting.
java.util.UUIDgetUniqueID()
           A GUID (globally unique identifier) for the element.
UserCollectiongetUsers()
           Contains a collection of User elements.
XFormgetXForm()
           Contains elements specifying general positioning information about a shape.
 
Method Summary
voidcopy(PageSheet source)
           Copies pagesheet from a source object.
 

Property Getters/Setters Detail

getLineStyle/setLineStyle

public StyleSheet getLineStyle() / public void setLineStyle(StyleSheet value)
StyleSheet element from which the PageSheet inherits line formatting.

getFillStyle/setFillStyle

public StyleSheet getFillStyle() / public void setFillStyle(StyleSheet value)
StyleSheet element from which the PageSheet inherits fill formatting.

getTextStyle/setTextStyle

public StyleSheet getTextStyle() / public void setTextStyle(StyleSheet value)
StyleSheet element from which the PageSheet inherits text formatting.

getUniqueID

public java.util.UUID getUniqueID()
A GUID (globally unique identifier) for the element.

getXForm

public XForm getXForm()
Contains elements specifying general positioning information about a shape.

getPageProps

public PageProps getPageProps()
Contains Diagram that control page attributes, such as the page width, height, and scale.

getRulerGrid

public RulerGrid getRulerGrid()
Contains elements that specify the settings of the page's rulers and grid.

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.

getPrintProps

public PrintProps getPrintProps()
Contains elements that control how the drawing page is formatted (appears) on the printer page.

getScratchs

public ScratchCollection getScratchs()
Contains a collection of Scratch elements.

getConnections

public ConnectionCollection getConnections()
Contains a collection of Connection elements.

getConnectionABCDs

public ConnectionABCDCollection getConnectionABCDs()
Contains a collection of ConnectionABCD elements.

getActs

public ActCollection getActs()
Contains a collection of Act elements.

getLayers

public LayerCollection getLayers()
Contains a collection of Layer elements.

getUsers

public UserCollection getUsers()
Contains a collection of User elements.

getProps

public PropCollection getProps()
Contains a collection of Prop elements.

getHyperlinks

public HyperlinkCollection getHyperlinks()
Contains a collection of Hyperlink elements.

getSmartTagDefs

public SmartTagDefCollection getSmartTagDefs()
Contains a collection of SmartTagDef elements.

getAnnotations

public AnnotationCollection getAnnotations()
Contains elements that contain information about comments inserted into a document page.

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.

getForeignData

public ForeignData getForeignData()
Contains a MIME (Multipurpose Internet Mail Extensions) encoded BLOB of picture data, such as Windows metafile, bitmap, or OLE data.

Method Detail

copy

public void copy(PageSheet source)
         throws java.lang.Exception
Copies pagesheet from a source object.
Parameters:
source - source pagesheet.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.