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 | getDeletedTextEffect() | |
void | setDeletedTextEffect(int value) | |
Allows to specify the effect to be applied to the deleted content |
||
int | getInsertedTextColor() | |
void | setInsertedTextColor(int value) | |
Allows to specify the color to be used for inserted content |
||
int | getInsertedTextEffect() | |
void | setInsertedTextEffect(int value) | |
Allows to specify the effect to be applied to the inserted content |
||
int | getMovedFromTextColor() | |
void | setMovedFromTextColor(int value) | |
Allows to specify the color to be used for areas where content was moved from |
||
int | getMovedFromTextEffect() | |
void | setMovedFromTextEffect(int value) | |
Allows to specify the effect to be applied to the areas where content was moved from |
||
int | getMovedToTextColor() | |
void | setMovedToTextColor(int value) | |
Allows to specify the color to be used for areas where content was moved to |
||
int | getMovedToTextEffect() | |
void | setMovedToTextEffect(int value) | |
Allows to specify the effect to be applied to the areas where content was moved to |
||
int | getRevisedPropertiesColor() | |
void | setRevisedPropertiesColor(int value) | |
Allows to specify the color to be used for content with changes of formatting properties |
||
int | getRevisedPropertiesEffect() | |
void | setRevisedPropertiesEffect(int value) | |
Allows to specify the effect for content areas 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. | ||
boolean | getShowOriginalRevision() | |
void | setShowOriginalRevision(boolean value) | |
Allows to specify whether the original text should be shown instead of revised one.
Default value for this property is false .
|
||
boolean | getShowRevisionBars() | |
void | setShowRevisionBars(boolean value) | |
Allows to specify whether revision bars should be rendered near lines containing revised content.
Default value for this property is true .
|
||
boolean | getShowRevisionMarks() | |
void | setShowRevisionMarks(boolean value) | |
Allow to specify whether revision text should be marked with special formatting markup.
Default value for this property is true .
|
Property Getters/Setters Detail |
---|
getDeletedTextColor/setDeletedTextColor | |
public int getDeletedTextColor() / public void setDeletedTextColor(int value) |
getDeletedTextEffect/setDeletedTextEffect | |
public int getDeletedTextEffect() / public void setDeletedTextEffect(int value) |
getInsertedTextColor/setInsertedTextColor | |
public int getInsertedTextColor() / public void setInsertedTextColor(int value) |
getInsertedTextEffect/setInsertedTextEffect | |
public int getInsertedTextEffect() / public void setInsertedTextEffect(int value) |
getMovedFromTextColor/setMovedFromTextColor | |
public int getMovedFromTextColor() / public void setMovedFromTextColor(int value) |
getMovedFromTextEffect/setMovedFromTextEffect | |
public int getMovedFromTextEffect() / public void setMovedFromTextEffect(int value) |
getMovedToTextColor/setMovedToTextColor | |
public int getMovedToTextColor() / public void setMovedToTextColor(int value) |
getMovedToTextEffect/setMovedToTextEffect | |
public int getMovedToTextEffect() / public void setMovedToTextEffect(int value) |
getRevisedPropertiesColor/setRevisedPropertiesColor | |
public int getRevisedPropertiesColor() / public void setRevisedPropertiesColor(int value) |
getRevisedPropertiesEffect/setRevisedPropertiesEffect | |
public int getRevisedPropertiesEffect() / public void setRevisedPropertiesEffect(int value) |
getRevisionBarsColor/setRevisionBarsColor | |
public int getRevisionBarsColor() / public void setRevisionBarsColor(int value) |
getRevisionBarsWidth/setRevisionBarsWidth | |
public float getRevisionBarsWidth() / public void setRevisionBarsWidth(float value) |
getShowOriginalRevision/setShowOriginalRevision | |
public boolean getShowOriginalRevision() / public void setShowOriginalRevision(boolean value) |
false
.
getShowRevisionBars/setShowRevisionBars | |
public boolean getShowRevisionBars() / public void setShowRevisionBars(boolean value) |
true
.
getShowRevisionMarks/setShowRevisionMarks | |
public boolean getShowRevisionMarks() / public void setShowRevisionMarks(boolean value) |
true
.