DroidDiagram Programmer's Guide
PrintOptions Members
Constructors Methods
 


Defines the attributes of a printed diagram. Use the PrintOptions object returned by the DiagramView.getPrintOptions method to set the attributes of a specific diagram.

The following tables list the members exposed by the PrintOptions type.

 Public Constructors

  Name Description

PrintOptions

Initializes a new PrintOptions instance.

 Public Methods

  Name Description

getAntiAlias

  (Inherited from RenderOptions.)

getDocumentName

Gets the document name.

getEnableAnchors

Gets a value indicating whether anchor point marks will be printed. (Inherited from RenderOptions.)

getEnableBackground

Gets a value indicating whether the diagram background will be filled using the Diagram.getBackBrush background brush. (Inherited from RenderOptions.)

getEnableBackgroundImage

Gets a value indicating whether the diagram's background image will be printed. (Inherited from RenderOptions.)

getEnableEffects

Gets a value indicating whether to render special node effects. (Inherited from RenderOptions.)

getEnableFitToPage

 

getEnableGrid

Gets a value indicating whether the alignment grid is rendered. (Inherited from RenderOptions.)

getEnableImages

Gets a value indicating whether images that are displayed inside nodes will be printed. (Inherited from RenderOptions.)

getEnableInterior

Gets a value indicating whether the nodes will be filled when printed. (Inherited from RenderOptions.)

getEnableShadows

Gets a value indicating whether item shadows will be printed. (Inherited from RenderOptions.)

getEnableText

  (Inherited from RenderOptions.)

getHeaderFont

Gets the font used to draw the page header string.

getHeaderFormat

Gets the page header format string.

getHyperLinkStyle

  (Inherited from RenderOptions.)

getHyperLinkTarget

  (Inherited from RenderOptions.)

getRenderTarget

  (Inherited from RenderOptions.)

getScale

Gets the scale of the printed diagram relatively to the original on-screen size of the diagram. (Inherited from RenderOptions.)

getScrollX

  (Inherited from RenderOptions.)

getScrollY

  (Inherited from RenderOptions.)

getTargetView

  (Inherited from RenderOptions.)

getTextAntiAlias

  (Inherited from RenderOptions.)

getVisibleRect

  (Inherited from RenderOptions.)

setAntiAlias

  (Inherited from RenderOptions.)

setDocumentName

Sets the document name.

setEnableAnchors

Sets a value indicating whether anchor point marks should be printed. (Inherited from RenderOptions.)

setEnableBackground

Sets a value indicating whether the diagram background should be filled using the Diagram.getBackBrush background brush. (Inherited from RenderOptions.)

setEnableBackgroundImage

Sets a value indicating whether the diagram's background image should be printed. (Inherited from RenderOptions.)

setEnableEffects

Sets a value indicating whether to render special node effects. (Inherited from RenderOptions.)

setEnableFitToPage

 

setEnableGrid

Gets a value indicating whether the alignment grid is rendered. (Inherited from RenderOptions.)

setEnableImages

Sets a value indicating whether images that are displayed inside nodes should be printed. (Inherited from RenderOptions.)

setEnableInterior

Sets a value indicating whether the nodes should be filled when printed. (Inherited from RenderOptions.)

setEnableShadows

Sets a value indicating whether item shadows should be printed. (Inherited from RenderOptions.)

setEnableText

  (Inherited from RenderOptions.)

setHeaderFont

Sets the font used to draw the page header string.

setHeaderFormat

Sets the page header format string.

setHyperLinkStyle

  (Inherited from RenderOptions.)

setHyperLinkTarget

  (Inherited from RenderOptions.)

setRenderTarget

  (Inherited from RenderOptions.)

setScale

Sets the scale of the printed diagram relatively to the original on-screen size of the diagram. (Inherited from RenderOptions.)

setScrollX

  (Inherited from RenderOptions.)

setScrollY

  (Inherited from RenderOptions.)

setTargetView

  (Inherited from RenderOptions.)

setTextAntiAlias

  (Inherited from RenderOptions.)

setVisibleRect

  (Inherited from RenderOptions.)

 See Also

PrintOptions Class
com.mindfusion.diagramming Namespace