| Package | Description |
|---|---|
| com.groupdocs.comparison.options.load |
Provides classes and options for configuring loading documents in GroupDocs.Comparison.
|
| Modifier and Type | Method and Description |
|---|---|
LoadOptions.Builder |
LoadOptions.Builder.setFileType(FileType value)
Sets a type of a file that is loading.
|
LoadOptions.Builder |
LoadOptions.Builder.setFontDirectories(List<String> value)
Sets a list of directories where font files to load a document are placed.
|
LoadOptions.Builder |
LoadOptions.Builder.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). |
LoadOptions.Builder |
LoadOptions.Builder.setPassword(String value)
Sets a value that should be used to load a document.
|
Copyright © 2024. All rights reserved.