java.lang.Objectcom.aspose.words.CompareOptions
public class CompareOptions
Constructor Summary |
---|
CompareOptions()
|
Property Getters/Setters Summary | ||
---|---|---|
boolean | getIgnoreCaseChanges() | |
void | setIgnoreCaseChanges(boolean value) | |
True indicates that documents comparison is case insensitive. By default comparison is case sensitive. | ||
boolean | getIgnoreComments() | |
void | setIgnoreComments(boolean value) | |
Specifies whether to compare differences in comments. By default comments are not ignored. | ||
boolean | getIgnoreFields() | |
void | setIgnoreFields(boolean value) | |
Specifies whether to compare differences in fields. By default fields are not ignored. | ||
boolean | getIgnoreFootnotes() | |
void | setIgnoreFootnotes(boolean value) | |
Specifies whether to compare differences in footnotes and endnotes. By default footnotes are not ignored. | ||
boolean | getIgnoreFormatting() | |
void | setIgnoreFormatting(boolean value) | |
True indicates that formatting is ignored. By default document formatting is not ignored. | ||
boolean | getIgnoreHeadersAndFooters() | |
void | setIgnoreHeadersAndFooters(boolean value) | |
True indicates that headers and footers content is ignored. By default headers and footers are not ignored. | ||
boolean | getIgnoreTables() | |
void | setIgnoreTables(boolean value) | |
Specifies whether to compare the differences in data contained in tables. By default tables are not ignored. | ||
boolean | getIgnoreTextboxes() | |
void | setIgnoreTextboxes(boolean value) | |
Specifies whether to compare differences in the data contained within text boxes. By default textboxes are not ignored. | ||
int | getTarget() | |
void | setTarget(int value) | |
Specifies which document shall be used as a target during comparison. The value of the property is ComparisonTargetType integer constant. |
Constructor Detail |
---|
public CompareOptions()
Property Getters/Setters Detail |
---|
getIgnoreCaseChanges/setIgnoreCaseChanges | |
public boolean getIgnoreCaseChanges() / public void setIgnoreCaseChanges(boolean value) |
getIgnoreComments/setIgnoreComments | |
public boolean getIgnoreComments() / public void setIgnoreComments(boolean value) |
getIgnoreFields/setIgnoreFields | |
public boolean getIgnoreFields() / public void setIgnoreFields(boolean value) |
getIgnoreFootnotes/setIgnoreFootnotes | |
public boolean getIgnoreFootnotes() / public void setIgnoreFootnotes(boolean value) |
getIgnoreFormatting/setIgnoreFormatting | |
public boolean getIgnoreFormatting() / public void setIgnoreFormatting(boolean value) |
getIgnoreHeadersAndFooters/setIgnoreHeadersAndFooters | |
public boolean getIgnoreHeadersAndFooters() / public void setIgnoreHeadersAndFooters(boolean value) |
getIgnoreTables/setIgnoreTables | |
public boolean getIgnoreTables() / public void setIgnoreTables(boolean value) |
getIgnoreTextboxes/setIgnoreTextboxes | |
public boolean getIgnoreTextboxes() / public void setIgnoreTextboxes(boolean value) |
getTarget/setTarget | |
public int getTarget() / public void setTarget(int value) |