:: com :: sun :: star :: text ::

unpublished interface XFlatParagraphIteratorProvider
Usage Restrictions
not published
Description
provides functionality to ...
Since
OOo 3.0

Methods' Summary
getFlatParagraphIterator get XFlatParagraphIterator  
Methods' Details
getFlatParagraphIterator
XFlatParagraphIterator
getFlatParagraphIterator( [in] long  nType,
[in] boolean  bAutomatic )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
get XFlatParagraphIterator
Parameter nType
Type of text markup see TextMarkupType.
Parameter bAutomatic
Automatic or interactive checking.
Returns
the iterator.
Throws
IllegalArgumentException if any argument is wrong.
Top of Page