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

unpublished constants group TextMarkupType
Description
Constants to specify the type of text markup.

These constants are used with XTextMarkup::commitTextMarkup()


Constants
SPELLCHECK Markup originates from spell checking. 
GRAMMAR Markup originates from grammar checking. 
SMARTTAG Markup originates from smart tag checking. 
SENTENCE An inivisible markup used to identify sentence boundaries. 
Constants' Details
SPELLCHECK
const long SPELLCHECK = 1;
Description
Markup originates from spell checking.
GRAMMAR
const long GRAMMAR = 2;
Description
Markup originates from grammar checking.
SMARTTAG
const long SMARTTAG = 3;
Description
Markup originates from smart tag checking.
SENTENCE
const long SENTENCE = 4;
Description
An inivisible markup used to identify sentence boundaries.
Top of Page