Package | Description |
---|---|
com.groupdocs.comparison.options.enums | |
com.groupdocs.comparison.options.save |
Modifier and Type | Method and Description |
---|---|
static MetadataType |
MetadataType.fromString(String toStringValue) |
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 or sets a value indicating whether to clone metadata to target document or not.
|
Modifier and Type | Method and Description |
---|---|
void |
SaveOptions.setCloneMetadataType(MetadataType value)
Gets or sets a value indicating whether to clone metadata to target document or not.
|
SaveOptions.Builder |
SaveOptions.Builder.setCloneMetadataType(MetadataType value)
Sets clone metadata type.
|
Copyright © 2023. All rights reserved.