The Free and Open Productivity Suite
QA Volunteers Needed -- Help us test OpenOffice

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for Apache OpenOffice version 3.4.

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

unpublished interface XMultiTextMarkup
Usage Restrictions
not published
Description
provides functionality to apply multiple text markups in one call.
Since
OOo 3.0.1

Methods' Summary
commitMultiTextMarkup submits multiple new markup ranges.  
Methods' Details
commitMultiTextMarkup
void
commitMultiTextMarkup( [in] sequence< TextMarkupDescriptor >  aMarkups )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
submits multiple new markup ranges.

The main use of this function will probably be for proofreading to allow for setting the markup of all found errors in a sentence in a single call. For this the sequence needs to provide the markups for all errors along with the markup for the identified sentence boundaries. The order of those entries is arbitrary.

Parameter aMarkups
a sequence of single text markups.
See also
XTextMarkup, TextMarkupType
Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us | Donate

Apache, the Apache feather logo, and OpenOffice 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.