LibreOffice
LibreOffice 24.8 SDK API Reference
|
A descriptor for a single text markup. More...
import <TextMarkupDescriptor.idl;
Public Attributes | |
long | nType |
Type of text markup see TextMarkupType. | |
string | aIdentifier |
A string used to identify the caller. | |
long | nOffset |
Start of the markup range. | |
long | nLength |
Length of the markup range. | |
com::sun::star::container::XStringKeyMap | xMarkupInfoContainer |
contains additional information about the markup | |
A descriptor for a single text markup.
string aIdentifier |
A string used to identify the caller.
long nLength |
Length of the markup range.
long nOffset |
Start of the markup range.
long nType |
Type of text markup see TextMarkupType.
com::sun::star::container::XStringKeyMap xMarkupInfoContainer |
contains additional information about the markup
Supported properties:
nType | aKey |
---|---|
PROOFREADING or SMARTTAG | "LineColor": changes the markup color from default to RGB aValue (int32) |
PROOFREADING or SMARTTAG | "LineType": changes the underlining style to aValue (short): WAVE, DASH |
|