java.lang.Objectcom.aspose.words.RevisionOptions
public class RevisionOptions
Property Getters/Setters Summary | ||
---|---|---|
int | getDeletedTextColor() | |
void | setDeletedTextColor(int value) | |
Allows to specify the color to be used for deleted content |
||
int | getInsertedTextColor() | |
void | setInsertedTextColor(int value) | |
Allows to specify the color to be used for inserted content |
||
int | getRevisedPropertiesColor() | |
void | setRevisedPropertiesColor(int value) | |
Allows to specify the color to be used for content with changes of formatting properties |
||
int | getRevisionBarsColor() | |
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 |
||
float | getRevisionBarsWidth() | |
void | setRevisionBarsWidth(float value) | |
Gets or sets width of revision bars, points. |
Property Getters/Setters Detail |
---|
getDeletedTextColor/setDeletedTextColor | |
public int getDeletedTextColor() / public void setDeletedTextColor(int value) |
getInsertedTextColor/setInsertedTextColor | |
public int getInsertedTextColor() / public void setInsertedTextColor(int value) |
getRevisedPropertiesColor/setRevisedPropertiesColor | |
public int getRevisedPropertiesColor() / public void setRevisedPropertiesColor(int value) |
getRevisionBarsColor/setRevisionBarsColor | |
public int getRevisionBarsColor() / public void setRevisionBarsColor(int value) |
getRevisionBarsWidth/setRevisionBarsWidth | |
public float getRevisionBarsWidth() / public void setRevisionBarsWidth(float value) |