Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

unpublished interface XTextMarkup
Usage Restrictions
not published
Description
provides functionality to markup text.
Since
OOo 2.3

Methods' Summary
getMarkupInfoContainer obtains a container to store additional user defined text markup information.  
commitStringMarkup submits a new markup range.  
commitTextRangeMarkup  
Methods' Details
getMarkupInfoContainer
::com::sun::star::container::XStringKeyMap
getMarkupInfoContainer();

Description
obtains a container to store additional user defined text markup information.
Returns
a container to store additional user defined text markup information.
commitStringMarkup
void
commitStringMarkup( [in] long  nType,
[in] string  aIdentifier,
[in] long  nStart,
[in] long  nLength,
[in] ::com::sun::star::container::XStringKeyMap  xMarkupInfoContainer );

Description
submits a new markup range.
Parameter nType
Type of text markup see TextMarkupType.
Parameter aIdentifier
A string used to identify the caller.
Parameter nStart
Start of the markup range.
Parameter nLength
Length of the markup range.
Parameter xMarkupInfoContainer
contains additional information about the markup.
commitTextRangeMarkup
void
commitTextRangeMarkup( [in] long  nType,
[in] string  aIdentifier,
[in] XTextRange  xRange,
[in] ::com::sun::star::container::XStringKeyMap  xMarkupInfoContainer );

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.