:: com :: sun :: star :: text ::

struct TextMarkupDescriptor

Elements' Summary
nType Type of text markup see TextMarkupType 
aIdentifier A string used to identify the caller 
nOffset Start of the markup range 
nLength Length of the markup range 
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 |
Since 6.3: BOLDWAVE, BOLD | See: com::sun::star::awt::FontUnderline  
Elements' Details
nType
long nType;
Description
Type of text markup see TextMarkupType
aIdentifier
string aIdentifier;
Description
A string used to identify the caller
nOffset
long nOffset;
Description
Start of the markup range
nLength
long nLength;
Description
Length of the markup range
xMarkupInfoContainer
::com::sun::star::container::XStringKeyMap xMarkupInfoContainer;
Description
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 |
Since 6.3: BOLDWAVE, BOLD | See: com::sun::star::awt::FontUnderline
Top of Page