Syntax
constants group RedlineDisplayType;
Description
specifies which changes in a document are displayed.
Constants Summary
|
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.
|
|
Field Details
|
|
Syntax
const short NONE = 0;
Description
no changes are displayed.
Syntax
const short INSERTED = 1;
Description
only inserted parts are displayed and attributed.
Syntax
const short INSERTED_AND_REMOVED = 2;
Description
only inserted parts are displayed and attributed.
Syntax
const short REMOVED = 3;
Description
only removed parts are displayed and attributed.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.