com.aspose.words
Class RevisionOptions

java.lang.Object
    extended by com.aspose.words.RevisionOptions
All Implemented Interfaces:
java.lang.Cloneable

public class RevisionOptions 
extends java.lang.Object

Allows to control how document revisions are handled during layout process.

Property Getters/Setters Summary
intgetDeletedTextColor()
voidsetDeletedTextColor(int value)
           Allows to specify the color to be used for deleted content RevisionType.DELETION. Default value for this property is RevisionColor.BY_AUTHOR. The value of the property is RevisionColor integer constant.
intgetInsertedTextColor()
voidsetInsertedTextColor(int value)
           Allows to specify the color to be used for inserted content RevisionType.INSERTION. Default value for this property is RevisionColor.BY_AUTHOR. The value of the property is RevisionColor integer constant.
intgetRevisedPropertiesColor()
voidsetRevisedPropertiesColor(int value)
           Allows to specify the color to be used for content with changes of formatting properties RevisionType.FORMAT_CHANGE Default value for this property is RevisionColor.NO_HIGHLIGHT. The value of the property is RevisionColor integer constant.
intgetRevisionBarsColor()
voidsetRevisionBarsColor(int value)
           Allows to specify the color to be used for side bars that identify document lines containing revised information. Default value for this property is RevisionColor.RED. The value of the property is RevisionColor integer constant.
floatgetRevisionBarsWidth()
voidsetRevisionBarsWidth(float value)
           Gets or sets width of revision bars, points.
 

Property Getters/Setters Detail

getDeletedTextColor/setDeletedTextColor

public int getDeletedTextColor() / public void setDeletedTextColor(int value)
Allows to specify the color to be used for deleted content RevisionType.DELETION. Default value for this property is RevisionColor.BY_AUTHOR. The value of the property is RevisionColor integer constant.

getInsertedTextColor/setInsertedTextColor

public int getInsertedTextColor() / public void setInsertedTextColor(int value)
Allows to specify the color to be used for inserted content RevisionType.INSERTION. Default value for this property is RevisionColor.BY_AUTHOR. The value of the property is RevisionColor integer constant.

getRevisedPropertiesColor/setRevisedPropertiesColor

public int getRevisedPropertiesColor() / public void setRevisedPropertiesColor(int value)
Allows to specify the color to be used for content with changes of formatting properties RevisionType.FORMAT_CHANGE Default value for this property is RevisionColor.NO_HIGHLIGHT. The value of the property is RevisionColor integer constant.

getRevisionBarsColor/setRevisionBarsColor

public int getRevisionBarsColor() / public void setRevisionBarsColor(int value)
Allows to specify the color to be used for side bars that identify document lines containing revised information. Default value for this property is RevisionColor.RED. The value of the property is RevisionColor integer constant. Setting this property to RevisionColor.BY_AUTHOR or RevisionColor.NO_HIGHLIGHT values will result in hiding revision bars from the layout.

getRevisionBarsWidth/setRevisionBarsWidth

public float getRevisionBarsWidth() / public void setRevisionBarsWidth(float value)
Gets or sets width of revision bars, points.

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