:: com :: sun :: star :: text ::
|
unpublished |
interface XTextMarkup |
|
|
|
- Usage Restrictions
- not published
- Description
- provides functionality to markup text.
- Since
- OOo 2.3
|
Methods' Details |
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
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.