LibreOffice
LibreOffice 24.2 SDK API Reference
|
represents a field in an AutoFormat. More...
import"TableAutoFormatField.idl";
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... | |
represents a field in an AutoFormat.
A field contains all cell properties for a specific position in an AutoFormat.
interface com::sun::star::beans::XPropertySet |
service com::sun::star::beans::PropertySet;
provides access to the properties.
|
property |
contains the cell background color.
|
property |
contains the value of the text color.
|
property |
is TRUE
if the characters are contoured.
|
property |
is TRUE
if the characters are crossed out.
|
property |
contains the value of the character set of the western font.
|
optionalproperty |
contains the value of the character set of the Asian font.
|
optionalproperty |
contains the value of the character set of the complex font.
|
property |
contains the value of the western font family.
|
optionalproperty |
contains the value of the Asian font family.
|
optionalproperty |
contains the value of the complex font family.
|
property |
specifies the name of the western font.
|
optionalproperty |
specifies the name of the Asian font.
|
optionalproperty |
specifies the name of the complex font.
|
property |
contains the value of the pitch of the western font.
|
optionalproperty |
contains the value of the pitch of the Asian font.
|
optionalproperty |
contains the value of the pitch of the complex font.
|
property |
specifies the name of the western font style.
|
optionalproperty |
specifies the name of the Asian font style.
|
optionalproperty |
specifies the name of the complex font style.
|
property |
contains the height of characters of the western font in point.
|
optionalproperty |
contains the height of characters of the Asian font in point.
|
optionalproperty |
contains the height of characters of the complex font in point.
|
property |
contains the value of the posture of characters of the western font.
|
optionalproperty |
contains the value of the posture of characters of the Asian font.
|
optionalproperty |
contains the value of the posture of characters of the complex font.
|
property |
is TRUE
if the characters are shadowed.
|
property |
contains the value for the character underline.
|
property |
contains the value for the weight of characters of the western font.
|
optionalproperty |
contains the value for the weight of characters of the Asian font.
|
optionalproperty |
contains the value for the weight of characters of the complex font.
|
optionalproperty |
specifies the horizontal alignment of the cell contents.
|
property |
is TRUE
if the cell background is transparent.
In this case the TableAutoFormatField::CellBackColor value is not used.
|
optionalproperty |
is TRUE
if text breaks automatically at cell borders.
|
optionalproperty |
contains the orientation of the cell contents (i.e.
top-to-bottom or stacked).
|
optionalproperty |
contains the margin between cell contents and bottom border (in 1/100 mm).
|
optionalproperty |
contains the margin between cell contents and left border (in 1/100 mm).
|
optionalproperty |
contains the margin between cell contents and right border (in 1/100 mm).
|
optionalproperty |
contains the margin between cell contents and top border (in 1/100 mm).
|
optionalproperty |
contains the rotation angle of the cell contents.
|
optionalproperty |
contains the reference edge of the cell rotation.
changed from com::sun::star::table::CellVertJustify to long in LibO 3.5
|
optionalproperty |
contains a description of the shadow.
|
optionalproperty |
property containing a description of the cell border.
|
optionalproperty |
property containing a description of the cell border.
Preferred over com::sun::star::table::TableBorder TableBorder.
|
optionalproperty |
specifies the vertical alignment of the cell contents.
changed from com::sun::star::table::CellVertJustify to long in LibO 3.5