| 60 Container Lineages in the ODS Styles.Default Template |
| (Abstract Classes are in Blue) |
| Lineage# | Style#1 | Style#2 | Style#3 | Style#4 | Style#5 | Style#6 | Style#7 |
|---|---|---|---|---|---|---|---|
| 1 | Container | BylineContainer | |||||
| 2 | Container | Cell | Data | DataEmphasis | DataEmphasisFixed | ||
| 3 | Container | Cell | Data | DataEmpty | |||
| 4 | Container | Cell | Data | DataFixed | |||
| 5 | Container | Cell | Data | DataStrong | DataStrongFixed | ||
| 6 | Container | Cell | HeadersAndFooters | Caption | AfterCaption | ||
| 7 | Container | Cell | HeadersAndFooters | Caption | BeforeCaption | ||
| 8 | Container | Cell | HeadersAndFooters | Footer | FooterEmphasis | FooterEmphasisFixed | |
| 9 | Container | Cell | HeadersAndFooters | Footer | FooterEmpty | ||
| 10 | Container | Cell | HeadersAndFooters | Footer | FooterFixed | ||
| 11 | Container | Cell | HeadersAndFooters | Footer | FooterStrong | FooterStrongFixed | |
| 12 | Container | Cell | HeadersAndFooters | Footer | RowFooter | RowFooterEmphasis | RowFooterEmphasisFixed |
| 13 | Container | Cell | HeadersAndFooters | Footer | RowFooter | RowFooterEmpty | |
| 14 | Container | Cell | HeadersAndFooters | Footer | RowFooter | RowFooterFixed | |
| 15 | Container | Cell | HeadersAndFooters | Footer | RowFooter | RowFooterStrong | RowFooterStrongFixed |
| 16 | Container | Cell | HeadersAndFooters | Header | HeaderEmphasis | HeaderEmphasisFixed | |
| 17 | Container | Cell | HeadersAndFooters | Header | HeaderEmpty | ||
| 18 | Container | Cell | HeadersAndFooters | Header | HeaderFixed | ||
| 19 | Container | Cell | HeadersAndFooters | Header | HeaderStrong | HeaderStrongFixed | |
| 20 | Container | Cell | HeadersAndFooters | Header | RowHeader | RowHeaderEmphasis | RowHeaderEmphasisFixed |
| 21 | Container | Cell | HeadersAndFooters | Header | RowHeader | RowHeaderEmpty | |
| 22 | Container | Cell | HeadersAndFooters | Header | RowHeader | RowHeaderFixed | |
| 23 | Container | Cell | HeadersAndFooters | Header | RowHeader | RowHeaderStrong | RowHeaderStrongFixed |
| 24 | Container | ColumnGroup | |||||
| 25 | Container | Date | BodyDate | ||||
| 26 | Container | Date | ContentsDate | ||||
| 27 | Container | Date | PagesDate | ||||
| 28 | Container | Document | Body | ||||
| 29 | Container | Document | Contents | ||||
| 30 | Container | Document | Frame | ||||
| 31 | Container | Document | Pages | ||||
| 32 | Container | Index | IndexProcName | ContentProcName | ContentProcLabel | ||
| 33 | Container | Index | IndexProcName | PagesProcName | PagesProcLabel | ||
| 34 | Container | Index | IndexTitle | ContentTitle | |||
| 35 | Container | Index | IndexTitle | PagesTitle | |||
| 36 | Container | IndexItem | ContentFolder | ByContentFolder | |||
| 37 | Container | IndexItem | ContentItem | ||||
| 38 | Container | IndexItem | IndexAction | FolderAction | |||
| 39 | Container | IndexItem | PagesItem | ||||
| 40 | Container | Note | ErrorBanner | ||||
| 41 | Container | Note | ErrorContent | ErrorContentFixed | |||
| 42 | Container | Note | FatalBanner | ||||
| 43 | Container | Note | FatalContent | FatalContentFixed | |||
| 44 | Container | Note | NoteBanner | ||||
| 45 | Container | Note | NoteContent | NoteContentFixed | |||
| 46 | Container | Note | UserText | ||||
| 47 | Container | Note | WarnBanner | ||||
| 48 | Container | Note | WarnContent | WarnContentFixed | |||
| 49 | Container | Output | Batch | ||||
| 50 | Container | Output | Table | ||||
| 51 | Container | SysTitleAndFooterContainer | |||||
| 52 | Container | TableFooterContainer | |||||
| 53 | Container | TableHeaderContainer | |||||
| 54 | Container | TitleAndNoteContainer | |||||
| 55 | Container | TitlesAndFooters | Byline | ||||
| 56 | Container | TitlesAndFooters | ExtendedPage | ||||
| 57 | Container | TitlesAndFooters | PageNo | ||||
| 58 | Container | TitlesAndFooters | ProcTitle | ProcTitleFixed | |||
| 59 | Container | TitlesAndFooters | SystemFooter | ||||
| 60 | Container | TitlesAndFooters | SystemTitle |
| Lineage # 1: Container BylineContainer |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| BylineContainer | Controls container for the byline. | |
| background = colors('Docbg') | BACKGROUND | |
| rules = NONE | RULES | |
| frame = VOID | FRAME | |
| outputwidth = 100% | OUTPUTWIDTH | |
| cellpadding = 1 | CELLPADDING | |
| cellspacing = 1 | CELLSPACING | |
| borderwidth = 0; | BORDERWIDTH | |
| Return to Lineage List |
| Lineage # 2: Container Cell Data DataEmphasis DataEmphasisFixed |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Cell | Abstract. Controls general cells. | |
| Data | Default style for data cells in columns. | |
| foreground = colors('datafg') | FOREGROUND | |
| background = colors('databg'); | BACKGROUND | |
| DataEmphasis | Controls emphasized data cells in columns. | |
| foreground = colors('datafgemph') | FOREGROUND | |
| background = colors('databgemph') | BACKGROUND | |
| font = fonts('EmphasisFont'); | FONT | |
| DataEmphasisFixed | Controls emphasized data cells in columns. Fixed font. | |
| font = fonts('FixedEmphasisFont'); | FONT | |
| Return to Lineage List |
| Lineage # 3: Container Cell Data DataEmpty |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Cell | Abstract. Controls general cells. | |
| Data | Default style for data cells in columns. | |
| foreground = colors('datafg') | FOREGROUND | |
| background = colors('databg'); | BACKGROUND | |
| DataEmpty | Controls empty data cells in columns. | |
| Return to Lineage List |
| Lineage # 4: Container Cell Data DataFixed |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Cell | Abstract. Controls general cells. | |
| Data | Default style for data cells in columns. | |
| foreground = colors('datafg') | FOREGROUND | |
| background = colors('databg'); | BACKGROUND | |
| DataFixed | Default style for data cells in columns. Fixed font. | |
| font = fonts('FixedFont'); | FONT | |
| Return to Lineage List |
| Lineage # 5: Container Cell Data DataStrong DataStrongFixed |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Cell | Abstract. Controls general cells. | |
| Data | Default style for data cells in columns. | |
| foreground = colors('datafg') | FOREGROUND | |
| background = colors('databg'); | BACKGROUND | |
| DataStrong | Controls strong (more emphasized) data cells in columns. | |
| foreground = colors('datafgstrong') | FOREGROUND | |
| background = colors('databgstrong') | BACKGROUND | |
| font = fonts('StrongFont'); | FONT | |
| DataStrongFixed | Controls strong (more emphasized) data cells in columns. Fixed font. | |
| font = fonts('FixedStrongFont'); | FONT | |
| Return to Lineage List |
| Lineage # 6: Container Cell HeadersAndFooters Caption AfterCaption |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Cell | Abstract. Controls general cells. | |
| HeadersAndFooters | Abstract. Controls table headers and footers. | |
| font = fonts('HeadingFont') | FONT | |
| foreground = colors('headerfg') | FOREGROUND | |
| background = colors('headerbg'); | BACKGROUND | |
| Caption | Abstract. Controls caption field in proc tabulate. | |
| cellspacing = 0 | CELLSPACING | |
| cellpadding = 0 | CELLPADDING | |
| foreground = colors('captionfg') | FOREGROUND | |
| background = colors('captionbg'); | BACKGROUND | |
| AfterCaption | Caption that comes after a table. | |
| Return to Lineage List |
| Lineage # 7: Container Cell HeadersAndFooters Caption BeforeCaption |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Cell | Abstract. Controls general cells. | |
| HeadersAndFooters | Abstract. Controls table headers and footers. | |
| font = fonts('HeadingFont') | FONT | |
| foreground = colors('headerfg') | FOREGROUND | |
| background = colors('headerbg'); | BACKGROUND | |
| Caption | Abstract. Controls caption field in proc tabulate. | |
| cellspacing = 0 | CELLSPACING | |
| cellpadding = 0 | CELLPADDING | |
| foreground = colors('captionfg') | FOREGROUND | |
| background = colors('captionbg'); | BACKGROUND | |
| BeforeCaption | Caption that comes before a table. | |
| Return to Lineage List |
| Lineage # 8: Container Cell HeadersAndFooters Footer FooterEmphasis FooterEmphasisFixed |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Cell | Abstract. Controls general cells. | |
| HeadersAndFooters | Abstract. Controls table headers and footers. | |
| font = fonts('HeadingFont') | FONT | |
| foreground = colors('headerfg') | FOREGROUND | |
| background = colors('headerbg'); | BACKGROUND | |
| Footer | Controls table footers. | |
| FooterEmphasis | Controls emphasized table footers. | |
| font = fonts('EmphasisFont'); | FONT | |
| FooterEmphasisFixed | Controls emphasized table footers. Fixed font. | |
| font = fonts('FixedEmphasisFont'); | FONT | |
| Return to Lineage List |
| Lineage # 9: Container Cell HeadersAndFooters Footer FooterEmpty |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Cell | Abstract. Controls general cells. | |
| HeadersAndFooters | Abstract. Controls table headers and footers. | |
| font = fonts('HeadingFont') | FONT | |
| foreground = colors('headerfg') | FOREGROUND | |
| background = colors('headerbg'); | BACKGROUND | |
| Footer | Controls table footers. | |
| FooterEmpty | Controls empty table footers. | |
| Return to Lineage List |
| Lineage # 10: Container Cell HeadersAndFooters Footer FooterFixed |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Cell | Abstract. Controls general cells. | |
| HeadersAndFooters | Abstract. Controls table headers and footers. | |
| font = fonts('HeadingFont') | FONT | |
| foreground = colors('headerfg') | FOREGROUND | |
| background = colors('headerbg'); | BACKGROUND | |
| Footer | Controls table footers. | |
| FooterFixed | Controls table footers. Fixed font. | |
| font = fonts('FixedFont'); | FONT | |
| Return to Lineage List |
| Lineage # 11: Container Cell HeadersAndFooters Footer FooterStrong FooterStrongFixed |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Cell | Abstract. Controls general cells. | |
| HeadersAndFooters | Abstract. Controls table headers and footers. | |
| font = fonts('HeadingFont') | FONT | |
| foreground = colors('headerfg') | FOREGROUND | |
| background = colors('headerbg'); | BACKGROUND | |
| Footer | Controls table footers. | |
| FooterStrong | Controls strong (more emphasized) table footers. | |
| font = fonts('StrongFont'); | FONT | |
| FooterStrongFixed | Controls strong (more emphasized) table footers. Fixed font. | |
| font = fonts('FixedStrongFont'); | FONT | |
| Return to Lineage List |
| Lineage # 12: Container Cell HeadersAndFooters Footer RowFooter RowFooterEmphasis RowFooterEmphasisFixed |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Cell | Abstract. Controls general cells. | |
| HeadersAndFooters | Abstract. Controls table headers and footers. | |
| font = fonts('HeadingFont') | FONT | |
| foreground = colors('headerfg') | FOREGROUND | |
| background = colors('headerbg'); | BACKGROUND | |
| Footer | Controls table footers. | |
| RowFooter | Controls a row footer (label). | |
| RowFooterEmphasis | Controls an emphasized row footer (label). | |
| font = fonts('EmphasisFont'); | FONT | |
| RowFooterEmphasisFixed | Controls an emphasized row footer (label). Fixed font. | |
| font = fonts('FixedEmphasisFont'); | FONT | |
| Return to Lineage List |
| Lineage # 13: Container Cell HeadersAndFooters Footer RowFooter RowFooterEmpty |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Cell | Abstract. Controls general cells. | |
| HeadersAndFooters | Abstract. Controls table headers and footers. | |
| font = fonts('HeadingFont') | FONT | |
| foreground = colors('headerfg') | FOREGROUND | |
| background = colors('headerbg'); | BACKGROUND | |
| Footer | Controls table footers. | |
| RowFooter | Controls a row footer (label). | |
| RowFooterEmpty | Controls an empty row footer (label). | |
| Return to Lineage List |
| Lineage # 14: Container Cell HeadersAndFooters Footer RowFooter RowFooterFixed |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Cell | Abstract. Controls general cells. | |
| HeadersAndFooters | Abstract. Controls table headers and footers. | |
| font = fonts('HeadingFont') | FONT | |
| foreground = colors('headerfg') | FOREGROUND | |
| background = colors('headerbg'); | BACKGROUND | |
| Footer | Controls table footers. | |
| RowFooter | Controls a row footer (label). | |
| RowFooterFixed | Controls a row footer (label). Fixed font. | |
| font = fonts('FixedFont'); | FONT | |
| Return to Lineage List |
| Lineage # 15: Container Cell HeadersAndFooters Footer RowFooter RowFooterStrong RowFooterStrongFixed |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Cell | Abstract. Controls general cells. | |
| HeadersAndFooters | Abstract. Controls table headers and footers. | |
| font = fonts('HeadingFont') | FONT | |
| foreground = colors('headerfg') | FOREGROUND | |
| background = colors('headerbg'); | BACKGROUND | |
| Footer | Controls table footers. | |
| RowFooter | Controls a row footer (label). | |
| RowFooterStrong | Controls a strong (more emphasized) row footer (label). | |
| font = fonts('StrongFont'); | FONT | |
| RowFooterStrongFixed | Controls a strong (more emphasized) row footer (label). Fixed font. | |
| font = fonts('FixedStrongFont'); | FONT | |
| Return to Lineage List |
| Lineage # 16: Container Cell HeadersAndFooters Header HeaderEmphasis HeaderEmphasisFixed |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Cell | Abstract. Controls general cells. | |
| HeadersAndFooters | Abstract. Controls table headers and footers. | |
| font = fonts('HeadingFont') | FONT | |
| foreground = colors('headerfg') | FOREGROUND | |
| background = colors('headerbg'); | BACKGROUND | |
| Header | Controls the headers of a table. | |
| HeaderEmphasis | Controls emphasized table header cells. | |
| foreground = colors('headerfgemph') | FOREGROUND | |
| background = colors('headerbgemph') | BACKGROUND | |
| font = fonts('EmphasisFont'); | FONT | |
| HeaderEmphasisFixed | Controls emphasized table header cells. Fixed font. | |
| font = fonts('FixedEmphasisFont'); | FONT | |
| Return to Lineage List |
| Lineage # 17: Container Cell HeadersAndFooters Header HeaderEmpty |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Cell | Abstract. Controls general cells. | |
| HeadersAndFooters | Abstract. Controls table headers and footers. | |
| font = fonts('HeadingFont') | FONT | |
| foreground = colors('headerfg') | FOREGROUND | |
| background = colors('headerbg'); | BACKGROUND | |
| Header | Controls the headers of a table. | |
| HeaderEmpty | Controls empty table header cells. | |
| Return to Lineage List |
| Lineage # 18: Container Cell HeadersAndFooters Header HeaderFixed |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Cell | Abstract. Controls general cells. | |
| HeadersAndFooters | Abstract. Controls table headers and footers. | |
| font = fonts('HeadingFont') | FONT | |
| foreground = colors('headerfg') | FOREGROUND | |
| background = colors('headerbg'); | BACKGROUND | |
| Header | Controls the headers of a table. | |
| HeaderFixed | Controls the header of a table. Fixed font. | |
| font = fonts('FixedFont'); | FONT | |
| Return to Lineage List |
| Lineage # 19: Container Cell HeadersAndFooters Header HeaderStrong HeaderStrongFixed |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Cell | Abstract. Controls general cells. | |
| HeadersAndFooters | Abstract. Controls table headers and footers. | |
| font = fonts('HeadingFont') | FONT | |
| foreground = colors('headerfg') | FOREGROUND | |
| background = colors('headerbg'); | BACKGROUND | |
| Header | Controls the headers of a table. | |
| HeaderStrong | Controls strong (more emphasized) table header cells. | |
| foreground = colors('headerfgstrong') | FOREGROUND | |
| background = colors('headerbgstrong') | BACKGROUND | |
| font = fonts('StrongFont'); | FONT | |
| HeaderStrongFixed | Controls strong (more emphasized) table header cells. Fixed font. | |
| font = fonts('FixedStrongFont'); | FONT | |
| Return to Lineage List |
| Lineage # 20: Container Cell HeadersAndFooters Header RowHeader RowHeaderEmphasis RowHeaderEmphasisFixed |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Cell | Abstract. Controls general cells. | |
| HeadersAndFooters | Abstract. Controls table headers and footers. | |
| font = fonts('HeadingFont') | FONT | |
| foreground = colors('headerfg') | FOREGROUND | |
| background = colors('headerbg'); | BACKGROUND | |
| Header | Controls the headers of a table. | |
| RowHeader | Controls row headers. | |
| RowHeaderEmphasis | Controls emphasized row headers. | |
| font = fonts('EmphasisFont'); | FONT | |
| RowHeaderEmphasisFixed | Controls emphasized row headers. Fixed font. | |
| font = fonts('FixedEmphasisFont'); | FONT | |
| Return to Lineage List |
| Lineage # 21: Container Cell HeadersAndFooters Header RowHeader RowHeaderEmpty |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Cell | Abstract. Controls general cells. | |
| HeadersAndFooters | Abstract. Controls table headers and footers. | |
| font = fonts('HeadingFont') | FONT | |
| foreground = colors('headerfg') | FOREGROUND | |
| background = colors('headerbg'); | BACKGROUND | |
| Header | Controls the headers of a table. | |
| RowHeader | Controls row headers. | |
| RowHeaderEmpty | Controls empty row headers. | |
| Return to Lineage List |
| Lineage # 22: Container Cell HeadersAndFooters Header RowHeader RowHeaderFixed |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Cell | Abstract. Controls general cells. | |
| HeadersAndFooters | Abstract. Controls table headers and footers. | |
| font = fonts('HeadingFont') | FONT | |
| foreground = colors('headerfg') | FOREGROUND | |
| background = colors('headerbg'); | BACKGROUND | |
| Header | Controls the headers of a table. | |
| RowHeader | Controls row headers. | |
| RowHeaderFixed | Controls row headers. Fixed font. | |
| font = fonts('FixedFont'); | FONT | |
| Return to Lineage List |
| Lineage # 23: Container Cell HeadersAndFooters Header RowHeader RowHeaderStrong RowHeaderStrongFixed |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Cell | Abstract. Controls general cells. | |
| HeadersAndFooters | Abstract. Controls table headers and footers. | |
| font = fonts('HeadingFont') | FONT | |
| foreground = colors('headerfg') | FOREGROUND | |
| background = colors('headerbg'); | BACKGROUND | |
| Header | Controls the headers of a table. | |
| RowHeader | Controls row headers. | |
| RowHeaderStrong | Controls strong (more emphasized) row headers. | |
| font = fonts('StrongFont'); | FONT | |
| RowHeaderStrongFixed | Controls strong (more emphasized) row headers. Fixed font. | |
| font = fonts('FixedStrongFont'); | FONT | |
| Return to Lineage List |
| Lineage # 24: Container ColumnGroup |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| ColumnGroup | Box around groups of columns. This corresponds to RULES=GROUPS | |
| Return to Lineage List |
| Lineage # 25: Container Date BodyDate |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Date | Abstract. Controls how date fields look. | |
| outputwidth = 100% | OUTPUTWIDTH | |
| background = colors('contentbg') | BACKGROUND | |
| foreground = colors('contentfg'); | FOREGROUND | |
| BodyDate | Controls the date field in the Body file. | |
| vjust = T | VJUST | |
| just = R | JUST | |
| cellspacing = 0 | CELLSPACING | |
| cellpadding = 0 | CELLPADDING | |
| background = colors('docbg') | BACKGROUND | |
| foreground = colors('docfg'); | FOREGROUND | |
| Return to Lineage List |
| Lineage # 26: Container Date ContentsDate |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Date | Abstract. Controls how date fields look. | |
| outputwidth = 100% | OUTPUTWIDTH | |
| background = colors('contentbg') | BACKGROUND | |
| foreground = colors('contentfg'); | FOREGROUND | |
| ContentsDate | Controls the date in the Contents file. | |
| Return to Lineage List |
| Lineage # 27: Container Date PagesDate |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Date | Abstract. Controls how date fields look. | |
| outputwidth = 100% | OUTPUTWIDTH | |
| background = colors('contentbg') | BACKGROUND | |
| foreground = colors('contentfg'); | FOREGROUND | |
| PagesDate | Controls the date in the Pages file. | |
| Return to Lineage List |
| Lineage # 28: Container Document Body |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Document | Abstract. Controls the various document bodies. | |
| htmldoctype = "<!DOCTYPE HTML PUBLIC ""-//W3C//DTD HTML 3.2 Final//EN"">" | HTMLDOCTYPE | |
| htmlcontenttype = "text/html" | HTMLCONTENTTYPE | |
| protectspecialchars = auto | PROTECTSPECIALCHARS | |
| linkcolor = colors('link2') | LINKCOLOR | |
| activelinkcolor = colors('link1') | ACTIVELINKCOLOR | |
| visitedlinkcolor = colors('link1'); | VISITEDLINKCOLOR | |
| Body | Controls the Body file. | |
| rightmargin = 8 | RIGHTMARGIN | |
| leftmargin = 8 | LEFTMARGIN | |
| pagebreakhtml = html('PageBreakLine'); | PAGEBREAKHTML | |
| Return to Lineage List |
| Lineage # 29: Container Document Contents |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Document | Abstract. Controls the various document bodies. | |
| htmldoctype = "<!DOCTYPE HTML PUBLIC ""-//W3C//DTD HTML 3.2 Final//EN"">" | HTMLDOCTYPE | |
| htmlcontenttype = "text/html" | HTMLCONTENTTYPE | |
| protectspecialchars = auto | PROTECTSPECIALCHARS | |
| linkcolor = colors('link2') | LINKCOLOR | |
| activelinkcolor = colors('link1') | ACTIVELINKCOLOR | |
| visitedlinkcolor = colors('link1'); | VISITEDLINKCOLOR | |
| Contents | Controls the Contents file. | |
| bullet = "decimal" | BULLET | |
| tagattr = " onload=""if (msie4 == 1)expandAll()""" | TAGATTR | |
| pagebreakhtml = html('break') | PAGEBREAKHTML | |
| foreground = colors('contentfg') | FOREGROUND | |
| background = colors('contentbg') | BACKGROUND | |
| rightmargin = 8 | RIGHTMARGIN | |
| leftmargin = 8; | LEFTMARGIN | |
| Return to Lineage List |
| Lineage # 30: Container Document Frame |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Document | Abstract. Controls the various document bodies. | |
| htmldoctype = "<!DOCTYPE HTML PUBLIC ""-//W3C//DTD HTML 3.2 Final//EN"">" | HTMLDOCTYPE | |
| htmlcontenttype = "text/html" | HTMLCONTENTTYPE | |
| protectspecialchars = auto | PROTECTSPECIALCHARS | |
| linkcolor = colors('link2') | LINKCOLOR | |
| activelinkcolor = colors('link1') | ACTIVELINKCOLOR | |
| visitedlinkcolor = colors('link1'); | VISITEDLINKCOLOR | |
| Frame | Controls the Frame file. | |
| contentposition = L | CONTENTPOSITION | |
| bodyscrollbar = auto | BODYSCROLLBAR | |
| bodysize = * | BODYSIZE | |
| contentscrollbar = auto | CONTENTSCROLLBAR | |
| contentsize = 23% | CONTENTSIZE | |
| framespacing = 1 | FRAMESPACING | |
| frameborderwidth = 4 | FRAMEBORDERWIDTH | |
| frameborder = on; | FRAMEBORDER | |
| Return to Lineage List |
| Lineage # 31: Container Document Pages |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Document | Abstract. Controls the various document bodies. | |
| htmldoctype = "<!DOCTYPE HTML PUBLIC ""-//W3C//DTD HTML 3.2 Final//EN"">" | HTMLDOCTYPE | |
| htmlcontenttype = "text/html" | HTMLCONTENTTYPE | |
| protectspecialchars = auto | PROTECTSPECIALCHARS | |
| linkcolor = colors('link2') | LINKCOLOR | |
| activelinkcolor = colors('link1') | ACTIVELINKCOLOR | |
| visitedlinkcolor = colors('link1'); | VISITEDLINKCOLOR | |
| Pages | Controls the Pages file. | |
| bullet = "decimal" | BULLET | |
| tagattr = " onload=""if (msie4 == 1)expandAll()""" | TAGATTR | |
| pagebreakhtml = html('break') | PAGEBREAKHTML | |
| foreground = colors('contentfg') | FOREGROUND | |
| background = colors('contentbg') | BACKGROUND | |
| rightmargin = 8 | RIGHTMARGIN | |
| leftmargin = 8; | LEFTMARGIN | |
| Return to Lineage List |
| Lineage # 32: Container Index IndexProcName ContentProcName ContentProcLabel |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Index | Abstract. Controls Contents and Pages. | |
| foreground = colors('contentfg') | FOREGROUND | |
| background = colors('contentbg'); | BACKGROUND | |
| IndexProcName | Abstract. Controls the proc name in the list files. | |
| listentryanchor = off | LISTENTRYANCHOR | |
| bullet = "decimal" | BULLET | |
| posthtml = html('posthtml flyover') | POSTHTML | |
| prehtml = html('prehtml flyover') | PREHTML | |
| posttext = text('suffix1') | POSTTEXT | |
| pretext = text('prefix1') | PRETEXT | |
| background = _undef_ | BACKGROUND | |
| foreground = colors('contitlefg'); | FOREGROUND | |
| ContentProcName | Controls the proc name in the Contents file. | |
| ContentProcLabel | Controls the proc label in the Contents file. | |
| posttext = _undef_ | POSTTEXT | |
| pretext = _undef_; | PRETEXT | |
| Return to Lineage List |
| Lineage # 33: Container Index IndexProcName PagesProcName PagesProcLabel |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Index | Abstract. Controls Contents and Pages. | |
| foreground = colors('contentfg') | FOREGROUND | |
| background = colors('contentbg'); | BACKGROUND | |
| IndexProcName | Abstract. Controls the proc name in the list files. | |
| listentryanchor = off | LISTENTRYANCHOR | |
| bullet = "decimal" | BULLET | |
| posthtml = html('posthtml flyover') | POSTHTML | |
| prehtml = html('prehtml flyover') | PREHTML | |
| posttext = text('suffix1') | POSTTEXT | |
| pretext = text('prefix1') | PRETEXT | |
| background = _undef_ | BACKGROUND | |
| foreground = colors('contitlefg'); | FOREGROUND | |
| PagesProcName | Controls the proc name in the Pages file. | |
| PagesProcLabel | Controls the proc label in the Pages file. | |
| posttext = _undef_ | POSTTEXT | |
| pretext = _undef_; | PRETEXT | |
| Return to Lineage List |
| Lineage # 34: Container Index IndexTitle ContentTitle |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Index | Abstract. Controls Contents and Pages. | |
| foreground = colors('contentfg') | FOREGROUND | |
| background = colors('contentbg'); | BACKGROUND | |
| IndexTitle | Abstract. Controls the title of Contents and Pages files. | |
| posthtml = html('posthtml flyover line') | POSTHTML | |
| prehtml = html('expandAll') | PREHTML | |
| font = fonts('EmphasisFont') | FONT | |
| background = _undef_ | BACKGROUND | |
| foreground = colors('contitlefg'); | FOREGROUND | |
| ContentTitle | Controls the title of the Contents file. | |
| pretext = text('content title'); | PRETEXT | |
| Return to Lineage List |
| Lineage # 35: Container Index IndexTitle PagesTitle |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Index | Abstract. Controls Contents and Pages. | |
| foreground = colors('contentfg') | FOREGROUND | |
| background = colors('contentbg'); | BACKGROUND | |
| IndexTitle | Abstract. Controls the title of Contents and Pages files. | |
| posthtml = html('posthtml flyover line') | POSTHTML | |
| prehtml = html('expandAll') | PREHTML | |
| font = fonts('EmphasisFont') | FONT | |
| background = _undef_ | BACKGROUND | |
| foreground = colors('contitlefg'); | FOREGROUND | |
| PagesTitle | Controls the title of the Pages file. | |
| pretext = text('pages title'); | PRETEXT | |
| Return to Lineage List |
| Lineage # 36: Container IndexItem ContentFolder ByContentFolder |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| IndexItem | Abstract. Controls list items and folders for Contents and Pages. | |
| leftmargin = 6pt | LEFTMARGIN | |
| posthtml = html('posthtml flyover') | POSTHTML | |
| prehtml = html('prehtml flyover bullet') | PREHTML | |
| listentryanchor = on | LISTENTRYANCHOR | |
| bullet = NONE | BULLET | |
| background = _undef_ | BACKGROUND | |
| foreground = colors('conentryfg'); | FOREGROUND | |
| ContentFolder | Controls the generic folder definition in the Contents file. | |
| listentryanchor = off | LISTENTRYANCHOR | |
| foreground = colors('confolderfg'); | FOREGROUND | |
| ByContentFolder | Controls the byline folder in the Contents file. | |
| Return to Lineage List |
| Lineage # 37: Container IndexItem ContentItem |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| IndexItem | Abstract. Controls list items and folders for Contents and Pages. | |
| leftmargin = 6pt | LEFTMARGIN | |
| posthtml = html('posthtml flyover') | POSTHTML | |
| prehtml = html('prehtml flyover bullet') | PREHTML | |
| listentryanchor = on | LISTENTRYANCHOR | |
| bullet = NONE | BULLET | |
| background = _undef_ | BACKGROUND | |
| foreground = colors('conentryfg'); | FOREGROUND | |
| ContentItem | Controls the leafnode item in the Contents file. | |
| Return to Lineage List |
| Lineage # 38: Container IndexItem IndexAction FolderAction |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| IndexItem | Abstract. Controls list items and folders for Contents and Pages. | |
| leftmargin = 6pt | LEFTMARGIN | |
| posthtml = html('posthtml flyover') | POSTHTML | |
| prehtml = html('prehtml flyover bullet') | PREHTML | |
| listentryanchor = on | LISTENTRYANCHOR | |
| bullet = NONE | BULLET | |
| background = _undef_ | BACKGROUND | |
| foreground = colors('conentryfg'); | FOREGROUND | |
| IndexAction | Abstract. Determines what happens on mouse-over events for folders and items. | |
| FolderAction | Determines what happens on mouse-over events for folders. | |
| Return to Lineage List |
| Lineage # 39: Container IndexItem PagesItem |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| IndexItem | Abstract. Controls list items and folders for Contents and Pages. | |
| leftmargin = 6pt | LEFTMARGIN | |
| posthtml = html('posthtml flyover') | POSTHTML | |
| prehtml = html('prehtml flyover bullet') | PREHTML | |
| listentryanchor = on | LISTENTRYANCHOR | |
| bullet = NONE | BULLET | |
| background = _undef_ | BACKGROUND | |
| foreground = colors('conentryfg'); | FOREGROUND | |
| PagesItem | Controls the leafnode item in the Pages file. | |
| Return to Lineage List |
| Lineage # 40: Container Note ErrorBanner |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Note | Abstract. Controls the container for note banners and note contents. | |
| background = colors('notebg') | BACKGROUND | |
| foreground = colors('notefg'); | FOREGROUND | |
| ErrorBanner | Controls the banner for ERROR:s. | |
| font_weight = Bold | FONT_WEIGHT | |
| pretext = text('Error Banner'); | PRETEXT | |
| Return to Lineage List |
| Lineage # 41: Container Note ErrorContent ErrorContentFixed |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Note | Abstract. Controls the container for note banners and note contents. | |
| background = colors('notebg') | BACKGROUND | |
| foreground = colors('notefg'); | FOREGROUND | |
| ErrorContent | Controls the contents of ERROR:s. | |
| ErrorContentFixed | Controls the contents for ERROR:s. Fixed font. | |
| font = fonts('FixedFont'); | FONT | |
| Return to Lineage List |
| Lineage # 42: Container Note FatalBanner |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Note | Abstract. Controls the container for note banners and note contents. | |
| background = colors('notebg') | BACKGROUND | |
| foreground = colors('notefg'); | FOREGROUND | |
| FatalBanner | Controls the banner for FATAL:s. | |
| font_weight = Bold | FONT_WEIGHT | |
| pretext = text('Fatal Banner'); | PRETEXT | |
| Return to Lineage List |
| Lineage # 43: Container Note FatalContent FatalContentFixed |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Note | Abstract. Controls the container for note banners and note contents. | |
| background = colors('notebg') | BACKGROUND | |
| foreground = colors('notefg'); | FOREGROUND | |
| FatalContent | Controls the contents of FATAL:s. | |
| FatalContentFixed | Controls the contents for FATAL:s. Fixed font. | |
| font = fonts('FixedFont'); | FONT | |
| Return to Lineage List |
| Lineage # 44: Container Note NoteBanner |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Note | Abstract. Controls the container for note banners and note contents. | |
| background = colors('notebg') | BACKGROUND | |
| foreground = colors('notefg'); | FOREGROUND | |
| NoteBanner | Controls the banner for NOTE:s. | |
| font_weight = Bold | FONT_WEIGHT | |
| pretext = text('Note Banner'); | PRETEXT | |
| Return to Lineage List |
| Lineage # 45: Container Note NoteContent NoteContentFixed |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Note | Abstract. Controls the container for note banners and note contents. | |
| background = colors('notebg') | BACKGROUND | |
| foreground = colors('notefg'); | FOREGROUND | |
| NoteContent | Controls the contents for NOTE:s. | |
| NoteContentFixed | Controls the contents for NOTE:s. Fixed font. | |
| font = fonts('FixedFont'); | FONT | |
| Return to Lineage List |
| Lineage # 46: Container Note UserText |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Note | Abstract. Controls the container for note banners and note contents. | |
| background = colors('notebg') | BACKGROUND | |
| foreground = colors('notefg'); | FOREGROUND | |
| UserText | Controls the TEXT= style | |
| Return to Lineage List |
| Lineage # 47: Container Note WarnBanner |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Note | Abstract. Controls the container for note banners and note contents. | |
| background = colors('notebg') | BACKGROUND | |
| foreground = colors('notefg'); | FOREGROUND | |
| WarnBanner | Controls the banner for WARNING:s. | |
| font_weight = Bold | FONT_WEIGHT | |
| pretext = text('Warn Banner'); | PRETEXT | |
| Return to Lineage List |
| Lineage # 48: Container Note WarnContent WarnContentFixed |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Note | Abstract. Controls the container for note banners and note contents. | |
| background = colors('notebg') | BACKGROUND | |
| foreground = colors('notefg'); | FOREGROUND | |
| WarnContent | Controls the contents of WARNING:s. | |
| WarnContentFixed | Controls the contents for WARNING:s. Fixed font. | |
| font = fonts('FixedFont'); | FONT | |
| Return to Lineage List |
| Lineage # 49: Container Output Batch |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Output | Abstract. Controls basic output forms. | |
| background = colors('tablebg') | BACKGROUND | |
| rules = GROUPS | RULES | |
| frame = BOX | FRAME | |
| cellpadding = 7 | CELLPADDING | |
| cellspacing = 1 | CELLSPACING | |
| bordercolor = colors('tableborder') | BORDERCOLOR | |
| borderwidth = 1; | BORDERWIDTH | |
| Batch | Controls batch mode output. | |
| font = fonts('BatchFixedFont') | FONT | |
| foreground = colors('batchfg') | FOREGROUND | |
| background = colors('batchbg'); | BACKGROUND | |
| Return to Lineage List |
| Lineage # 50: Container Output Table |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| Output | Abstract. Controls basic output forms. | |
| background = colors('tablebg') | BACKGROUND | |
| rules = GROUPS | RULES | |
| frame = BOX | FRAME | |
| cellpadding = 7 | CELLPADDING | |
| cellspacing = 1 | CELLSPACING | |
| bordercolor = colors('tableborder') | BORDERCOLOR | |
| borderwidth = 1; | BORDERWIDTH | |
| Table | Controls overall table style. | |
| Return to Lineage List |
| Lineage # 51: Container SysTitleAndFooterContainer |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| SysTitleAndFooterContainer | Controls container for system page title and system page footer. | |
| rules = NONE | RULES | |
| frame = VOID | FRAME | |
| outputwidth = 100% | OUTPUTWIDTH | |
| cellpadding = 1 | CELLPADDING | |
| cellspacing = 1 | CELLSPACING | |
| borderwidth = 0; | BORDERWIDTH | |
| Return to Lineage List |
| Lineage # 52: Container TableFooterContainer |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| TableFooterContainer | Box around all column footers. | |
| Return to Lineage List |
| Lineage # 53: Container TableHeaderContainer |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| TableHeaderContainer | Box around all column headers. | |
| Return to Lineage List |
| Lineage # 54: Container TitleAndNoteContainer |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| TitleAndNoteContainer | Controls container for procedure defined titles and notes. | |
| rules = NONE | RULES | |
| frame = VOID | FRAME | |
| outputwidth = 100% | OUTPUTWIDTH | |
| cellpadding = 1 | CELLPADDING | |
| cellspacing = 1 | CELLSPACING | |
| borderwidth = 0; | BORDERWIDTH | |
| Return to Lineage List |
| Lineage # 55: Container TitlesAndFooters Byline |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| TitlesAndFooters | Abstract. Controls system page title text and system page footer text. | |
| font = Fonts('TitleFont2') | FONT | |
| background = colors('systitlebg') | BACKGROUND | |
| foreground = colors('systitlefg'); | FOREGROUND | |
| Byline | Controls byline text. | |
| cellspacing = 0 | CELLSPACING | |
| cellpadding = 0 | CELLPADDING | |
| font = fonts('headingFont') | FONT | |
| background = colors('bylinebg') | BACKGROUND | |
| foreground = colors('bylinefg'); | FOREGROUND | |
| Return to Lineage List |
| Lineage # 56: Container TitlesAndFooters ExtendedPage |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| TitlesAndFooters | Abstract. Controls system page title text and system page footer text. | |
| font = Fonts('TitleFont2') | FONT | |
| background = colors('systitlebg') | BACKGROUND | |
| foreground = colors('systitlefg'); | FOREGROUND | |
| ExtendedPage | Msg when page won't fit. | |
| just = C | JUST | |
| cellpadding = 2pt | CELLPADDING | |
| borderwidth = 1pt | BORDERWIDTH | |
| fillrulewidth = 0.5pt | FILLRULEWIDTH | |
| posttext = ", which would not fit on a single physical page" | POSTTEXT | |
| pretext = "Continuing contents of page " | PRETEXT | |
| frame = box | FRAME | |
| font = fonts('EmphasisFont'); | FONT | |
| Return to Lineage List |
| Lineage # 57: Container TitlesAndFooters PageNo |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| TitlesAndFooters | Abstract. Controls system page title text and system page footer text. | |
| font = Fonts('TitleFont2') | FONT | |
| background = colors('systitlebg') | BACKGROUND | |
| foreground = colors('systitlefg'); | FOREGROUND | |
| PageNo | Controls page numbers for printer | |
| vjust = T | VJUST | |
| just = R | JUST | |
| cellspacing = 0 | CELLSPACING | |
| cellpadding = 0 | CELLPADDING | |
| font = fonts('strongFont'); | FONT | |
| Return to Lineage List |
| Lineage # 58: Container TitlesAndFooters ProcTitle ProcTitleFixed |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| TitlesAndFooters | Abstract. Controls system page title text and system page footer text. | |
| font = Fonts('TitleFont2') | FONT | |
| background = colors('systitlebg') | BACKGROUND | |
| foreground = colors('systitlefg'); | FOREGROUND | |
| ProcTitle | Controls procedure title text. | |
| background = colors('proctitlebg') | BACKGROUND | |
| foreground = colors('proctitlefg'); | FOREGROUND | |
| ProcTitleFixed | Controls procedure title text, fixed font. | |
| font = fonts('FixedStrongFont'); | FONT | |
| Return to Lineage List |
| Lineage # 59: Container TitlesAndFooters SystemFooter |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| TitlesAndFooters | Abstract. Controls system page title text and system page footer text. | |
| font = Fonts('TitleFont2') | FONT | |
| background = colors('systitlebg') | BACKGROUND | |
| foreground = colors('systitlefg'); | FOREGROUND | |
| SystemFooter | Controls system footer text. | |
| font = Fonts('TitleFont'); | FONT | |
| Return to Lineage List |
| Lineage # 60: Container TitlesAndFooters SystemTitle |
| Style | Default Assignment | Attribute |
|---|---|---|
| Container | Abstract. Controls all container oriented elements. | |
| font = Fonts('DocFont') | FONT | |
| foreground = colors('docfg') | FOREGROUND | |
| background = colors('docbg'); | BACKGROUND | |
| TitlesAndFooters | Abstract. Controls system page title text and system page footer text. | |
| font = Fonts('TitleFont2') | FONT | |
| background = colors('systitlebg') | BACKGROUND | |
| foreground = colors('systitlefg'); | FOREGROUND | |
| SystemTitle | Controls system title text. | |
| font = Fonts('TitleFont'); | FONT | |
| Return to Lineage List |