org.eclipse.birt.report.engine.content
Interface IPageContent
- All Superinterfaces:
- IContainerContent, IContent, IElement
public interface IPageContent
- extends IContainerContent
Page instance.
The page may contains multiple columns, which is defined in the MasterPage in
report design.
The content is defined by getBody().
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 |
Methods inherited from interface org.eclipse.birt.report.engine.content.IContent |
accept, cloneContent, getBookmark, getContentType, getExtension, getGenerateBy, getHeight, getHelpText, getHyperlinkAction, getInlineStyle, getInstanceID, getName, getReportContent, getStyleClass, getTOC, getWidth, getX, getY, isRTL, readContent, setBookmark, setExtension, setGenerateBy, setHeight, setHelpText, setHyperlinkAction, setInlineStyle, setInstanceID, setName, setReportContent, setStyleClass, setTOC, setWidth, setX, setY, writeContent |
getOrientation
java.lang.String getOrientation()
- Returns:
- Returns the orientation.
getPageType
java.lang.String getPageType()
- Returns:
- Returns the pageType.
getPageHeight
DimensionType getPageHeight()
- Returns:
- Returns the pageHeight.
getPageWidth
DimensionType getPageWidth()
- Returns:
- Returns the pageWidth.
getWaterMark
IImageContent getWaterMark()
- Returns:
- Returns the waterMark.
getHeader
java.util.Collection getHeader()
getFooter
java.util.Collection getFooter()
getPageHeader
IContent getPageHeader()
getPageFooter
IContent getPageFooter()
getPageBody
IContent getPageBody()
setPageHeader
void setPageHeader(IContent header)
setPageFooter
void setPageFooter(IContent footer)
setPageBody
void setPageBody(IContent body)
getMarginTop
DimensionType getMarginTop()
getMarginBottom
DimensionType getMarginBottom()
getMarginLeft
DimensionType getMarginLeft()
getMarginRight
DimensionType getMarginRight()
getHeaderHeight
DimensionType getHeaderHeight()
- Returns:
- Returns the header height
getFooterHeight
DimensionType getFooterHeight()
- Returns:
- Returns the footer height
getLeftWidth
DimensionType getLeftWidth()
- Returns:
- Returns the width of the left part
getRightWidth
DimensionType getRightWidth()
- Returns:
- Returns the width of the right part
getContentStyle
IStyle getContentStyle()
- Deprecated. use getPageBody().getStyle()
- Returns:
- Returns the content style.
getPageNumber
long getPageNumber()
setPageNumber
void setPageNumber(long pageNumber)
getContentComputedStyle
IStyle getContentComputedStyle()
- Deprecated. use getPageBody().getComputedStyle()
Copyright © 2008 Actuate Corp. All rights reserved.