|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines render options for PDF emitter
Field Summary | |
static java.lang.String |
FIT_TO_PAGE
|
static java.lang.String |
FONT_DIRECTORY
define the font directory used by PDF. |
static java.lang.String |
IS_EMBEDDED_FONT
should the true-type font be embedded into the generated PDF file. |
static java.lang.String |
PAGEBREAK_PAGINATION_ONLY
|
static java.lang.String |
PDF_BIDI_PROCESSING
If it is set to false, no BIDI processing is used. |
static java.lang.String |
PDF_FONT_SUBSTITUTION
If it is set to false, we needn��t check if the character exits in the selected font. |
static java.lang.String |
PDF_TEXT_WRAPPING
PDF_TEXT_WRAPPING, if it is set to false, all the text should be displayed into one line, so there is no need to do the wrapping. |
Fields inherited from interface org.eclipse.birt.report.engine.api.IRenderOption |
ACTION_HANDLER, BASE_URL, EMITTER_ID, HTML_PAGINATION, IMAGE_HANDLER, LOCALE, OUTPUT_DISPLAY_NONE, OUTPUT_FILE_NAME, OUTPUT_FORMAT, OUTPUT_FORMAT_FO, OUTPUT_FORMAT_HTML, OUTPUT_FORMAT_PDF, OUTPUT_STREAM, SUPPORTED_IMAGE_FORMATS |
Method Summary | |
java.lang.String |
getFontDirectory()
|
boolean |
isEmbededFont()
|
void |
setEmbededFont(boolean isEmbededFont)
|
void |
setFontDirectory(java.lang.String fontDirectory)
|
Methods inherited from interface org.eclipse.birt.report.engine.api.IRenderOption |
getActionHandle, getActionHandler, getBaseURL, getEmitterID, getImageHandle, getImageHandler, getOption, getOptions, getOutputFileName, getOutputFormat, getOutputSetting, getOutputStream, getSupportedImageFormats, hasOption, setActionHandle, setActionHandler, setBaseURL, setEmitterID, setImageHandle, setImageHandler, setOption, setOutputFileName, setOutputFormat, setOutputStream, setSupportedImageFormats |
Field Detail |
public static final java.lang.String FONT_DIRECTORY
public static final java.lang.String IS_EMBEDDED_FONT
public static final java.lang.String FIT_TO_PAGE
public static final java.lang.String PAGEBREAK_PAGINATION_ONLY
public static final java.lang.String PDF_TEXT_WRAPPING
public static final java.lang.String PDF_FONT_SUBSTITUTION
public static final java.lang.String PDF_BIDI_PROCESSING
Method Detail |
public void setEmbededFont(boolean isEmbededFont)
isEmbededFont
- public boolean isEmbededFont()
public java.lang.String getFontDirectory()
public void setFontDirectory(java.lang.String fontDirectory)
fontDirectory
- the user-defined font directory
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |