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

All Superinterfaces:
org.eclipse.birt.report.engine.css.engine.CSSStylableElement, IContent, IElement, ITextContent

public interface IAutoTextContent
extends ITextContent


Field Summary
static int PAGE_NUMBER
           
static int TOTAL_PAGE
           
 
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
 int getType()
           
 void setType(int type)
           
 
Methods inherited from interface org.eclipse.birt.report.engine.content.ITextContent
getText, setText
 
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
 
Methods inherited from interface org.eclipse.birt.report.engine.css.engine.CSSStylableElement
getComputedStyle, getCSSEngine, getStyle
 

Field Detail

TOTAL_PAGE

public static final int TOTAL_PAGE
See Also:
Constant Field Values

PAGE_NUMBER

public static final int PAGE_NUMBER
See Also:
Constant Field Values
Method Detail

setType

public void setType(int type)

getType

public int getType()


Copyright © 2005 Actuate Corp. All rights reserved.