LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides functionality to markup text. More...
import"XTextMarkup.idl";
Public Member Functions | |
com::sun::star::container::XStringKeyMap | getMarkupInfoContainer () |
obtains a container to store additional user defined text markup information. More... | |
void | commitStringMarkup ([in] long nType, [in] string aIdentifier, [in] long nStart, [in] long nLength, [in] com::sun::star::container::XStringKeyMap xMarkupInfoContainer) |
submits a new markup range. More... | |
void | commitTextRangeMarkup ([in] long nType, [in] string aIdentifier, [in] com::sun::star::text::XTextRange xRange, [in] com::sun::star::container::XStringKeyMap xMarkupInfoContainer) |
provides functionality to markup text.
void commitStringMarkup | ( | [in] long | nType, |
[in] string | aIdentifier, | ||
[in] long | nStart, | ||
[in] long | nLength, | ||
[in] com::sun::star::container::XStringKeyMap | xMarkupInfoContainer | ||
) |
submits a new markup range.
nType | Type of text markup see TextMarkupType. |
aIdentifier | A string used to identify the caller. |
nStart | Start of the markup range. |
nLength | Length of the markup range. |
xMarkupInfoContainer | contains additional information about the markup. |
void commitTextRangeMarkup | ( | [in] long | nType, |
[in] string | aIdentifier, | ||
[in] com::sun::star::text::XTextRange | xRange, | ||
[in] com::sun::star::container::XStringKeyMap | xMarkupInfoContainer | ||
) |
com::sun::star::container::XStringKeyMap getMarkupInfoContainer | ( | ) |
obtains a container to store additional user defined text markup information.