Uses of Interface
org.eclipse.birt.report.engine.content.ITextContent

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. 
org.eclipse.birt.report.engine.layout.pdf.emitter   
 

Uses of ITextContent in org.eclipse.birt.report.engine.content
 

Subinterfaces of ITextContent in org.eclipse.birt.report.engine.content
 interface IAutoTextContent
          Provides the interfaces for the AutoText Content.
 interface IDataContent
          Provides the interface for the Data Content.
 interface ILabelContent
          Provides the interface for the Label Content.
 

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)
           
 

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 ITextContent
 void IInlineStackingLayout.setTextIndent(ITextContent textContent)
           
 void InlineContainerLayout.setTextIndent(ITextContent content)
           
 void InlineStackingLayout.setTextIndent(ITextContent textContent)
           
 



Copyright © 2008 Actuate Corp. All rights reserved.