public interface IAutoTextContent extends ITextContent
AutoText Content is created at the start of the process, but the text value is set at the end of the process. The typical implementation of AutoText is total page of report.
The following types of the AutoText content are predefined:
TOTAL_PAGEPAGE_NUMBER| 限定符和类型 | 字段和说明 |
|---|---|
static int |
PAGE_NUMBER |
static int |
PAGE_VARIABLE |
static int |
TOTAL_PAGE |
static int |
UNFILTERED_PAGE_NUMBER |
static int |
UNFILTERED_TOTAL_PAGE |
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, REPORT_CONTENT, ROW_CONTENT, SERIALIZE_CONTENT, TABLE_BAND_CONTENT, TABLE_CONTENT, TABLE_GROUP_CONTENT, TEXT_CONTENT| 限定符和类型 | 方法和说明 |
|---|---|
int |
getType()
Get the type of the AutoText Content.
|
void |
setType(int type)
Set the type of the AutoText Content.
|
getText, setTextaccept, cloneContent, getACL, getAltText, getAltTextKey, getBookmark, getContentType, getExtension, getExtensions, getGenerateBy, getHeight, getHelpText, getHyperlinkAction, getInlineStyle, getInstanceID, getName, getReportContent, getResultSet, getTOC, getUserProperties, getWidth, getX, getY, hasChildren, isDirectionRTL, isLastChild, isRTL, readContent, setACL, setAltText, setAltTextKey, setBookmark, setExtension, setExtensions, setGenerateBy, setHasChildren, setHeight, setHelpText, setHyperlinkAction, setInlineStyle, setInstanceID, setLastChild, setName, setReportContent, setTOC, setUserProperties, setWidth, setX, setY, writeContentgetComputedStyle, getCSSEngine, getStylegetChildren, getParent, setParentgetComputedStyle, getStyle, getStyleClass, setStyleClassstatic final int TOTAL_PAGE
static final int PAGE_NUMBER
static final int UNFILTERED_TOTAL_PAGE
static final int UNFILTERED_PAGE_NUMBER
static final int PAGE_VARIABLE
void setType(int type)
TOTAL_PAGEPAGE_NUMBERtype - the type of the AutoText Content.int getType()
The return value must be on of the predefines.
TOTAL_PAGEPAGE_NUMBERCopyright © 2008 Actuate Corp. All rights reserved.