Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: sheet ::

service TableAutoFormatField
Description
represents a field in an AutoFormat. A field contains all cell properties for a specific position in an AutoFormat.
Developers Guide
Spreadsheets - Table Auto Formats

Exported Interfaces - Summary
::com::sun::star::beans::XPropertySet

provides access to the properties.

Properties' Summary
string
CharFontName
specifies the name of the western font.  
string
CharFontNameAsian
[ OPTIONAL ]
specifies the name of the asian font.  
string
CharFontNameComplex
[ OPTIONAL ]
specifies the name of the complex font.  
string
CharFontStyleName
specifies the name of the western font style.  
string
CharFontStyleNameAsian
[ OPTIONAL ]
specifies the name of the asian font style.  
string
CharFontStyleNameComplex
[ OPTIONAL ]
specifies the name of the complex font style.  
string
CharFontCharSet
contains the value of the character set of the western font.  
string
CharFontCharSetAsian
[ OPTIONAL ]
contains the value of the character set of the asian font.  
string
CharFontCharSetComplex
[ OPTIONAL ]
contains the value of the character set of the complex font.  
string
CharFontFamily
contains the value of the western font family.  
string
CharFontFamilyAsian
[ OPTIONAL ]
contains the value of the asian font family.  
string
CharFontFamilyComplex
[ OPTIONAL ]
contains the value of the complex font family.  
string
CharFontPitch
contains the value of the pitch of the western font.  
string
CharFontPitchAsian
[ OPTIONAL ]
contains the value of the pitch of the asian font.  
string
CharFontPitchComplex
[ OPTIONAL ]
contains the value of the pitch of the complex font.  
float
CharHeight
contains the height of characters of the western font in point.  
float
CharHeightAsian
[ OPTIONAL ]
contains the height of characters of the asian font in point.  
float
CharHeightComplex
[ OPTIONAL ]
contains the height of characters of the complex font in point.  
float
CharWeight
contains the value for the weight of characters of the western font.  
float
CharWeightAsian
[ OPTIONAL ]
contains the value for the weight of characters of the asian font.  
float
CharWeightComplex
[ OPTIONAL ]
contains the value for the weight of characters of the complex font.  
::com::sun::star::awt::FontSlant
CharPosture
contains the value of the posture of characters of the western font.  
::com::sun::star::awt::FontSlant
CharPostureAsian
[ OPTIONAL ]
contains the value of the posture of characters of the asian font.  
::com::sun::star::awt::FontSlant
CharPostureComplex
[ OPTIONAL ]
contains the value of the posture of characters of the comlex font.  
short
CharUnderline
contains the value for the character underline.  
boolean
CharCrossedOut
is true if the characters are crossed out.  
boolean
CharContoured
is true if the characters are contoured.  
boolean
CharShadowed
is true if the characters are shadowed.  
::com::sun::star::util::Color
CharColor
contains the value of the text color.  
::com::sun::star::util::Color
CellBackColor
contains the cell background color.  
boolean
IsCellBackgroundTransparent
is true if the cell background is transparent.  
::com::sun::star::table::ShadowFormat
ShadowFormat
[ OPTIONAL ]
contains a description of the shadow.  
::com::sun::star::table::CellHoriJustify
HoriJustify
[ OPTIONAL ]
specifies the horizontal alignment of the cell contents.  
::com::sun::star::table::CellVertJustify
VertJustify
[ OPTIONAL ]
specifies the vertical alignment of the cell contents.  
boolean
IsTextWrapped
[ OPTIONAL ]
is true if text breaks automatically at cell borders.  
::com::sun::star::table::CellOrientation
Orientation
[ OPTIONAL ]
contains the orientation of the cell contents (i.e. top-to-bottom or stacked).  
long
RotateAngle
[ OPTIONAL ]
contains the rotation angle of the cell contents.  
::com::sun::star::table::CellVertJustify
RotateReference
[ OPTIONAL ]
contains the reference egde of the cell rotation.  
long
ParaTopMargin
[ OPTIONAL ]
contains the margin between cell contents and top border (in 1/100 mm).  
long
ParaBottomMargin
[ OPTIONAL ]
contains the margin between cell contents and bottom border (in 1/100 mm).  
long
ParaLeftMargin
[ OPTIONAL ]
contains the margin between cell contents and left border (in 1/100 mm).  
long
ParaRightMargin
[ OPTIONAL ]
contains the margin between cell contents and right border (in 1/100 mm).  
::com::sun::star::table::TableBorder
TableBorder
[ OPTIONAL ]
property containing a description of the cell border.  
Exported Interfaces - Details
::com::sun::star::beans::XPropertySet
Description
provides access to the properties.
Properties' Details
CharFontName
string CharFontName;
Description
specifies the name of the western font.
CharFontNameAsian
string CharFontNameAsian;
Usage Restrictions
optional
Description
specifies the name of the asian font.
CharFontNameComplex
string CharFontNameComplex;
Usage Restrictions
optional
Description
specifies the name of the complex font.
CharFontStyleName
string CharFontStyleName;
Description
specifies the name of the western font style.
CharFontStyleNameAsian
string CharFontStyleNameAsian;
Usage Restrictions
optional
Description
specifies the name of the asian font style.
CharFontStyleNameComplex
string CharFontStyleNameComplex;
Usage Restrictions
optional
Description
specifies the name of the complex font style.
CharFontCharSet
string CharFontCharSet;
Description
contains the value of the character set of the western font.
CharFontCharSetAsian
string CharFontCharSetAsian;
Usage Restrictions
optional
Description
contains the value of the character set of the asian font.
CharFontCharSetComplex
string CharFontCharSetComplex;
Usage Restrictions
optional
Description
contains the value of the character set of the complex font.
CharFontFamily
string CharFontFamily;
Description
contains the value of the western font family.
CharFontFamilyAsian
string CharFontFamilyAsian;
Usage Restrictions
optional
Description
contains the value of the asian font family.
CharFontFamilyComplex
string CharFontFamilyComplex;
Usage Restrictions
optional
Description
contains the value of the complex font family.
CharFontPitch
string CharFontPitch;
Description
contains the value of the pitch of the western font.
CharFontPitchAsian
string CharFontPitchAsian;
Usage Restrictions
optional
Description
contains the value of the pitch of the asian font.
CharFontPitchComplex
string CharFontPitchComplex;
Usage Restrictions
optional
Description
contains the value of the pitch of the complex font.
CharHeight
float CharHeight;
Description
contains the height of characters of the western font in point.
CharHeightAsian
float CharHeightAsian;
Usage Restrictions
optional
Description
contains the height of characters of the asian font in point.
CharHeightComplex
float CharHeightComplex;
Usage Restrictions
optional
Description
contains the height of characters of the complex font in point.
CharWeight
float CharWeight;
Description
contains the value for the weight of characters of the western font.
CharWeightAsian
float CharWeightAsian;
Usage Restrictions
optional
Description
contains the value for the weight of characters of the asian font.
CharWeightComplex
float CharWeightComplex;
Usage Restrictions
optional
Description
contains the value for the weight of characters of the complex font.
CharPosture
::com::sun::star::awt::FontSlant CharPosture;
Description
contains the value of the posture of characters of the western font.
CharPostureAsian
::com::sun::star::awt::FontSlant CharPostureAsian;
Usage Restrictions
optional
Description
contains the value of the posture of characters of the asian font.
CharPostureComplex
::com::sun::star::awt::FontSlant CharPostureComplex;
Usage Restrictions
optional
Description
contains the value of the posture of characters of the comlex font.
CharUnderline
short CharUnderline;
Description
contains the value for the character underline.
CharCrossedOut
boolean CharCrossedOut;
Description
is true if the characters are crossed out.
CharContoured
boolean CharContoured;
Description
is true if the characters are contoured.
CharShadowed
boolean CharShadowed;
Description
is true if the characters are shadowed.
CharColor
::com::sun::star::util::Color CharColor;
Description
contains the value of the text color.
CellBackColor
::com::sun::star::util::Color CellBackColor;
Description
contains the cell background color.
IsCellBackgroundTransparent
boolean IsCellBackgroundTransparent;
Description
is true if the cell background is transparent.

In this case the TableAutoFormatField::CellBackColor value is not used.

ShadowFormat
::com::sun::star::table::ShadowFormat ShadowFormat;
Usage Restrictions
optional
Description
contains a description of the shadow.
HoriJustify
::com::sun::star::table::CellHoriJustify HoriJustify;
Usage Restrictions
optional
Description
specifies the horizontal alignment of the cell contents.
VertJustify
::com::sun::star::table::CellVertJustify VertJustify;
Usage Restrictions
optional
Description
specifies the vertical alignment of the cell contents.
IsTextWrapped
boolean IsTextWrapped;
Usage Restrictions
optional
Description
is true if text breaks automatically at cell borders.
Orientation
::com::sun::star::table::CellOrientation Orientation;
Usage Restrictions
optional
Description
contains the orientation of the cell contents (i.e. top-to-bottom or stacked).
RotateAngle
long RotateAngle;
Usage Restrictions
optional
Description
contains the rotation angle of the cell contents.
RotateReference
::com::sun::star::table::CellVertJustify RotateReference;
Usage Restrictions
optional
Description
contains the reference egde of the cell rotation.
ParaTopMargin
long ParaTopMargin;
Usage Restrictions
optional
Description
contains the margin between cell contents and top border (in 1/100 mm).
ParaBottomMargin
long ParaBottomMargin;
Usage Restrictions
optional
Description
contains the margin between cell contents and bottom border (in 1/100 mm).
ParaLeftMargin
long ParaLeftMargin;
Usage Restrictions
optional
Description
contains the margin between cell contents and left border (in 1/100 mm).
ParaRightMargin
long ParaRightMargin;
Usage Restrictions
optional
Description
contains the margin between cell contents and right border (in 1/100 mm).
TableBorder
::com::sun::star::table::TableBorder TableBorder;
Usage Restrictions
optional
Description
property containing a description of the cell border.
Since
OOo 1.1.2

 
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.