LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Exported Interfaces | List of all members
XTextAppendAndConvert Interface Reference

merges the functions of XTextAppend, XTextContentAppend and XTextConvert. More...

import "XTextAppendAndConvert.idl";

Inheritance diagram for XTextAppendAndConvert:
XTextAppend XTextContentAppend XTextConvert XText XParagraphAppend XTextPortionAppend XInterface XInterface XSimpleText XInterface XInterface XTextRange XInterface

Exported Interfaces

interface com::sun::star::text::XTextAppend
 
interface com::sun::star::text::XTextContentAppend
 
interface com::sun::star::text::XTextConvert
 
- Exported Interfaces inherited from XTextAppend
interface com::sun::star::text::XText
 
interface com::sun::star::text::XParagraphAppend
 
interface com::sun::star::text::XTextPortionAppend
 

Additional Inherited Members

- Public Member Functions inherited from XText
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...
 
- Public Member Functions inherited from XParagraphAppend
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...
 
- Public Member Functions inherited from XTextPortionAppend
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...
 
- Public Member Functions inherited from XTextContentAppend
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. More...
 
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. More...
 
- Public Member Functions inherited from XTextConvert
::com::sun::star::text::XTextContent convertToTextFrame ([in] com::sun::star::text::XTextRange Start,[in] com::sun::star::text::XTextRange End,[in] com::sun::star::beans::PropertyValues FrameProperties) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::beans::UnknownPropertyException, com::sun::star::beans::PropertyVetoException )
 moves the paragraphs from Start to End into a text frame. More...
 
::com::sun::star::text::XTextTable convertToTable ([in] sequence< sequence< sequence< com::sun::star::text::XTextRange > > > TableRanges,[in] sequence< sequence< com::sun::star::beans::PropertyValues > > CellProperties,[in] sequence< com::sun::star::beans::PropertyValues > RowProperties,[in] com::sun::star::beans::PropertyValues TableProperties) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::beans::UnknownPropertyException )
 converts the paragraphs marked in TableRanges into a table. More...
 

Detailed Description

merges the functions of XTextAppend, XTextContentAppend and XTextConvert.

Exported Interfaces


The documentation for this interface was generated from the following file: