|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odftoolkit.odfdom.converter.core.Options
org.odftoolkit.odfdom.converter.pdf.PdfOptions
public class PdfOptions
Pdf options to customize the ODT->PDF converter.
Method Summary | |
---|---|
static PdfOptions |
create()
Create an instance of Pdf options. |
PdfOptions |
fontEncoding(String fontEncoding)
Set font encoding to use when retrieving fonts. |
PdfOptions |
fontProvider(IFontProvider fontProvider)
Set the font provider. |
static PdfOptions |
getDefault()
Returns the default Pdf Options. |
String |
getFontEncoding()
Returns the font encoding. |
IFontProvider |
getFontProvider()
Returns the font provider. |
Methods inherited from class org.odftoolkit.odfdom.converter.core.Options |
---|
getExtractor, setExtractor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PdfOptions create()
public String getFontEncoding()
public PdfOptions fontEncoding(String fontEncoding)
fontEncoding
- font encoding to use
public PdfOptions fontProvider(IFontProvider fontProvider)
fontProvider
-
public IFontProvider getFontProvider()
public static PdfOptions getDefault()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |