java.lang.Object
com.aspose.words.ShowInBalloons
public class ShowInBalloons
- extends java.lang.Object
Utility class containing constants.
Specifies which revisions are rendered in balloons.
Note that these values do not affect rendering of comments, which are controlled by LayoutOptions.ShowComments.
Field Summary |
static final int | NONE = 0 | |
Renders insert, delete and format revisions inline.
|
static final int | FORMAT = 1 | |
Renders insert and delete revisions inline, format revisions in balloons.
|
static final int | FORMAT_AND_DELETE = 2 | |
Renders insert revisions inline, delete and format revisions in balloons.
|
NONE = 0 | |
public static final int NONE |
-
Renders insert, delete and format revisions inline.
FORMAT = 1 | |
public static final int FORMAT |
-
Renders insert and delete revisions inline, format revisions in balloons.
FORMAT_AND_DELETE = 2 | |
public static final int FORMAT_AND_DELETE |
-
Renders insert revisions inline, delete and format revisions in balloons.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.