Gets a flag that indicates that the string passed to Comparer constructor or to Comparer.add(String) method is comparison text, not file paths (For Text Comparison only).
Sets a flag that indicates that the string passed to Comparer constructor or to Comparer.add(String) method is comparison text, not file paths (For Text Comparison only).
Gets a flag that indicates that the string passed to Comparer constructor or to Comparer.add(String) method is comparison text, not file paths (For Text Comparison only).
Returns:
boolean - true if input string is a text to compare, otherwise false
setLoadText(boolean value)
public void setLoadText(boolean value)
Sets a flag that indicates that the string passed to Comparer constructor or to Comparer.add(String) method is comparison text, not file paths (For Text Comparison only).
Parameters:
Parameter
Type
Description
value
boolean
true if input string is a text to compare, otherwise false
getPassword()
public final String getPassword()
Gets a password that will be used to load a document.
Returns:
java.lang.String - the password to load the document
setPassword(String value)
public final void setPassword(String value)
Sets a password that should be used to load a document.
Parameters:
Parameter
Type
Description
value
java.lang.String
The password to load the document
getFontDirectories()
public List<String> getFontDirectories()
Gets a list of directories where font files to load a document are placed.
Returns:
java.util.List<java.lang.String> - the list of directories with font files
setFontDirectories(List value)
public void setFontDirectories(List<String> value)
Sets a list of directories where font files to load a document are placed.