Eclipse BIRT Report Object Model (ROM)
AutoText Element
| Display Name: | AutoText |
| Since: | 2.1 |
| XML Element: | auto-text |
| Extends: | ReportItem |
| Extendable: | Yes |
| Abstract: | No |
| Name Space: | Report Items |
| Name Requirement: | Optional |
| Allows User Properties: | Yes |
| Has Style: | Yes |
| Default Style: | None |
bookmark, boundDataColumns, comments, customXml, dataSet, displayName, displayNameID, eventHandlerClass, extends, height, name, paramBindings, propertyMasks, refTemplateParameter, style, toc, userProperties, viewAction, visibility, width, x, y
backgroundAttachment, backgroundColor, backgroundImage, backgroundPositionX, backgroundPositionY, backgroundRepeat, borderBottomColor, borderBottomStyle, borderBottomWidth, borderLeftColor, borderLeftStyle, borderLeftWidth, borderRightColor, borderRightStyle, borderRightWidth, borderTopColor, borderTopStyle, borderTopWidth, canShrink, color, display, fontFamily, fontSize, fontStyle, fontVariant, fontWeight, highlightRules, letterSpacing, lineHeight, marginBottom, marginLeft, marginRight, marginTop, masterPage, numberFormat, paddingBottom, paddingLeft, paddingRight, paddingTop, pageBreakAfter, pageBreakBefore, showIfBlank, textAlign, textLineThrough, textOverline, textTransform, textUnderline, verticalAlign, whiteSpace, wordSpacing
The autotext item can define page number or total page of the report.
The developer defines pages to aid in report layout. Each autotext can show one of followings:
The display type of the auto text.
| Type: | choice (autoTextType) |
| Since: | 2.1 |
| Required: | No |
| Display Name: | type of autotext |
| JavaScript Type: | |
| Default Value: | None |
| Inherited: | Yes |
| Runtime Settable: | Yes |
| Property Sheet Visibility: | Visible |
| Property Sheet Group: | Top |
| Name | Display Name | Value | Description |
| page-number | Page Number | page-number | the current number of the page. |
| total-page | Total Page | total-page | the count of report pages. |
An autotext item can show either the current page number or the page count in the report.