:: com :: sun :: star :: text ::

service CellRange
Description
area of cells within a spreadsheet (text).

Included Services
::com::sun::star::style::CharacterProperties
This is a set of properties to describe the style of characters.
::com::sun::star::style::CharacterPropertiesAsian
This is a set of properties to describe the style of characters in asian texts.
::com::sun::star::style::CharacterPropertiesComplex
This is a set of properties to describe the style of characters in complex texts.
::com::sun::star::style::ParagraphProperties
describes the style of paragraphs.
::com::sun::star::style::ParagraphPropertiesAsian
[ OPTIONAL ]
::com::sun::star::style::ParagraphPropertiesComplex
[ OPTIONAL ]
Exported Interfaces
::com::sun::star::table::XCellRange
provides access to the cells or to sub-ranges of a cell range.
::com::sun::star::sheet::XCellRangeData
[ OPTIONAL ]
Properties' Summary
BackColor contains color of the background.
BackGraphicFilter contains the filter name of the background graphic.
BackGraphicLocation determins the location of the background graphic.
BackGraphicURL contains the URL of the background graphic.
BackTransparent determins if the background color is transparent.
ChartColumnAsLabel determins if the first column of the table should be treated as axis labels when a chart is to be created.
ChartRowAsLabel determins if the first row of the table should be treated as axis labels when a chart is to be created.
NumberFormat contains the number format.
TopMargin determins the top margin of the cell.
BottomMargin determins the bottom margin of the cell.
Properties' Details
BackColor
long BackColor;
Description
contains color of the background.
BackGraphicFilter
string BackGraphicFilter;
Description
contains the filter name of the background graphic.
BackGraphicLocation
::com::sun::star::style::GraphicLocation BackGraphicLocation;
Description
determins the location of the background graphic.
BackGraphicURL
string BackGraphicURL;
Description
contains the URL of the background graphic.
BackTransparent
boolean BackTransparent;
Description
determins if the background color is transparent.
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.
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.
NumberFormat
long NumberFormat;
Description
contains the number format.
TopMargin
long TopMargin;
Description
determins the top margin of the cell.
BottomMargin
long BottomMargin;
Description
determins the bottom margin of the cell.

 
Top of Page