TextEditOptions.ClippingPathsProcessingMode
Inheritance: java.lang.Object, java.lang.Enum < TextEditOptions.ClippingPathsProcessingMode > com.aspose.pdf.TextEditOptions.ClippingPathsProcessingMode, java.lang.Enum < TextEditOptions.ClippingPathsProcessingMode >, com.aspose.pdf.TextEditOptions.ClippingPathsProcessingMode
All Implemented Interfaces: Serializable, Comparable < TextEditOptions.ClippingPathsProcessingMode >
public static enum TextEditOptions.ClippingPathsProcessingMode extends Enum < TextEditOptions.ClippingPathsProcessingMode >
Clipping path processing modes
Fields
| Field | Description |
|---|---|
| Expand | Original clipping path will be expanded in the case edited text requires more space. |
| KeepIntact | Keeps clipping paths of the original page layout. |
| Remove | Original clipping path will be removed in the case edited text requires more space. |
Methods
| Method | Description |
|---|---|
| getValue | |
| valueOf | Returns the enum constant of this type with the specified name. |
| values | Returns an array containing the constants of this enum type, in the order they are declared. |
Expand
public static final TextEditOptions.ClippingPathsProcessingMode Expand
Original clipping path will be expanded in the case edited text requires more space.
KeepIntact
public static final TextEditOptions.ClippingPathsProcessingMode KeepIntact
Keeps clipping paths of the original page layout.
Remove
public static final TextEditOptions.ClippingPathsProcessingMode Remove
Original clipping path will be removed in the case edited text requires more space.
getValue
public int getValue()
valueOf
Returns the enum constant of this type with the specified name.
values
public static TextEditOptions.ClippingPathsProcessingMode [] values()
Returns an array containing the constants of this enum type, in the order they are declared.
Returns: an array containing the constants of this enum type, in the order they are declared