LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XFlatParagraphIterator Interface Reference

provides functionality to ... More...

import"XFlatParagraphIterator.idl";

Inheritance diagram for XFlatParagraphIterator:
XInterface

Public Member Functions

com::sun::star::text::XFlatParagraph getFirstPara ()
 get the first flat paragraph to be checked or an empty reference if there are no more paragraphs to check. More...
 
com::sun::star::text::XFlatParagraph getNextPara ()
 get the next flat paragraph to be checked or an empty reference if there are no more paragraphs to check. More...
 
com::sun::star::text::XFlatParagraph getLastPara ()
 get the last flat paragraph More...
 
com::sun::star::text::XFlatParagraph getParaBefore ([in] com::sun::star::text::XFlatParagraph xPara) raises ( com::sun::star::lang::IllegalArgumentException )
 get the flat paragraph before this one More...
 
com::sun::star::text::XFlatParagraph getParaAfter ([in] com::sun::star::text::XFlatParagraph xPara) raises ( com::sun::star::lang::IllegalArgumentException )
 get the flat paragraph just following this one More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

provides functionality to ...

Since
OOo 3.0

Member Function Documentation

◆ getFirstPara()

get the first flat paragraph to be checked or an empty reference if there are no more paragraphs to check.

Returns
the paragraph.

◆ getLastPara()

get the last flat paragraph

Returns
the paragraph.

◆ getNextPara()

get the next flat paragraph to be checked or an empty reference if there are no more paragraphs to check.

Returns
the paragraph.

◆ getParaAfter()

get the flat paragraph just following this one

Parameters
xParathe current flat paragraph
Returns
the flat paragraph.
Exceptions
IllegalArgumentExceptionif any argument is wrong.

◆ getParaBefore()

get the flat paragraph before this one

Parameters
xParathe current flat paragraph
Returns
the flat paragraph.
Exceptions
IllegalArgumentExceptionif any argument is wrong.

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