Class DOCRenderContext
java.lang.Object
org.eclipse.birt.report.engine.api.DOCRenderContext
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the base URL for creating an Action URLboolean
void
setBaseURL
(String baseURL) sets the base url for action handlingvoid
setEmbededFont
(boolean isEmbededFont) void
setFontDirectory
(String fontDirectory) void
setSupportedImageFormats
(String formats)
-
Field Details
-
baseURL
base URL used for action handler -
isEmbededFont
protected boolean isEmbededFont -
supportedImageFormats
the image formats supported by the browser -
fontDirectory
user-defined font dirctory
-
-
Constructor Details
-
DOCRenderContext
public DOCRenderContext()dummy constrictor
-
-
Method Details
-
getBaseURL
Returns the base URL for creating an Action URL- Returns:
- the baseURL.
-
setBaseURL
sets the base url for action handling- Parameters:
baseURL
- sets the base URL used for action handling
-
setSupportedImageFormats
- Parameters:
formats
- - the image format supported by the browser
-
getSupportedImageFormats
- Returns:
- the image format supported by the browser
-
setEmbededFont
public void setEmbededFont(boolean isEmbededFont) -
isEmbededFont
public boolean isEmbededFont()- Returns:
- if font is embeded
-
getFontDirectory
- Returns:
- the user-defined font directory
-
setFontDirectory
- Parameters:
fontDirectory
- the user-defined font directory
-