com.aspose.words
Class CompareOptions

java.lang.Object
    extended by com.aspose.words.CompareOptions

public class CompareOptions 
extends java.lang.Object

Allows to choose advanced options for document comparison operation.

Constructor Summary
CompareOptions()
          
 
Property Getters/Setters Summary
booleangetIgnoreFormatting()
voidsetIgnoreFormatting(boolean value)
           True indicates that formatting is ignored. By default document formatting is not ignored.
booleangetIgnoreHeadersAndFooters()
voidsetIgnoreHeadersAndFooters(boolean value)
           True indicates that headers and footers content is ignored. By default headers and footers are not ignored.
 

Constructor Detail

CompareOptions

public CompareOptions()

Property Getters/Setters Detail

getIgnoreFormatting/setIgnoreFormatting

public boolean getIgnoreFormatting() / public void setIgnoreFormatting(boolean value)
True indicates that formatting is ignored. By default document formatting is not ignored.

getIgnoreHeadersAndFooters/setIgnoreHeadersAndFooters

public boolean getIgnoreHeadersAndFooters() / public void setIgnoreHeadersAndFooters(boolean value)
True indicates that headers and footers content is ignored. By default headers and footers are not ignored.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.