|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
allows inserting and appending text content. More...
import <XTextContentAppend.idl;
allows inserting and appending text content.
| com::sun::star::text::XTextRange appendTextContent | ( | [in] com::sun::star::text::XTextContent | TextContent, |
| [in] com::sun::star::beans::PropertyValues | CharacterAndParagraphProperties | ||
| ) | |||
| raises | ( | com::sun::star::lang::IllegalArgumentException, | |
| com::sun::star::beans::UnknownPropertyException | |||
| ) | |||
appends a text content at the end of the text.
<p> The sequence can contain all the properties defined by the service Paragraph.
| TextContent | contains the object to be inserted. |
| CharacterAndParagraphProperties | can contain all the properties defined by the service Paragraph. |
| com::sun::star::text::XTextRange insertTextContentWithProperties | ( | [in] com::sun::star::text::XTextContent | TextContent, |
| [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 text content at the given position.
| TextContent | contains the object to be inserted. |
| CharacterAndParagraphProperties | can contain all the properties defined by the service Paragraph. |
| TextRange | insert position |