Properties' Details |
ShowRowHeader
boolean ShowRowHeader;
- Description
- Specifies whether the grid control should display a special header column.
The default value is false
|
|
ShowColumnHeader
boolean ShowColumnHeader;
- Description
- Specifies whether the grid control should display a title row.
The default value is true
|
|
ColumnModel
|
DataModel
|
HScroll
boolean HScroll;
- Description
- Specifies the vertical scrollbar mode.
The default value is false
|
|
VScroll
boolean VScroll;
- Description
- Specifies the horizontal scrollbar mode.
The default value is false
|
|
Tabstop
boolean Tabstop;
- Description
- Specifies that the control can be reached with the TAB key.
|
|
SelectionModel
::com::sun::star::view::SelectionType SelectionModel;
- Description
- Specifies the selection mode that is enabled for this grid control.
The default value is ::com::sun::star::view::SelectionType::SINGLE
|
|
RowBackgroundColor
::com::sun::star::util::Color RowBackgroundColor;
- Description
- Specifies the background color of rows. If color for even rows is set, then specifies
the color of odd rows. Default value is white.
|
|
EvenRowBackgroundColor
::com::sun::star::util::Color EvenRowBackgroundColor;
- Description
- Specifies the background color of even rows. Default value is white.
|
|
HeaderBackgroundColor
::com::sun::star::util::Color HeaderBackgroundColor;
- Description
- Specifies the background color of header. Default value is white.
|
|
TextColor
::com::sun::star::util::Color TextColor;
- Description
- Specifies the text color. Default value is black.
|
|
LineColor
::com::sun::star::util::Color LineColor;
- Description
- Specifies the line color. Default value is white.
|
|
VerticalAlign
::com::sun::star::style::VerticalAlignment VerticalAlign;
- Description
- specifies the vertical alignment of the content in the control.
TOP
MIDDLE
BOTTOM
|
|
FontDescriptor
::com::sun::star::awt::FontDescriptor FontDescriptor;
- Description
- specifies the font attributes of the text in the control.
|
|
FontEmphasisMark
short FontEmphasisMark;
- Description
- specifies the ::com::sun::star::text::FontEmphasis
value of the text in the control.
|
|
FontRelief
short FontRelief;
- Description
- specifies the ::com::sun::star::text::FontRelief
value of the text in the control.
|
|
HelpText
string HelpText;
- Description
- specifies the help text of the control.
|
|
HelpURL
string HelpURL;
- Description
- specifies the help URL of the control.
|
|
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.