Package | Description |
---|---|
com.groupdocs.cloud.signature.model |
Modifier and Type | Method | Description |
---|---|---|
static SignStampOptions.BackgroundImageCropTypeEnum |
SignStampOptions.BackgroundImageCropTypeEnum.fromValue(java.lang.String text) |
|
SignStampOptions.BackgroundImageCropTypeEnum |
SignStampOptions.getBackgroundImageCropType() |
Gets or sets the background image crop type of signature
|
SignStampOptions.BackgroundImageCropTypeEnum |
SignStampOptions.BackgroundImageCropTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static SignStampOptions.BackgroundImageCropTypeEnum |
SignStampOptions.BackgroundImageCropTypeEnum.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SignStampOptions.BackgroundImageCropTypeEnum[] |
SignStampOptions.BackgroundImageCropTypeEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
SignStampOptions |
SignStampOptions.backgroundImageCropType(SignStampOptions.BackgroundImageCropTypeEnum backgroundImageCropType) |
|
void |
SignStampOptions.setBackgroundImageCropType(SignStampOptions.BackgroundImageCropTypeEnum backgroundImageCropType) |
|
void |
SignStampOptions.BackgroundImageCropTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
SignStampOptions.BackgroundImageCropTypeEnum enumeration) |
Copyright © 2021. All rights reserved.