(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

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

unpublished interface XParagraphAppend
Usage Restrictions
not published
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 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 CharacterAndParagraphProperties
can contain all the properties defined by the service
Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.