|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITextContent | |
org.eclipse.birt.report.engine.content | Defines interfaces of BIRT report items for Engine to pass from executors to emitters. |
org.eclipse.birt.report.engine.emitter | Defines the interfaces of report emitters, and also provides serval general classes for emitters to output XML document, process hyperline, etc. |
Uses of ITextContent in org.eclipse.birt.report.engine.content |
Subinterfaces of ITextContent in org.eclipse.birt.report.engine.content | |
interface |
IAutoTextContent
|
interface |
IDataContent
|
interface |
ILabelContent
|
Methods in org.eclipse.birt.report.engine.content that return ITextContent | |
ITextContent |
IReportContent.createTextContent()
create the text content. |
ITextContent |
IReportContent.createTextContent(IContent conent)
create the text content, copy the properties from the template content. |
Methods in org.eclipse.birt.report.engine.content with parameters of type ITextContent | |
java.lang.Object |
IContentVisitor.visitText(ITextContent text,
java.lang.Object value)
visit the text content object |
Uses of ITextContent in org.eclipse.birt.report.engine.emitter |
Methods in org.eclipse.birt.report.engine.emitter with parameters of type ITextContent | |
void |
IContentEmitter.startText(ITextContent text)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |