Language
The Free and Open Productivity Suite
:: 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 © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.