20 #ifndef __com_sun_star_table_CellProperties_idl__
21 #define __com_sun_star_table_CellProperties_idl__
37 module
com { module sun { module star { module table {
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:64
This is the generic interface for supporting the insertion and removal of named elements.
Definition: XNameContainer.idl:41
CellHoriJustify
specifies how cell contents are aligned horizontally.
Definition: CellHoriJustify.idl:30
CellOrientation
specifies the orientation of a cell.
Definition: CellOrientation.idl:30
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:36
Definition: Ambiguous.idl:22
contains the properties of a table cell.
Definition: CellProperties.idl:46
com::sun::star::table::BorderLine2 DiagonalTLBR2
contains a description of the top left to bottom right diagonal line of each cell.
Definition: CellProperties.idl:256
com::sun::star::util::CellProtection CellProtection
contains a description of the cell protection.
Definition: CellProperties.idl:178
com::sun::star::table::CellOrientation Orientation
contains the orientation of the cell contents.
Definition: CellProperties.idl:102
string CellStyle
contains the name of the style of the cell.
Definition: CellProperties.idl:51
boolean IsCellBackgroundTransparent
is TRUE, if the cell background is transparent.
Definition: CellProperties.idl:69
com::sun::star::table::BorderLine TopBorder
contains a description of the top border line of each cell.
Definition: CellProperties.idl:142
com::sun::star::table::BorderLine DiagonalBLTR
contains a description of the bottom left to top right diagonal line of each cell.
Definition: CellProperties.idl:197
com::sun::star::table::BorderLine2 TopBorder2
contains a description of the top border line of each cell.
Definition: CellProperties.idl:224
long RotateAngle
defines how much the content of cells is rotated (in 1/100 degrees).
Definition: CellProperties.idl:107
boolean IsTextWrapped
is TRUE, if text in the cells will be wrapped automatically at the right border.
Definition: CellProperties.idl:89
long NumberFormat
contains the index of the number format that is used in the cells.
Definition: CellProperties.idl:166
com::sun::star::table::TableBorder2 TableBorder2
contains a description of the cell or cell range border.
Definition: CellProperties.idl:216
com::sun::star::table::BorderLine2 RightBorder2
contains a description of the right border line of each cell.
Definition: CellProperties.idl:248
com::sun::star::table::ShadowFormat ShadowFormat
contains a description of the shadow.
Definition: CellProperties.idl:171
com::sun::star::table::BorderLine2 DiagonalBLTR2
contains a description of the bottom left to top right diagonal line of each cell.
Definition: CellProperties.idl:264
com::sun::star::table::BorderLine RightBorder
contains a description of the right border line of each cell.
Definition: CellProperties.idl:157
boolean ShrinkToFit
is TRUE, if the cell content will be shrunk to fit in the cell.
Definition: CellProperties.idl:202
boolean AsianVerticalMode
selects Asian character orientation in vertical orientation.
Definition: CellProperties.idl:128
com::sun::star::container::XNameContainer UserDefinedAttributes
stores additional attributes.
Definition: CellProperties.idl:187
com::sun::star::table::BorderLine BottomBorder
contains a description of the bottom border line of each cell.
Definition: CellProperties.idl:147
long VertJustify
contains the vertical alignment of the cell contents.
Definition: CellProperties.idl:83
com::sun::star::table::TableBorder TableBorder
contains a description of the cell or cell range border.
Definition: CellProperties.idl:137
long RotateReference
defines at which edge rotated cells are aligned.
Definition: CellProperties.idl:116
com::sun::star::table::BorderLine2 LeftBorder2
contains a description of the left border line of each cell.
Definition: CellProperties.idl:240
short ParaIndent
defines the indentation of the cell contents (in 1/100 mm).
Definition: CellProperties.idl:94
com::sun::star::table::BorderLine DiagonalTLBR
contains a description of the top left to bottom right diagonal line of each cell.
Definition: CellProperties.idl:192
com::sun::star::table::CellHoriJustify HoriJustify
contains the horizontal alignment of the cell contents.
Definition: CellProperties.idl:74
com::sun::star::util::Color CellBackColor
contains the cell background color.
Definition: CellProperties.idl:61
sequence< com::sun::star::beans::PropertyValue > CellInteropGrabBag
Grab bag of cell properties, used as a string-any map for interim interop purposes.
Definition: CellProperties.idl:274
com::sun::star::table::BorderLine2 BottomBorder2
contains a description of the bottom border line of each cell.
Definition: CellProperties.idl:232
com::sun::star::table::BorderLine LeftBorder
contains a description of the left border line of each cell.
Definition: CellProperties.idl:152
A border line, extended with line style.
Definition: BorderLine2.idl:36
describes the line type for a single cell edge.
Definition: BorderLine.idl:32
contains the style settings of the border lines of all cells in a cell range.
Definition: TableBorder2.idl:37
contains the style settings of the border lines of all cells in a cell range.
Definition: TableBorder.idl:41
describes the kind of protection for a protectable cell.
Definition: CellProtection.idl:30