|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPDFRenderOption
Defines render options for PDF emitter.
Field Summary | |
---|---|
static int |
CLIP_CONTENT
|
static int |
ENLARGE_PAGE_SIZE
|
static java.lang.String |
FIT_TO_PAGE
|
static int |
FIT_TO_PAGE_SIZE
|
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 int |
OUTPUT_TO_MULTIPLE_PAGES
|
static java.lang.String |
PAGE_OVERFLOW
Properties to control how to output the content if the content exceeds the page-size. |
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 exists in the selected font. |
static java.lang.String |
PDF_HYPHENATION
If it is set to false, no hyphenation is used. |
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, APP_BASE_URL, BASE_URL, CLOSE_OUTPUTSTREAM_ON_EXIT, EMITTER_ID, HTML_PAGINATION, IMAGE_HANDLER, LOCALE, OUTPUT_DISPLAY_NONE, OUTPUT_EMITTERID_HTML, OUTPUT_EMITTERID_PDF, OUTPUT_FILE_NAME, OUTPUT_FORMAT, OUTPUT_FORMAT_FO, OUTPUT_FORMAT_HTML, OUTPUT_FORMAT_PDF, OUTPUT_STREAM, RTL_FLAG, 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, getAppBaseURL, getBaseURL, getEmitterID, getImageHandle, getImageHandler, getOption, getOptions, getOutputFileName, getOutputFormat, getOutputSetting, getOutputStream, getSupportedImageFormats, hasOption, setActionHandle, setActionHandler, setAppBaseURL, setBaseURL, setEmitterID, setImageHandle, setImageHandler, setOption, setOutputFileName, setOutputFormat, setOutputStream, setSupportedImageFormats |
Field Detail |
---|
static final java.lang.String FONT_DIRECTORY
static final java.lang.String IS_EMBEDDED_FONT
static final java.lang.String PAGE_OVERFLOW
static final int CLIP_CONTENT
static final int FIT_TO_PAGE_SIZE
static final int OUTPUT_TO_MULTIPLE_PAGES
static final int ENLARGE_PAGE_SIZE
static final java.lang.String FIT_TO_PAGE
static final java.lang.String PAGEBREAK_PAGINATION_ONLY
static final java.lang.String PDF_TEXT_WRAPPING
static final java.lang.String PDF_FONT_SUBSTITUTION
static final java.lang.String PDF_BIDI_PROCESSING
static final java.lang.String PDF_HYPHENATION
Method Detail |
---|
void setEmbededFont(boolean isEmbededFont)
isEmbededFont
- boolean isEmbededFont()
java.lang.String getFontDirectory()
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 |