public class Review extends Object
| Modifier and Type | Field and Description |
|---|---|
private Boolean |
hideReviewDisplay
Defines if the "Display mode" button is displayed or hidden on the "Collaboration" tab.
|
private Boolean |
hoverMode
Defines the review display mode: show reviews in tooltips by hovering the changes ("true")
or in balloons by clicking the changes ("false").
|
private ReviewDisplay |
reviewDisplay
Defines the review editing mode which will be used when the document is opened for viewing.
|
private Boolean |
showReviewChanges
Defines if the review changes panel is automatically displayed or hidden when the editor is loaded.
|
private Boolean |
trackChanges
Defines if the document is opened in the review editing mode ("true") or not ("false")
regardless of the
document.permissions.review parameter (the review mode is changed only for the current user). |
| Constructor and Description |
|---|
Review() |
private Boolean hideReviewDisplay
private Boolean hoverMode
private ReviewDisplay reviewDisplay
Mode is set to "view". The default value is
"original".private Boolean showReviewChanges
private Boolean trackChanges
document.permissions.review parameter (the review mode is changed only for the current user). If the parameter
is undefined, the "document.permissions.review" value is used (for all the document users).Copyright © 2023–2024. All rights reserved.