java.lang.Objectcom.aspose.words.CompareOptions
public class CompareOptions
Constructor Summary |
---|
CompareOptions()
|
Property Getters/Setters Summary | ||
---|---|---|
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. | ||
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 |
---|
getIgnoreFormatting/setIgnoreFormatting | |
public boolean getIgnoreFormatting() / public void setIgnoreFormatting(boolean value) |
getIgnoreHeadersAndFooters/setIgnoreHeadersAndFooters | |
public boolean getIgnoreHeadersAndFooters() / public void setIgnoreHeadersAndFooters(boolean value) |
getTarget/setTarget | |
public int getTarget() / public void setTarget(int value) |