java.lang.Object | |
↳ | com.pdftron.pdf.Text2PDFOptions |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Text2PDFOptions()
Constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int |
getBytesPerBite()
Gets the value BytesPerBite from the options object
| ||||||||||
String |
getFontFace()
Gets the value FontFace from the options object
the desired font family name
| ||||||||||
double |
getFontSize()
Gets the value FontSize from the options object
the font size, in units of points
| ||||||||||
double |
getLineHeightMultiplier()
Gets the value LineHeightMultiplier from the options object
The desired line height represented as some multiple of the font size
| ||||||||||
double |
getMarginBottom()
Gets the value MarginBottom from the options object
the bottom margin in units of inches
| ||||||||||
double |
getMarginLeft()
Gets the value MarginLeft from the options object
the left margin in units of inches
| ||||||||||
double |
getMarginRight()
Gets the value MarginRight from the options object
the right margin in units of inches
| ||||||||||
double |
getMarginTop()
Gets the value MarginTop from the options object
the top margin in units of inches
| ||||||||||
double |
getPageHeight()
Gets the value PageHeight from the options object
the page height in units of inches
| ||||||||||
double |
getPageWidth()
Gets the value PageWidth from the options object
the page width in units of inches
| ||||||||||
boolean |
getUseSourceCodeFormatting()
Gets the value UseSourceCodeFormatting from the options object
whether to format the text as if it were source code
| ||||||||||
Text2PDFOptions |
setBytesPerBite(int value)
Sets the value for BytesPerBite in the options object
| ||||||||||
Text2PDFOptions |
setFontFace(String value)
Sets the value for FontFace in the options object
the desired font family name
| ||||||||||
Text2PDFOptions |
setFontSize(double value)
Sets the value for FontSize in the options object
the font size, in units of points
| ||||||||||
Text2PDFOptions |
setLineHeightMultiplier(double value)
Sets the value for LineHeightMultiplier in the options object
The desired line height represented as some multiple of the font size
| ||||||||||
Text2PDFOptions |
setMarginBottom(double value)
Sets the value for MarginBottom in the options object
the bottom margin in units of inches
| ||||||||||
Text2PDFOptions |
setMarginLeft(double value)
Sets the value for MarginLeft in the options object
the left margin in units of inches
| ||||||||||
Text2PDFOptions |
setMarginRight(double value)
Sets the value for MarginRight in the options object
the right margin in units of inches
| ||||||||||
Text2PDFOptions |
setMarginTop(double value)
Sets the value for MarginTop in the options object
the top margin in units of inches
| ||||||||||
Text2PDFOptions |
setPageHeight(double value)
Sets the value for PageHeight in the options object
the page height in units of inches
| ||||||||||
Text2PDFOptions |
setPageWidth(double value)
Sets the value for PageWidth in the options object
the page width in units of inches
| ||||||||||
Text2PDFOptions |
setUseSourceCodeFormatting(boolean value)
Sets the value for UseSourceCodeFormatting in the options object
whether to format the text as if it were source code
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Gets the value BytesPerBite from the options object
PDFNetException |
---|
Gets the value FontFace from the options object the desired font family name
PDFNetException |
---|
Gets the value FontSize from the options object the font size, in units of points
PDFNetException |
---|
Gets the value LineHeightMultiplier from the options object The desired line height represented as some multiple of the font size
PDFNetException |
---|
Gets the value MarginBottom from the options object the bottom margin in units of inches
PDFNetException |
---|
Gets the value MarginLeft from the options object the left margin in units of inches
PDFNetException |
---|
Gets the value MarginRight from the options object the right margin in units of inches
PDFNetException |
---|
Gets the value MarginTop from the options object the top margin in units of inches
PDFNetException |
---|
Gets the value PageHeight from the options object the page height in units of inches
PDFNetException |
---|
Gets the value PageWidth from the options object the page width in units of inches
PDFNetException |
---|
Gets the value UseSourceCodeFormatting from the options object whether to format the text as if it were source code
PDFNetException |
---|
Sets the value for BytesPerBite in the options object
value | a int -- the new value for BytesPerBite |
---|
PDFNetException |
---|
Sets the value for FontFace in the options object the desired font family name
value | a String -- the desired font family name |
---|
PDFNetException |
---|
Sets the value for FontSize in the options object the font size, in units of points
value | a double -- the font size, in units of points |
---|
PDFNetException |
---|
Sets the value for LineHeightMultiplier in the options object The desired line height represented as some multiple of the font size
value | a double -- The desired line height represented as some multiple of the font size |
---|
PDFNetException |
---|
Sets the value for MarginBottom in the options object the bottom margin in units of inches
value | a double -- the bottom margin in units of inches |
---|
PDFNetException |
---|
Sets the value for MarginLeft in the options object the left margin in units of inches
value | a double -- the left margin in units of inches |
---|
PDFNetException |
---|
Sets the value for MarginRight in the options object the right margin in units of inches
value | a double -- the right margin in units of inches |
---|
PDFNetException |
---|
Sets the value for MarginTop in the options object the top margin in units of inches
value | a double -- the top margin in units of inches |
---|
PDFNetException |
---|
Sets the value for PageHeight in the options object the page height in units of inches
value | a double -- the page height in units of inches |
---|
PDFNetException |
---|
Sets the value for PageWidth in the options object the page width in units of inches
value | a double -- the page width in units of inches |
---|
PDFNetException |
---|
Sets the value for UseSourceCodeFormatting in the options object whether to format the text as if it were source code
value | a boolean -- whether to format the text as if it were source code |
---|
PDFNetException |
---|