|
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...
|
|
com::sun::star::text::XTextRange | finishParagraph ([in] com::sun::star::beans::PropertyValues CharacterAndParagraphProperties) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::beans::UnknownPropertyException ) |
| appends a new and empty paragraph at the end of the text. More...
|
|
com::sun::star::text::XTextRange | finishParagraphInsert ([in] com::sun::star::beans::PropertyValues CharacterAndParagraphProperties,[in] com::sun::star::text::XTextRange TextRange) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::beans::UnknownPropertyException ) |
| inserts a new and empty paragraph to the text at a given position. More...
|
|
com::sun::star::text::XTextRange | appendTextPortion ([in] string Text,[in] com::sun::star::beans::PropertyValues CharacterAndParagraphProperties) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::beans::UnknownPropertyException, com::sun::star::beans::PropertyVetoException ) |
| appends a new text portion to the paragraph at the end of the text. More...
|
|
com::sun::star::text::XTextRange | insertTextPortion ([in] string Text,[in] com::sun::star::beans::PropertyValues CharacterAndParagraphProperties,[in] com::sun::star::text::XTextRange TextRange) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::beans::UnknownPropertyException, com::sun::star::beans::PropertyVetoException ) |
| inserts a new text portion to the paragraph at a given position. More...
|
|
is a meta-interface for manipulating and inserting text.