Class PDFRenderContext
java.lang.Object
org.eclipse.birt.report.engine.api.PDFRenderContext
Deprecated.
set the option to RenderOption directly.
Defines the context for rendering report in PDF emitter. Objects stored in
the context object is mainly used for font, image, action handling, but can
be used for other purposes too.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the base URL for creating an Action URLDeprecated.Deprecated.boolean
Deprecated.void
setBaseURL
(String baseURL) Deprecated.sets the base URL for action handlingvoid
setEmbededFont
(boolean isEmbededFont) Deprecated.Set flag indicates if the font needs to be embedded.void
setFontDirectory
(String fontDirectory) Deprecated.void
setSupportedImageFormats
(String formats) Deprecated.
-
Field Details
-
baseURL
Deprecated.base URL used for action handler -
isEmbededFont
protected boolean isEmbededFontDeprecated. -
supportedImageFormats
Deprecated.the image formats supported by the browser -
fontDirectory
Deprecated.user-defined font directory
-
-
Constructor Details
-
PDFRenderContext
public PDFRenderContext()Deprecated.dummy constructor
-
-
Method Details
-
getBaseURL
Deprecated.Returns the base URL for creating an Action URL- Returns:
- the baseURL.
-
setBaseURL
Deprecated.sets the base URL for action handling- Parameters:
baseURL
- sets the base URL used for action handling
-
setSupportedImageFormats
Deprecated.- Parameters:
formats
- - the image format supported by the browser
-
getSupportedImageFormats
Deprecated.- Returns:
- the image format supported by the browser
-
setEmbededFont
public void setEmbededFont(boolean isEmbededFont) Deprecated.Set flag indicates if the font needs to be embedded.- Parameters:
isEmbededFont
-
-
isEmbededFont
public boolean isEmbededFont()Deprecated.- Returns:
- true if font is embedded
-
getFontDirectory
Deprecated.- Returns:
- the user-defined font directory
-
setFontDirectory
Deprecated.- Parameters:
fontDirectory
- the user-defined font directory
-