Elements' Details |
TopLine
BorderLine TopLine;
- Description
- determines the line style at the top edge.
|
|
IsTopLineValid
boolean IsTopLineValid;
- Description
- specifies whether the value of TableBorder::TopLine
is used.
|
|
BottomLine
BorderLine BottomLine;
- Description
- determines the line style at the bottom edge.
|
|
IsBottomLineValid
boolean IsBottomLineValid;
- Description
- specifies whether the value of
TableBorder::BottomLine is used.
|
|
LeftLine
BorderLine LeftLine;
- Description
- determines the line style at the left edge.
|
|
IsLeftLineValid
boolean IsLeftLineValid;
- Description
- specifies whether the value of TableBorder::LeftLine
is used.
|
|
RightLine
BorderLine RightLine;
- Description
- determines the line style at the right edge.
|
|
IsRightLineValid
boolean IsRightLineValid;
- Description
- specifies whether the value of TableBorder::RightLine
is used.
|
|
HorizontalLine
BorderLine HorizontalLine;
- Description
- determines the line style of horizontal lines for the inner part
of a cell range.
|
|
IsHorizontalLineValid
boolean IsHorizontalLineValid;
- Description
- specifies whether the value of
TableBorder::HorizontalLine is used.
|
|
VerticalLine
BorderLine VerticalLine;
- Description
- determines the line style of vertical lines for the inner part
of a cell range.
|
|
IsVerticalLineValid
boolean IsVerticalLineValid;
- Description
- specifies whether the value of
TableBorder::VerticalLine is used.
|
|
Distance
short Distance;
- Description
- contains the distance between the lines and other contents.
|
|
IsDistanceValid
boolean IsDistanceValid;
- Description
- specifies whether the value of TableBorder::Distance
is used.
|
|
Copyright © 2003 Sun Microsystems, Inc.