|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The content of foreign object is not handle by report engine. It is the object's responsibility to convert itself to standard content type. Such as object described in HTML/RTF or other format. For foreign object in "text/html" format, the PDF writer output the standard content while the HTML writer output the raw value directly.
Field Summary | |
static java.lang.String |
EXTERNAL_TYPE
the content is the output of a extenal item, it is byte[] |
static java.lang.String |
HTML_TYPE
the content is an string which contains HTML content |
static java.lang.String |
IMAGE_TYPE
the content is an image content which define the image |
static java.lang.String |
TEMPLATE_TYPE
the content is an template |
static java.lang.String |
TEXT_TYPE
the content is an string which contains plain text |
static java.lang.String |
UNKNOWN_TYPE
the content is unkown |
static java.lang.String |
VALUE_TYPE
the object value |
Fields inherited from interface org.eclipse.birt.report.engine.content.IContent |
CELL_CONTENT, CONTAINER_CONTENT, DATA_CONTENT, FOREIGN_CONTENT, IMAGE_CONTENT, LABEL_CONTENT, PAGE_CONTENT, ROW_CONTENT, SERIALIZE_CONTENT, TABLE_BAND_CONTENT, TABLE_CONTENT, TEXT_CONTENT |
Method Summary | |
java.lang.String |
getRawType()
the orginal format of the object. |
java.lang.Object |
getRawValue()
the orignal content describe in raw format. |
void |
setRawType(java.lang.String type)
|
void |
setRawValue(java.lang.Object value)
|
Methods inherited from interface org.eclipse.birt.report.engine.content.IContent |
accept, getBookmark, getBounds, getContentType, getGenerateBy, getHeight, getHelpText, getHyperlinkAction, getInlineStyle, getInstanceID, getName, getReportContent, getStyleClass, getTOC, getWidth, getX, getY, readContent, setBookmark, setBounds, setGenerateBy, setHeight, setHelpText, setHyperlinkAction, setInlineStyle, setInstanceID, setName, setReportContent, setStyleClass, setTOC, setWidth, setX, setY, writeContent |
Methods inherited from interface org.eclipse.birt.report.engine.content.IElement |
getChildren, getParent, setParent |
Methods inherited from interface org.eclipse.birt.report.engine.css.engine.CSSStylableElement |
getComputedStyle, getCSSEngine, getStyle |
Field Detail |
public static final java.lang.String HTML_TYPE
public static final java.lang.String TEXT_TYPE
public static final java.lang.String TEMPLATE_TYPE
public static final java.lang.String EXTERNAL_TYPE
public static final java.lang.String IMAGE_TYPE
public static final java.lang.String UNKNOWN_TYPE
public static final java.lang.String VALUE_TYPE
Method Detail |
public java.lang.String getRawType()
public void setRawType(java.lang.String type)
public java.lang.Object getRawValue()
public void setRawValue(java.lang.Object value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |