LibreOffice
LibreOffice 24.2 SDK API Reference
Exported Interfaces | Public Attributes | List of all members
TableAutoFormatField Service Referencepublished

represents a field in an AutoFormat. More...

import"TableAutoFormatField.idl";

Inheritance diagram for TableAutoFormatField:
XPropertySet XInterface

Exported Interfaces

interface com::sun::star::beans::XPropertySet
 service com::sun::star::beans::PropertySet; More...
 

Public Attributes

string CharFontName
 specifies the name of the western font. More...
 
string CharFontNameAsian
 specifies the name of the Asian font. More...
 
string CharFontNameComplex
 specifies the name of the complex font. More...
 
string CharFontStyleName
 specifies the name of the western font style. More...
 
string CharFontStyleNameAsian
 specifies the name of the Asian font style. More...
 
string CharFontStyleNameComplex
 specifies the name of the complex font style. More...
 
string CharFontCharSet
 contains the value of the character set of the western font. More...
 
string CharFontCharSetAsian
 contains the value of the character set of the Asian font. More...
 
string CharFontCharSetComplex
 contains the value of the character set of the complex font. More...
 
string CharFontFamily
 contains the value of the western font family. More...
 
string CharFontFamilyAsian
 contains the value of the Asian font family. More...
 
string CharFontFamilyComplex
 contains the value of the complex font family. More...
 
string CharFontPitch
 contains the value of the pitch of the western font. More...
 
string CharFontPitchAsian
 contains the value of the pitch of the Asian font. More...
 
string CharFontPitchComplex
 contains the value of the pitch of the complex font. More...
 
float CharHeight
 contains the height of characters of the western font in point. More...
 
float CharHeightAsian
 contains the height of characters of the Asian font in point. More...
 
float CharHeightComplex
 contains the height of characters of the complex font in point. More...
 
float CharWeight
 contains the value for the weight of characters of the western font. More...
 
float CharWeightAsian
 contains the value for the weight of characters of the Asian font. More...
 
float CharWeightComplex
 contains the value for the weight of characters of the complex font. More...
 
com::sun::star::awt::FontSlant CharPosture
 contains the value of the posture of characters of the western font. More...
 
com::sun::star::awt::FontSlant CharPostureAsian
 contains the value of the posture of characters of the Asian font. More...
 
com::sun::star::awt::FontSlant CharPostureComplex
 contains the value of the posture of characters of the complex font. More...
 
short CharUnderline
 contains the value for the character underline. More...
 
boolean CharCrossedOut
 is TRUE if the characters are crossed out. More...
 
boolean CharContoured
 is TRUE if the characters are contoured. More...
 
boolean CharShadowed
 is TRUE if the characters are shadowed. More...
 
com::sun::star::util::Color CharColor
 contains the value of the text color. More...
 
com::sun::star::util::Color CellBackColor
 contains the cell background color. More...
 
boolean IsCellBackgroundTransparent
 is TRUE if the cell background is transparent. More...
 
com::sun::star::table::ShadowFormat ShadowFormat
 contains a description of the shadow. More...
 
com::sun::star::table::CellHoriJustify HoriJustify
 specifies the horizontal alignment of the cell contents. More...
 
long VertJustify
 specifies the vertical alignment of the cell contents. More...
 
boolean IsTextWrapped
 is TRUE if text breaks automatically at cell borders. More...
 
com::sun::star::table::CellOrientation Orientation
 contains the orientation of the cell contents (i.e. More...
 
long RotateAngle
 contains the rotation angle of the cell contents. More...
 
long RotateReference
 contains the reference edge of the cell rotation. More...
 
long ParaTopMargin
 contains the margin between cell contents and top border (in 1/100 mm). More...
 
long ParaBottomMargin
 contains the margin between cell contents and bottom border (in 1/100 mm). More...
 
long ParaLeftMargin
 contains the margin between cell contents and left border (in 1/100 mm). More...
 
long ParaRightMargin
 contains the margin between cell contents and right border (in 1/100 mm). More...
 
com::sun::star::table::TableBorder TableBorder
 property containing a description of the cell border. More...
 
com::sun::star::table::TableBorder2 TableBorder2
 property containing a description of the cell border. More...
 

Additional Inherited Members

- Public Member Functions inherited from XPropertySet
com::sun::star::beans::XPropertySetInfo getPropertySetInfo ()
 
void setPropertyValue ([in] string aPropertyName, [in] any aValue) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::beans::PropertyVetoException, com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::WrappedTargetException )
 sets the value of the property with the specified name. More...
 
any getPropertyValue ([in] string PropertyName) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException )
 
void addPropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener xListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException )
 adds an XPropertyChangeListener to the specified property. More...
 
void removePropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException )
 removes an XPropertyChangeListener from the listener list. More...
 
void addVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException )
 adds an XVetoableChangeListener to the specified property with the name PropertyName. More...
 
void removeVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException )
 removes an XVetoableChangeListener from the listener list. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

represents a field in an AutoFormat.

A field contains all cell properties for a specific position in an AutoFormat.

Developers Guide
Spreadsheet Documents - Table Auto Formats

Exported Interfaces

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

service com::sun::star::beans::PropertySet;

provides access to the properties.

Member Data Documentation

◆ CellBackColor

com::sun::star::util::Color CellBackColor
property

contains the cell background color.

◆ CharColor

com::sun::star::util::Color CharColor
property

contains the value of the text color.

◆ CharContoured

boolean CharContoured
property

is TRUE if the characters are contoured.

◆ CharCrossedOut

boolean CharCrossedOut
property

is TRUE if the characters are crossed out.

◆ CharFontCharSet

string CharFontCharSet
property

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

◆ CharFontCharSetAsian

string CharFontCharSetAsian
optionalproperty

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

◆ CharFontCharSetComplex

string CharFontCharSetComplex
optionalproperty

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

◆ CharFontFamily

string CharFontFamily
property

contains the value of the western font family.

◆ CharFontFamilyAsian

string CharFontFamilyAsian
optionalproperty

contains the value of the Asian font family.

◆ CharFontFamilyComplex

string CharFontFamilyComplex
optionalproperty

contains the value of the complex font family.

◆ CharFontName

string CharFontName
property

specifies the name of the western font.

◆ CharFontNameAsian

string CharFontNameAsian
optionalproperty

specifies the name of the Asian font.

◆ CharFontNameComplex

string CharFontNameComplex
optionalproperty

specifies the name of the complex font.

◆ CharFontPitch

string CharFontPitch
property

contains the value of the pitch of the western font.

◆ CharFontPitchAsian

string CharFontPitchAsian
optionalproperty

contains the value of the pitch of the Asian font.

◆ CharFontPitchComplex

string CharFontPitchComplex
optionalproperty

contains the value of the pitch of the complex font.

◆ CharFontStyleName

string CharFontStyleName
property

specifies the name of the western font style.

◆ CharFontStyleNameAsian

string CharFontStyleNameAsian
optionalproperty

specifies the name of the Asian font style.

◆ CharFontStyleNameComplex

string CharFontStyleNameComplex
optionalproperty

specifies the name of the complex font style.

◆ CharHeight

float CharHeight
property

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

◆ CharHeightAsian

float CharHeightAsian
optionalproperty

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

◆ CharHeightComplex

float CharHeightComplex
optionalproperty

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

◆ CharPosture

com::sun::star::awt::FontSlant CharPosture
property

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

◆ CharPostureAsian

com::sun::star::awt::FontSlant CharPostureAsian
optionalproperty

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

◆ CharPostureComplex

com::sun::star::awt::FontSlant CharPostureComplex
optionalproperty

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

◆ CharShadowed

boolean CharShadowed
property

is TRUE if the characters are shadowed.

◆ CharUnderline

short CharUnderline
property

contains the value for the character underline.

◆ CharWeight

float CharWeight
property

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

◆ CharWeightAsian

float CharWeightAsian
optionalproperty

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

◆ CharWeightComplex

float CharWeightComplex
optionalproperty

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

◆ HoriJustify

com::sun::star::table::CellHoriJustify HoriJustify
optionalproperty

specifies the horizontal alignment of the cell contents.

◆ IsCellBackgroundTransparent

boolean IsCellBackgroundTransparent
property

is TRUE if the cell background is transparent.

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

◆ IsTextWrapped

boolean IsTextWrapped
optionalproperty

is TRUE if text breaks automatically at cell borders.

◆ Orientation

com::sun::star::table::CellOrientation Orientation
optionalproperty

contains the orientation of the cell contents (i.e.

top-to-bottom or stacked).

◆ ParaBottomMargin

long ParaBottomMargin
optionalproperty

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

◆ ParaLeftMargin

long ParaLeftMargin
optionalproperty

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

◆ ParaRightMargin

long ParaRightMargin
optionalproperty

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

◆ ParaTopMargin

long ParaTopMargin
optionalproperty

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

◆ RotateAngle

long RotateAngle
optionalproperty

contains the rotation angle of the cell contents.

◆ RotateReference

long RotateReference
optionalproperty

contains the reference edge of the cell rotation.

changed from com::sun::star::table::CellVertJustify to long in LibO 3.5

See also
com::sun::star::table::CellVertJustify2

◆ ShadowFormat

com::sun::star::table::ShadowFormat ShadowFormat
optionalproperty

contains a description of the shadow.

◆ TableBorder

com::sun::star::table::TableBorder TableBorder
optionalproperty

property containing a description of the cell border.

Since
OOo 1.1.2

◆ TableBorder2

com::sun::star::table::TableBorder2 TableBorder2
optionalproperty

property containing a description of the cell border.

Preferred over com::sun::star::table::TableBorder TableBorder.

Since
LibreOffice 3.6

◆ VertJustify

long VertJustify
optionalproperty

specifies the vertical alignment of the cell contents.

changed from com::sun::star::table::CellVertJustify to long in LibO 3.5

See also
com::sun::star::table::CellVertJustify2

The documentation for this service was generated from the following file: