:: com :: sun :: star :: text ::
|
unpublished |
constants group TextMarkupType |
|
|
- Usage Restrictions
- not published
- Description
- Constants to specify the type of text markup.
These constants are used with
XTextMarkup::commitTextMarkup()
- Since
- OpenOffice 2.3.0
|
Constants' Details |
SPELLCHECK
const long SPELLCHECK = 1;
- Description
- Markup originates from spell checking.
|
|
PROOFREADING
const long PROOFREADING = 2;
- Since
- OpenOffice 3.0.1
|
|
SMARTTAG
const long SMARTTAG = 3;
- Description
- Markup originates from smart tag checking.
|
|
SENTENCE
const long SENTENCE = 4;
- Since
- OpenOffice 3.0.1
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.