com.aspose.words
Class RevisionColor

java.lang.Object
    extended by com.aspose.words.RevisionColor

public class RevisionColor 
extends java.lang.Object

Utility class containing constants. Allows to specify color of document revisions.

Field Summary
static final intAUTO = 0
          
static final intBLACK = 1
          
static final intBLUE = 2
          
static final intBRIGHT_GREEN = 3
          
static final intDARK_BLUE = 4
          
static final intDARK_RED = 5
          
static final intDARK_YELLOW = 6
          
static final intGRAY_25 = 7
          
static final intGRAY_50 = 8
          
static final intGREEN = 9
          
static final intPINK = 10
          
static final intRED = 11
          
static final intTEAL = 12
          
static final intTURQUOISE = 13
          
static final intVIOLET = 14
          
static final intWHITE = 15
          
static final intYELLOW = 16
          
static final intNO_HIGHLIGHT = 17
           No color is used to highlight revision changes.
static final intBY_AUTHOR = 18
           Revisions of each author receive their own color for highlighting from a predfined set of hi-contrast colors.
 

Field Detail

AUTO = 0

public static final int AUTO

BLACK = 1

public static final int BLACK

BLUE = 2

public static final int BLUE

BRIGHT_GREEN = 3

public static final int BRIGHT_GREEN

DARK_BLUE = 4

public static final int DARK_BLUE

DARK_RED = 5

public static final int DARK_RED

DARK_YELLOW = 6

public static final int DARK_YELLOW

GRAY_25 = 7

public static final int GRAY_25

GRAY_50 = 8

public static final int GRAY_50

GREEN = 9

public static final int GREEN

PINK = 10

public static final int PINK

RED = 11

public static final int RED

TEAL = 12

public static final int TEAL

TURQUOISE = 13

public static final int TURQUOISE

VIOLET = 14

public static final int VIOLET

WHITE = 15

public static final int WHITE

YELLOW = 16

public static final int YELLOW

NO_HIGHLIGHT = 17

public static final int NO_HIGHLIGHT
No color is used to highlight revision changes.

BY_AUTHOR = 18

public static final int BY_AUTHOR
Revisions of each author receive their own color for highlighting from a predfined set of hi-contrast colors.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.