::com::sun::star::table::CellProperties |
- Description
- contains properties from table cells.
All of these properties are either already availbale in the
service
CellProperties ,
or get matched against one of those or are implemented
non-functional since they serve no purpose for text tables.
The complete list is as follows:
- CellStyle: optional property, not implemented.
- CellBackColor: matched to 'BackColor'.
- IsCellBackgroundTransparent: matched to 'BackTransparent'.
- HoriJustify: non-functional implementation.
- VertJustify: non-functional implementation.
- IsTextWrapped: non-functional implementation.
- ParaIndent: non-functional implementation.
- Orientation: non-functional implementation.
- RotateAngle: non-functional implementation.
- RotateReference: non-functional implementation.
- AsianVerticalMode: optional property, not implemented.
- TableBorder: non-functional implementation.
- TopBorder: already available.
- BottomBorder: already available.
- LeftBorder: already available.
- RightBorder: already available.
- NumberFormat: already available.
- ShadowFormat: non-functional implementation.
- CellProtection: non-functional implementation.
- Since
- OpenOffice 2.0
|