Package | Description |
---|---|
com.groupdocs.comparison.words.revision |
Modifier and Type | Method and Description |
---|---|
RevisionAction |
RevisionInfo.getAction()
Action (accept or reject).
|
RevisionAction |
ApplyRevisionOptions.getCommonHandler()
Indicates whether to apply one action for all revisions
|
static RevisionAction |
RevisionAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RevisionAction[] |
RevisionAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RevisionInfo.setAction(RevisionAction action)
Action (accept or reject).
|
void |
ApplyRevisionOptions.setCommonHandler(RevisionAction commonHandler)
Indicates whether to apply one action for all revisions
|
Constructor and Description |
---|
ApplyRevisionOptions(List<RevisionInfo> changes,
RevisionAction commonHandler)
Instantiates a new Apply revision options.
|
ApplyRevisionOptions(RevisionAction mCommonHandler)
Instantiates a new Apply revision options.
|
Copyright © 2022. All rights reserved.