LibreOffice
LibreOffice 5.0 SDK API Reference
|
This abstract service specifies the general characteristics of an optional text inside a Shape. More...
import "Text.idl";
Included Services | |
service | com::sun::star::drawing::TextProperties |
The properties in this service describe the style for rendering a shapes text area. More... | |
![]() | |
service | com::sun::star::style::CharacterProperties |
The properties in this service set default formats for text inside the Shape. More... | |
service | com::sun::star::style::CharacterPropertiesAsian |
The properties in this service set default formats for Asian text inside the Shape. More... | |
service | com::sun::star::style::CharacterPropertiesComplex |
The properties in this service set default formats for complex text inside the Shape. More... | |
service | com::sun::star::style::ParagraphProperties |
The properties in this service set default formats for text inside the Shape. More... | |
service | com::sun::star::style::ParagraphPropertiesAsian |
The properties in this service set default formats for Asian text inside the Shape. More... | |
service | com::sun::star::style::ParagraphPropertiesComplex |
The properties in this service set default formats for complex text inside the Shape. More... | |
Exported Interfaces | |
interface | com::sun::star::text::XText |
With this interface you can modify the text of this Shape. More... | |
Additional Inherited Members | |
![]() | |
void | insertTextContent ([in] com::sun::star::text::XTextRange xRange,[in] com::sun::star::text::XTextContent xContent,[in] boolean bAbsorb) raises ( com::sun::star::lang::IllegalArgumentException ) |
inserts a content, such as a text table, text frame or text field. More... | |
void | removeTextContent ([in] com::sun::star::text::XTextContent xContent) raises ( com::sun::star::container::NoSuchElementException ) |
removes the specified content from the text object. More... | |
![]() | |
boolean | IsNumbering |
If this is TRUE , numbering is ON for the text of this Shape. More... | |
com::sun::star::container::XIndexReplace | NumberingRules |
describes the numbering levels. More... | |
boolean | TextAutoGrowHeight |
If this value is TRUE , the height of the Shape is automatically expanded/shrunk when text is added to or removed from the Shape. More... | |
boolean | TextAutoGrowWidth |
If this value is TRUE , the width of the Shape is automatically expanded/shrunk when text is added to or removed from the Shape. More... | |
boolean | TextContourFrame |
If this value is TRUE , the left edge of every line of text is aligned with the left edge of this Shape. More... | |
com::sun::star::drawing::TextFitToSizeType | TextFitToSize |
With this set to TRUE , the text inside of the Shape is stretched to fit into the Shape. More... | |
com::sun::star::drawing::TextHorizontalAdjust | TextHorizontalAdjust |
adjusts the horizontal position of the text inside of the Shape. More... | |
com::sun::star::drawing::TextVerticalAdjust | TextVerticalAdjust |
adjusts the vertical position of the text inside of the Shape. More... | |
long | TextLeftDistance |
This is the distance from the left edge of the Shape to the left edge of the text. More... | |
long | TextRightDistance |
This is the distance from the right edge of the Shape to the right edge of the text. More... | |
long | TextUpperDistance |
This is the distance from the upper edge of the Shape to the upper edge of the text. More... | |
long | TextLowerDistance |
This is the distance from the lower edge of the Shape to the lower edge of the text. More... | |
long | TextMaximumFrameHeight |
with this property you can set the maximum height for a shape with text. More... | |
long | TextMaximumFrameWidth |
with this property you can set the maximum width for a shape with text. More... | |
long | TextMinimumFrameHeight |
with this property you can set the minimum height for a shape with text. More... | |
long | TextMinimumFrameWidth |
with this property you can set the minimum width for a shape with text. More... | |
short | TextAnimationAmount |
This is the number of pixels the text is moved in each animation step. More... | |
short | TextAnimationCount |
This number defines how many times the text animation is repeated. More... | |
short | TextAnimationDelay |
This is the delay in thousandths of a second between each of the animation steps. More... | |
com::sun::star::drawing::TextAnimationDirection | TextAnimationDirection |
This enumeration defines the direction in which the text moves. More... | |
com::sun::star::drawing::TextAnimationKind | TextAnimationKind |
This value defines the type of animation. More... | |
boolean | TextAnimationStartInside |
If this value is TRUE , the text is visible at the start of the animation. More... | |
boolean | TextAnimationStopInside |
If this value is TRUE , the text is visible at the end of the animation. More... | |
::com::sun::star::text::WritingMode | TextWritingMode |
This value selects the writing mode for the text. 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... | |
This abstract service specifies the general characteristics of an optional text inside a Shape.
The properties in this service describe the style for rendering a shapes text area.
interface com::sun::star::text::XText |
With this interface you can modify the text of this Shape.