org.eclipse.birt.report.engine.api
Interface IPDFRenderOption

All Superinterfaces:
IRenderOption
All Known Implementing Classes:
PDFRenderOption

public interface IPDFRenderOption
extends IRenderOption

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, 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

FONT_DIRECTORY

public static final java.lang.String FONT_DIRECTORY
define the font directory used by PDF.

See Also:
Constant Field Values

IS_EMBEDDED_FONT

public static final java.lang.String IS_EMBEDDED_FONT
should the true-type font be embedded into the generated PDF file.

See Also:
Constant Field Values

FIT_TO_PAGE

public static final java.lang.String FIT_TO_PAGE
See Also:
Constant Field Values

PAGEBREAK_PAGINATION_ONLY

public static final java.lang.String PAGEBREAK_PAGINATION_ONLY
See Also:
Constant Field Values

PDF_TEXT_WRAPPING

public static final 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.

See Also:
Constant Field Values

PDF_FONT_SUBSTITUTION

public static final java.lang.String PDF_FONT_SUBSTITUTION
If it is set to false, we needn��t check if the character exits in the selected font.

See Also:
Constant Field Values

PDF_BIDI_PROCESSING

public static final java.lang.String PDF_BIDI_PROCESSING
If it is set to false, no BIDI processing is used.

See Also:
Constant Field Values
Method Detail

setEmbededFont

public void setEmbededFont(boolean isEmbededFont)
Parameters:
isEmbededFont -

isEmbededFont

public boolean isEmbededFont()
Returns:
if font is embeded

getFontDirectory

public java.lang.String getFontDirectory()
Returns:
the user-defined font directory

setFontDirectory

public void setFontDirectory(java.lang.String fontDirectory)
Parameters:
fontDirectory - the user-defined font directory


Copyright © 2005 Actuate Corp. All rights reserved.