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

All Superinterfaces:
IContent, IElement
All Known Subinterfaces:
IAutoTextContent, IDataContent, ILabelContent

public interface ITextContent
extends IContent

Provides the interfaces for the Text Content Text content contains several paragraphs which shares the same style properties. If the text contain serveral return characters and the display is inline, it is treated as "INLINE-BLOCK" otherwise it is "INLINE". If the display is "block", it is "BLOCK" always.


Field Summary
 
Fields inherited from interface org.eclipse.birt.report.engine.content.IContent
AUTOTEXT_CONTENT, CELL_CONTENT, CONTAINER_CONTENT, DATA_CONTENT, DOCUMENT_EXTENSION, FOREIGN_CONTENT, GROUP_CONTENT, IMAGE_CONTENT, LABEL_CONTENT, LAYOUT_EXTENSION, LIST_BAND_CONTENT, LIST_CONTENT, LIST_GROUP_CONTENT, PAGE_CONTENT, ROW_CONTENT, SERIALIZE_CONTENT, TABLE_BAND_CONTENT, TABLE_CONTENT, TABLE_GROUP_CONTENT, TEXT_CONTENT
 
Method Summary
 java.lang.String getText()
          string content
 void setText(java.lang.String text)
           
 
Methods inherited from interface org.eclipse.birt.report.engine.content.IContent
accept, getBookmark, getContentType, getExtension, getGenerateBy, getHeight, getHelpText, getHyperlinkAction, getInlineStyle, getInstanceID, getName, getReportContent, getStyleClass, getTOC, getWidth, getX, getY, readContent, setBookmark, setExtension, 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
 

Method Detail

getText

public java.lang.String getText()
string content

Returns:
Returns the value.

setText

public void setText(java.lang.String text)


Copyright © 2005 Actuate Corp. All rights reserved.