Package | Description |
---|---|
com.groupdocs.comparison.options |
The package provides classes that allows to specify additional options for documents comparison process.
|
com.groupdocs.comparison.options.save |
Modifier and Type | Method and Description |
---|---|
FileAuthorMetadata |
FileAuthorMetadata.Builder.build()
Build file author metadata.
|
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)
Sets saved meta data.
|
Modifier and Type | Method and Description |
---|---|
FileAuthorMetadata |
SaveOptions.getFileAuthorMetadata()
Used when MetadataType is set to FileAuthor.
|
Modifier and Type | Method and Description |
---|---|
void |
SaveOptions.setFileAuthorMetadata(FileAuthorMetadata value)
Used when MetadataType is set to FileAuthor.
|
SaveOptions.Builder |
SaveOptions.Builder.setFileAuthorMetadata(FileAuthorMetadata value)
Sets file author metadata.
|
Copyright © 2023. All rights reserved.