java.lang.Object
com.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. | ||
| 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) | |