Top   Module   Use   Manual   Index 

com :: sun :: star :: document ::

constants group RedlineDisplayType


Description
specifies which changes in a document are displayed.


Constants

const short NONE = = 0;
Description
no changes are displayed.
const short INSERTED = = 1;
Description
only inserted parts are displayed and attributed.
const short INSERTED_AND_REMOVED = = 2;
Description
only inserted parts are displayed and attributed.
const short REMOVED = = 3;
Description
only removed parts are displayed and attributed.
Top of Page