(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 XTextMarkup
Usage Restrictions
not published
Description
provides functionality to markup text.
Since
OOo 2.3.0

Methods' Summary
getMarkupInfoContainer obtains a container to store additional user defined text markup information.  
commitTextMarkup submits a new markup range.  
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.
commitTextMarkup
void
commitTextMarkup( [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.
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.