|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
allows inserting and appending formatted text portions. More...
import "XTextPortionAppend.idl";
Public Member Functions | |
| 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. | |
| 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. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) |
| queries for a new interface to an existing UNO object. | |
| void | acquire () |
| increases the reference counter by one. | |
| void | release () |
| decreases the reference counter by one. | |
allows inserting and appending formatted text portions.
| 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.
<p> The sequence can contain all the properties defined by the service TextPortion.
| Text | contains the text to be appended. |
| CharacterAndParagraphProperties | can contain all the properties defined by the service Paragraph. |
| 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.
<p> The sequence can contain all the properties defined by the service TextPortion.
| Text | contains the text to be inserted. |
| CharacterAndParagraphProperties | can contain all the properties defined by the service Paragraph. |
| TextRange | specifies the position of the insert. |