Uses of Interface
org.eclipse.birt.report.engine.content.ITextContent
Packages that use ITextContent
Package
Description
Defines interfaces of BIRT report items for Engine to pass from
executors to emitters.
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.contentModifier and TypeInterfaceDescriptioninterface
Provides the interfaces for the AutoText Content.interface
Provides the interface for the Data Content.interface
Provides the interface for the Label Content.Methods in org.eclipse.birt.report.engine.content that return ITextContentModifier and TypeMethodDescriptionIReportContent.createTextContent()
create the text content.IReportContent.createTextContent
(IContent content) create the text content, copy the properties from the template content.Methods in org.eclipse.birt.report.engine.content with parameters of type ITextContentModifier and TypeMethodDescriptionIContentVisitor.visitText
(ITextContent text, 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 -
Uses of ITextContent in org.eclipse.birt.report.engine.layout.pdf.emitter
Methods in org.eclipse.birt.report.engine.layout.pdf.emitter with parameters of type ITextContentModifier and TypeMethodDescriptionvoid
IInlineStackingLayout.setTextIndent
(ITextContent textContent) void
InlineContainerLayout.setTextIndent
(ITextContent content) void
InlineStackingLayout.setTextIndent
(ITextContent textContent)