LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides functionality to ... More...
import"XFlatParagraphIterator.idl";
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... | |
provides functionality to ...
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.
com::sun::star::text::XFlatParagraph getLastPara | ( | ) |
get the last flat paragraph
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.
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
xPara | the current flat paragraph |
IllegalArgumentException | if any argument is wrong. |
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
xPara | the current flat paragraph |
IllegalArgumentException | if any argument is wrong. |