LibreOffice
LibreOffice 24.2 SDK API Reference
|
A descriptor for a single text markup. More...
import"TextMarkupDescriptor.idl";
Public Attributes | |
long | nType |
Type of text markup see TextMarkupType. More... | |
string | aIdentifier |
A string used to identify the caller. More... | |
long | nOffset |
Start of the markup range. More... | |
long | nLength |
Length of the markup range. More... | |
com::sun::star::container::XStringKeyMap | xMarkupInfoContainer |
contains additional information about the markup More... | |
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 |
|