service TableAutoFormatField in module com::sun::star::sheet::

(Global Index)

Syntax

service TableAutoFormatField;

Description

a single field in a TableAutoFormat.

Exported Interfaces

com::sun::star::beans::XPropertySet

Description

provides information about and access to the properties from an implementation.


Property Summary

CharFontName specifies the name of the western font.

CharFontNameAsian specifies the name of the asian font.

CharFontNameComplex specifies the name of the complex font.

CharFontStyleName specifies the name of the western font style.

CharFontStyleNameAsian specifies the name of the asian font style.

CharFontStyleNameComplex specifies the name of the complex font style.

CharFontCharSet contains the value of the character set of the western font.

CharFontCharSetAsian contains the value of the character set of the asian font.

CharFontCharSetComplex contains the value of the character set of the complex font.

CharFontFamily contains the value of the western font family.

CharFontFamilyAsian contains the value of the asian font family.

CharFontFamilyComplex contains the value of the complex font family.

CharFontPitch contains the value of the pitch of the western font.

CharFontPitchAsian contains the value of the pitch of the asian font.

CharFontPitchComplex contains the value of the pitch of the complex font.

CharHeight contains the height of characters of the western font in point.

CharHeightAsian contains the height of characters of the asian font in point.

CharHeightComplex contains the height of characters of the complex font in point.

CharWeight contains the value for the weight of characters of the western font.

CharWeightAsian contains the value for the weight of characters of the asian font.

CharWeightComplex contains the value for the weight of characters of the complex font.

CharPosture contains the value of the posture of characters of the western font.

CharPostureAsian contains the value of the posture of characters of the asian font.

CharPostureComplex contains the value of the posture of characters of the comlex font.

CharUnderline contains the value for the character underline.

CharCrossedOut is true if the characters are crossed out.

CharContoured is true if the characters are contoured.

CharShadowed is true if the characters are shadowed.

CharColor contains the value of the text color.

CellBackColor contains the cell background color.

IsCellBackgroundTransparent is true if the cell background is transparent and the TableAutoFormatField::CellBackColor value is not used.

ShadowFormat contains a description of the shadow.

HoriJustify specifies the horizontal alignment of the cell contents.

VertJustify specifies the vertical alignment of the cell contents.

IsTextWrapped is true if text breaks automatically at cell borders.

Orientation contains the orientation of the cell contents (i.e. top-to-bottom or stacked).

RotateAngle contains the rotation angle of the cell contents.

RotateReference contains the reference egde of the cell rotation.

ParaTopMargin contains the margin between cell contents and top border in 1/100 mm.

ParaBottomMargin contains the margin between cell contents and bottom border in 1/100 mm.

ParaLeftMargin contains the margin between cell contents and left border in 1/100 mm.

ParaRightMargin contains the margin between cell contents and right border in 1/100 mm.

Property Details



CharFontName

Syntax

string CharFontName;

Description

specifies the name of the western font.


CharFontNameAsian [ O P T I O N A L ]

Syntax

string CharFontNameAsian;

Description

specifies the name of the asian font.


CharFontNameComplex [ O P T I O N A L ]

Syntax

string CharFontNameComplex;

Description

specifies the name of the complex font.


CharFontStyleName

Syntax

string CharFontStyleName;

Description

specifies the name of the western font style.


CharFontStyleNameAsian [ O P T I O N A L ]

Syntax

string CharFontStyleNameAsian;

Description

specifies the name of the asian font style.


CharFontStyleNameComplex [ O P T I O N A L ]

Syntax

string CharFontStyleNameComplex;

Description

specifies the name of the complex font style.


CharFontCharSet

Syntax

string CharFontCharSet;

Description

contains the value of the character set of the western font.


CharFontCharSetAsian [ O P T I O N A L ]

Syntax

string CharFontCharSetAsian;

Description

contains the value of the character set of the asian font.


CharFontCharSetComplex [ O P T I O N A L ]

Syntax

string CharFontCharSetComplex;

Description

contains the value of the character set of the complex font.


CharFontFamily

Syntax

string CharFontFamily;

Description

contains the value of the western font family.


CharFontFamilyAsian [ O P T I O N A L ]

Syntax

string CharFontFamilyAsian;

Description

contains the value of the asian font family.


CharFontFamilyComplex [ O P T I O N A L ]

Syntax

string CharFontFamilyComplex;

Description

contains the value of the complex font family.


CharFontPitch

Syntax

string CharFontPitch;

Description

contains the value of the pitch of the western font.


CharFontPitchAsian [ O P T I O N A L ]

Syntax

string CharFontPitchAsian;

Description

contains the value of the pitch of the asian font.


CharFontPitchComplex [ O P T I O N A L ]

Syntax

string CharFontPitchComplex;

Description

contains the value of the pitch of the complex font.


CharHeight

Syntax

float CharHeight;

Description

contains the height of characters of the western font in point.


CharHeightAsian [ O P T I O N A L ]

Syntax

float CharHeightAsian;

Description

contains the height of characters of the asian font in point.


CharHeightComplex [ O P T I O N A L ]

Syntax

float CharHeightComplex;

Description

contains the height of characters of the complex font in point.


CharWeight

Syntax

float CharWeight;

Description

contains the value for the weight of characters of the western font.


CharWeightAsian [ O P T I O N A L ]

Syntax

float CharWeightAsian;

Description

contains the value for the weight of characters of the asian font.


CharWeightComplex [ O P T I O N A L ]

Syntax

float CharWeightComplex;

Description

contains the value for the weight of characters of the complex font.


CharPosture

Syntax

com::sun::star::awt::FontSlant CharPosture;

Description

contains the value of the posture of characters of the western font.


CharPostureAsian [ O P T I O N A L ]

Syntax

com::sun::star::awt::FontSlant CharPostureAsian;

Description

contains the value of the posture of characters of the asian font.


CharPostureComplex [ O P T I O N A L ]

Syntax

com::sun::star::awt::FontSlant CharPostureComplex;

Description

contains the value of the posture of characters of the comlex font.


CharUnderline

Syntax

short CharUnderline;

Description

contains the value for the character underline.


CharCrossedOut

Syntax

boolean CharCrossedOut;

Description

is true if the characters are crossed out.


CharContoured

Syntax

boolean CharContoured;

Description

is true if the characters are contoured.


CharShadowed

Syntax

boolean CharShadowed;

Description

is true if the characters are shadowed.


CharColor

Syntax

long CharColor;

Description

contains the value of the text color.


CellBackColor

Syntax

long CellBackColor;

Description

contains the cell background color.


IsCellBackgroundTransparent

Syntax

boolean IsCellBackgroundTransparent;

Description

is true if the cell background is transparent and the TableAutoFormatField::CellBackColor value is not used.


ShadowFormat [ O P T I O N A L ]

Syntax

com::sun::star::table::ShadowFormat ShadowFormat;

Description

contains a description of the shadow.


HoriJustify [ O P T I O N A L ]

Syntax

com::sun::star::table::CellHoriJustify HoriJustify;

Description

specifies the horizontal alignment of the cell contents.


VertJustify [ O P T I O N A L ]

Syntax

com::sun::star::table::CellVertJustify VertJustify;

Description

specifies the vertical alignment of the cell contents.


IsTextWrapped [ O P T I O N A L ]

Syntax

boolean IsTextWrapped;

Description

is true if text breaks automatically at cell borders.


Orientation [ O P T I O N A L ]

Syntax

com::sun::star::table::CellOrientation Orientation;

Description

contains the orientation of the cell contents (i.e. top-to-bottom or stacked).


RotateAngle [ O P T I O N A L ]

Syntax

long RotateAngle;

Description

contains the rotation angle of the cell contents.


RotateReference [ O P T I O N A L ]

Syntax

com::sun::star::table::CellVertJustify RotateReference;

Description

contains the reference egde of the cell rotation.


ParaTopMargin [ O P T I O N A L ]

Syntax

long ParaTopMargin;

Description

contains the margin between cell contents and top border in 1/100 mm.


ParaBottomMargin [ O P T I O N A L ]

Syntax

long ParaBottomMargin;

Description

contains the margin between cell contents and bottom border in 1/100 mm.


ParaLeftMargin [ O P T I O N A L ]

Syntax

long ParaLeftMargin;

Description

contains the margin between cell contents and left border in 1/100 mm.


ParaRightMargin [ O P T I O N A L ]

Syntax

long ParaRightMargin;

Description

contains the margin between cell contents and right border in 1/100 mm.

Top of Page