public class PdfOption
extends java.lang.Object
Constructor and Description |
---|
PdfOption() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEncoding() |
java.awt.Insets |
getMargin() |
Orientation |
getOrientation() |
PageSize |
getPageSize() |
boolean |
isTextAsShape() |
void |
setEncoding(java.lang.String aEncoding) |
void |
setMargin(java.awt.Insets aMargin) |
void |
setOrientation(Orientation aOrientation) |
void |
setPageSize(PageSize aPageSize) |
void |
setTextAsShape(boolean aTextAsShape) |
public void setEncoding(java.lang.String aEncoding)
public java.lang.String getEncoding()
public void setTextAsShape(boolean aTextAsShape)
public boolean isTextAsShape()
public void setOrientation(Orientation aOrientation)
public Orientation getOrientation()
public void setPageSize(PageSize aPageSize)
public PageSize getPageSize()
public void setMargin(java.awt.Insets aMargin)
public java.awt.Insets getMargin()