| Package | Description |
|---|---|
| com.groupdocs.comparison.options |
Provides classes and interfaces for configuring various options and settings related to document comparison.
|
| com.groupdocs.comparison.options.save |
Provides classes and options for saving and configuring the output of GroupDocs.Comparison.
|
| Modifier and Type | Method and Description |
|---|---|
FileAuthorMetadata |
FileAuthorMetadata.Builder.build()
Returns the object that was created and configured along with the builder.
|
FileAuthorMetadata |
CompareOptions.getSavedMetaData()
Deprecated.
this tag was added just to exclude the method from JavaDoc
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompareOptions.setSavedMetaData(FileAuthorMetadata value)
Deprecated.
this tag was added just to exclude the method from JavaDoc
|
CompareOptions.Builder |
CompareOptions.Builder.setSavedMetaData(FileAuthorMetadata value)
Deprecated.
this tag was added just to exclude the method from JavaDoc
|
| Modifier and Type | Method and Description |
|---|---|
FileAuthorMetadata |
SaveOptions.getFileAuthorMetadata()
Gets a metadata object that will be set into result document when
SaveOptions.setCloneMetadataType(MetadataType) is set to MetadataType.FILE_AUTHOR. |
| Modifier and Type | Method and Description |
|---|---|
void |
SaveOptions.setFileAuthorMetadata(FileAuthorMetadata value)
Sets a metadata object that should be set into result document when
SaveOptions.setCloneMetadataType(MetadataType) is set to MetadataType.FILE_AUTHOR. |
SaveOptions.Builder |
SaveOptions.Builder.setFileAuthorMetadata(FileAuthorMetadata value)
Sets a metadata object that should be set into result document when
SaveOptions.Builder.setCloneMetadataType(MetadataType) is set to MetadataType.FILE_AUTHOR. |
Copyright © 2024. All rights reserved.