|
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...
|
|
com::sun::star::beans::PropertyState | getPropertyState ([in] string PropertyName) raises ( com::sun::star::beans::UnknownPropertyException ) |
|
sequence
< com::sun::star::beans::PropertyState > | getPropertyStates ([in] sequence< string > aPropertyName) raises ( com::sun::star::beans::UnknownPropertyException ) |
|
void | setPropertyToDefault ([in] string PropertyName) raises ( com::sun::star::beans::UnknownPropertyException ) |
| Sets the property to default value. More...
|
|
any | getPropertyDefault ([in] string aPropertyName) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
|
com::sun::star::container::XEnumeration | createContentEnumeration ([in] string aServiceName) |
|
sequence< string > | getAvailableServiceNames () |
|
sequence
< com::sun::star::beans::SetPropertyTolerantFailed > | setPropertyValuesTolerant ([in] sequence< string > aPropertyNames,[in] sequence< any > aValues) raises ( com::sun::star::lang::IllegalArgumentException ) |
| sets the values to the properties with the specified names. More...
|
|
sequence
< com::sun::star::beans::GetPropertyTolerantResult > | getPropertyValuesTolerant ([in] sequence< string > aPropertyNames) |
| retrieve the values of the specified properties More...
|
|
sequence
< com::sun::star::beans::GetDirectPropertyTolerantResult > | getDirectPropertyValuesTolerant ([in] sequence< string > aPropertyNames) |
| retrieve only those values of the specified properties which are direct values. More...
|
|
float | CharHeightAsian |
| This value contains the height of the characters in point. More...
|
|
float | CharWeightAsian |
| This property contains the value of the font weight. More...
|
|
string | CharFontNameAsian |
| This property specifies the name of the font style. More...
|
|
string | CharFontStyleNameAsian |
| This property contains the name of the font style. More...
|
|
short | CharFontFamilyAsian |
| This property contains font family as specified in com.sun.star.awt.FontFamily . More...
|
|
short | CharFontCharSetAsian |
| This property contains the text encoding of the font as specified in com.sun.star.awt.CharSet. More...
|
|
short | CharFontPitchAsian |
| This property contains the font pitch as specified in com.sun.star.awt.FontPitch. More...
|
|
com::sun::star::awt::FontSlant | CharPostureAsian |
| This property contains the value of the posture of the document. More...
|
|
com::sun::star::lang::Locale | CharLocaleAsian |
| contains the value of the locale. More...
|
|
float | CharHeightComplex |
| This value contains the height of the characters in point. More...
|
|
float | CharWeightComplex |
| This property contains the value of the font weight. More...
|
|
string | CharFontNameComplex |
| This property specifies the name of the font style. More...
|
|
string | CharFontStyleNameComplex |
| This property contains the name of the font style. More...
|
|
short | CharFontFamilyComplex |
| This property contains font family as specified in com.sun.star.awt.FontFamily . More...
|
|
short | CharFontCharSetComplex |
| This property contains the text encoding of the font as specified in com.sun.star.awt.CharSet. More...
|
|
short | CharFontPitchComplex |
| This property contains the font pitch as specified in com.sun.star.awt.FontPitch. More...
|
|
com::sun::star::awt::FontSlant | CharPostureComplex |
| This property contains the value of the posture of the document. More...
|
|
com::sun::star::lang::Locale | CharLocaleComplex |
| contains the value of the locale. More...
|
|
boolean | ParaIsHangingPunctuation |
| determines if hanging punctuation is allowed. More...
|
|
boolean | ParaIsCharacterDistance |
| determines if a distance between Asian text, western text or complex text is set. More...
|
|
boolean | ParaIsForbiddenRules |
| determines if the rules for forbidden characters at the start or end of text lines are considered. More...
|
|
short | WritingMode |
| contains the writing direction, as represented by the com::sun::star::text::WritingMode2 constants More...
|
|
A TextPortion is a piece of text within a paragraph that does not contain changes of its attributes inside.
It is created by an enumeration implemented in a paragraph service. It may be used to export the content of the paragraph to an external document format.
- See Also
- com::sun::star::text::TextPortionEnumeration
-
com::sun::star::text::XTextPortionEnumeration
- Developers Guide
- Text - Iterating over Text
Text - Formatting