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

unpublished interface XParagraphAppend
Description
.

Methods' Summary
appendParagraph appends a new and empty paragraph at the end of the text.  
finishParagraph appends a new and empty paragraph at the end of the text.  
Methods' Details
appendParagraph
XTextRange
appendParagraph( [in] ::com::sun::star::beans::PropertyValues  CharacterAndParagraphProperties )
raises( ::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::beans::UnknownPropertyException );

Description
appends a new and empty paragraph at the end of the text.

The properties are applied to the new paragraph.

Parameter parameter ?
CharacterAndParagraphProperties can contain all the properties defined by the service
finishParagraph
XTextRange
finishParagraph( [in] ::com::sun::star::beans::PropertyValues  CharacterAndParagraphProperties )
raises( ::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::beans::UnknownPropertyException );

Description
appends a new and empty paragraph at the end of the text.

The properties are applied to the last paragraph before the new pargraph is inserted.

Parameter parameter ?
CharacterAndParagraphProperties can contain all the properties defined by the service
Top of Page