public class Customization extends Object
| Modifier and Type | Field and Description |
|---|---|
private Anonymous |
anonymous
Adds a request for the anonymous name.
|
private Boolean |
autosave
Defines if the "Autosave" menu option is enabled or disabled.
|
private Boolean |
chat
Deprecated.
|
private Close |
close
Defines settings for the cross button to close the editor.
|
private Boolean |
commentAuthorOnly
Deprecated.
|
private Boolean |
comments
Defines if the "Comments" menu button is displayed or hidden.
|
private Boolean |
compactHeader
Defines if the additional action buttons are displayed in the upper part of the editor window header
next to the logo ("false") or in the toolbar ("true") making the header more compact.
|
private Boolean |
compactToolbar
Defines if the top toolbar type displayed is full ("false") or compact ("true").
|
private Boolean |
compatibleFeatures
Defines the use of functionality only compatible with the OOXML format.
|
private Customer |
customer
Contains the information which will be displayed in the editor "About" section and visible to all the editor
users.
|
private Features |
features
Defines the parameters that the user can disable or customize if possible.
|
private Boolean |
feedback
Defines if the "Feedback & Support" menu button is displayed or hidden.
|
private Boolean |
forcesave
Adds the request for the file force saving to the
callback
handler when saving the document within the document editing service (e.g. |
private Goback |
goback
Defines settings for the "Open file location" menu button and upper right corner button.
|
private Boolean |
help
Defines if the "Help" menu button is displayed or hidden.
|
private Boolean |
hideNotes
Defines if the note panel is displayed or hidden on first loading.
|
private Boolean |
hideRightMenu
Defines if the right menu is displayed or hidden on first loading.
|
private Boolean |
hideRulers
Defines if the editor rulers are displayed or hidden.
|
private String |
integrationMode
Defines the mode of embedding editors into the web page.
|
private Logo |
logo
Changes the image file at the top left corner of the editor header.
|
private Boolean |
macros
Defines if document macros will be automatically run when the editor opens.
|
private MacrosMode |
macrosMode
Defines the macros run mode when autostart is enabled.
|
private Boolean |
mentionShare
Defines the hint that describes the event after mentions in a comment.
|
private Boolean |
mobileForceView
Defines if the mobile document editor is opened in the view/edit mode on launch.
|
private Boolean |
plugins
Defines if plugins will be launched and available.
|
private Review |
review
Contains the information about the review mode.
|
private ReviewDisplay |
reviewDisplay
Deprecated.
|
private Boolean |
showReviewChanges
Deprecated.
|
private Boolean |
spellcheck
Deprecated.
|
private Boolean |
submitForm
Defines if the Submit button is displayed or hidden on the top toolbar.
|
private Boolean |
toolbarHideFileName
Defines if the document title is visible on the top toolbar ("false") or hidden ("true").
|
private Boolean |
toolbarNoTabs
Deprecated.
|
private Boolean |
trackChanges
Deprecated.
|
private String |
uiTheme
Defines the editor theme settings.
|
private Unit |
unit
Defines the measurement units used on the ruler and in dialog boxes.
|
private Integer |
zoom
Defines the document display zoom value measured in percent.
|
| Constructor and Description |
|---|
Customization() |
private Anonymous anonymous
private Boolean autosave
@Deprecated private Boolean chat
document.permissions.chat parameter
instead.private Close close
@Deprecated private Boolean commentAuthorOnly
document.permissions.editCommentAuthorOnly and
document.permissions.deleteCommentAuthorOnly fields instead.private Boolean comments
private Boolean compactHeader
private Boolean compactToolbar
private Boolean compatibleFeatures
private Customer customer
private Features features
private Boolean feedback
private Boolean forcesave
callback
handler when saving the document within the document editing service (e.g. clicking the "Save" button, etc.).
The default value is "false".private Goback goback
private Boolean help
private Boolean hideNotes
private Boolean hideRightMenu
private Boolean hideRulers
private String integrationMode
private Logo logo
private Boolean macros
private MacrosMode macrosMode
private Boolean mentionShare
private Boolean mobileForceView
private Boolean plugins
private Review review
@Deprecated private ReviewDisplay reviewDisplay
Mode is set to "view".
The default value is "original" for viewer and "markup" for editor.
Deprecated since version 7.0. Please use the review.reviewDisplay parameter instead.@Deprecated private Boolean showReviewChanges
review.showReviewChanges parameter instead.@Deprecated private Boolean spellcheck
features.spellcheck
parameter instead.private Boolean submitForm
private Boolean toolbarHideFileName
@Deprecated private Boolean toolbarNoTabs
Features.tabStyle parameter which is set
to line and the Features.tabBackground parameter which is equal to toolbar.@Deprecated 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). Deprecated since
version 7.0. Please use the review.trackChanges
parameter instead.private String uiTheme
private Unit unit
private Integer zoom
Copyright © 2023–2024. All rights reserved.