Properties' Summary |
BreakType |
determins the type of break that is applied at the beginning of the table. |
LeftMargin |
contains the left margin of the table.
|
RightMargin |
contains the right margin of the table.
|
HoriOrient |
contains the horizontal orientation. |
KeepTogether |
Setting this property to TRUE prevents page or column
breaks between this table and the following paragraph or text table.
|
Split |
Setting this property to FALSE prevents the table from
getting spread on two pages.
|
PageNumberOffset |
If a page break property is set at the table,
this property contains the new value for the page number.
|
PageDescName |
If this property is set, it creates a page break before the
table and assigns the value as the name of the new page style sheet to use.
|
RelativeWidth |
determins the width of the table relative to its environment.
|
IsWidthRelative |
determins if the value of the relative width is valid.
|
RepeatHeadline |
determins if the first row of the table is repeated on every new page.
|
ShadowFormat |
determins the type, color and size of the shadow. |
TopMargin |
determins the top margin.
|
BottomMargin |
determins the bottom margin.
|
BackTransparent |
determins if the background color is transparent.
|
Width |
contains the absolute table width.
|
ChartRowAsLabel |
determins if the first row of the table should be treated as
axis labels when a chart is to be created.
|
ChartColumnAsLabel |
determins if the first column of the table should be treated as
axis labels when a chart is to be created.
|
TableBorder |
contains the description of the table borders. |
TableColumnSeparators |
contains the column description of the table.
|
TableColumnRelativeSum |
contains the sum of the column width values used in TableColumnSeparators.
|
BackColor |
contains the color of the background.
|
BackGraphicURL |
contains the URL for the background graphic.
|
BackGraphicFilter |
contains the name of the file filter for the background graphic.
|
BackGraphicLocation |
determines the position of the background graphic. |
Properties' Details |
BreakType
|
LeftMargin
long LeftMargin;
- Description
- contains the left margin of the table.
|
|
RightMargin
long RightMargin;
- Description
- contains the right margin of the table.
|
|
HoriOrient
|
KeepTogether
boolean KeepTogether;
- Description
- Setting this property to TRUE prevents page or column
breaks between this table and the following paragraph or text table.
|
|
Split
boolean Split;
- Description
- Setting this property to FALSE prevents the table from
getting spread on two pages.
|
|
PageNumberOffset
short PageNumberOffset;
- Description
- If a page break property is set at the table,
this property contains the new value for the page number.
|
|
PageDescName
string PageDescName;
- Description
- If this property is set, it creates a page break before the
table and assigns the value as the name of the new page style sheet to use.
|
|
RelativeWidth
short RelativeWidth;
- Description
- determins the width of the table relative to its environment.
|
|
IsWidthRelative
boolean IsWidthRelative;
- Description
- determins if the value of the relative width is valid.
|
|
RepeatHeadline
boolean RepeatHeadline;
- Description
- determins if the first row of the table is repeated on every new page.
|
|
ShadowFormat
|
TopMargin
long TopMargin;
- Description
- determins the top margin.
|
|
BottomMargin
long BottomMargin;
- Description
- determins the bottom margin.
|
|
BackTransparent
boolean BackTransparent;
- Description
- determins if the background color is transparent.
|
|
Width
long Width;
- Description
- contains the absolute table width.
As this is only a describing property the value of the actual table may vary depending on the
environment the table is located in and the settings of LeftMargin,
RightMargin and HoriOrient.
|
|
ChartRowAsLabel
boolean ChartRowAsLabel;
- Description
- determins if the first row of the table should be treated as
axis labels when a chart is to be created.
|
|
ChartColumnAsLabel
boolean ChartColumnAsLabel;
- Description
- determins if the first column of the table should be treated as
axis labels when a chart is to be created.
|
|
TableBorder
|
TableColumnSeparators
|
TableColumnRelativeSum
short TableColumnRelativeSum;
- Description
- contains the sum of the column width values used in TableColumnSeparators.
|
|
BackColor
long BackColor;
- Description
- contains the color of the background.
|
|
BackGraphicURL
string BackGraphicURL;
- Description
- contains the URL for the background graphic.
|
|
BackGraphicFilter
string BackGraphicFilter;
- Description
- contains the name of the file filter for the background graphic.
|
|
BackGraphicLocation
|
Copyright © 2003 Sun Microsystems, Inc.