| Package | Description |
|---|---|
| com.groupdocs.comparison.options.enums |
Provides enumerations for various options and settings in GroupDocs.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 |
|---|---|
static MetadataType |
MetadataType.fromString(String toStringValue)
Parses string representation of MetadataType to get the enum constant.
|
static MetadataType |
MetadataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataType[] |
MetadataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataType |
SaveOptions.getCloneMetadataType()
Gets a strategy of processing metadata saving result document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SaveOptions.setCloneMetadataType(MetadataType value)
Sets a stragegy of processing metadata saving result document.
|
SaveOptions.Builder |
SaveOptions.Builder.setCloneMetadataType(MetadataType value)
Sets a stragegy of processing metadata saving result document.
|
Copyright © 2024. All rights reserved.