:: com :: sun :: star :: document ::
|
constants group RedlineDisplayType |
- Description
- specifies which changes in a document are displayed.
|
Constants |
NONE |
no changes are displayed.
|
INSERTED |
only inserted parts are displayed and attributed.
|
INSERTED_AND_REMOVED |
only inserted parts are displayed and attributed.
|
REMOVED |
only removed parts are displayed and attributed.
|
Constants' Details |
NONE
const short NONE = 0;
- Description
- no changes are displayed.
|
|
INSERTED
const short INSERTED = 1;
- Description
- only inserted parts are displayed and attributed.
|
|
INSERTED_AND_REMOVED
const short INSERTED_AND_REMOVED = 2;
- Description
- only inserted parts are displayed and attributed.
|
|
REMOVED
const short REMOVED = 3;
- Description
- only removed parts are displayed and attributed.
|
|
Top of Page
Copyright © 2010 Sun Microsystems, Inc.