|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mindfusion.diagramming.RenderOptions
com.mindfusion.diagramming.PrintOptions
public final class PrintOptions
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.
| Constructor Summary | |
|---|---|
PrintOptions(DiagramView diagramView)
Initializes a new PrintOptions instance. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDocumentName()
Gets the document name. |
boolean |
getEnableFitToPage()
|
java.lang.String |
getHeaderFormat()
Gets the page header format string. |
void |
setDocumentName(java.lang.String value)
Sets the document name. |
void |
setEnableFitToPage(boolean value)
|
void |
setHeaderFormat(java.lang.String value)
Sets the page header format string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrintOptions(DiagramView diagramView)
| Method Detail |
|---|
public java.lang.String getDocumentName()
getDocumentName in class RenderOptionsString containing the document name.public void setDocumentName(java.lang.String value)
setDocumentName in class RenderOptionsvalue - A String containing the document name.public java.lang.String getHeaderFormat()
getHeaderFormat in class RenderOptionsString containing formatting attributes
for the page headers.public void setHeaderFormat(java.lang.String value)
setHeaderFormat in class RenderOptionsvalue - A String containing formatting attributes
for the page headers.public void setEnableFitToPage(boolean value)
setEnableFitToPage in class RenderOptionspublic boolean getEnableFitToPage()
getEnableFitToPage in class RenderOptions
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||