TextEditOptions.ClippingPathsProcessingMode

Inheritance: java.lang.Object, java.lang.Enum

public enum TextEditOptions.ClippingPathsProcessingMode extends Enum<TextEditOptions.ClippingPathsProcessingMode>

Clipping path processing modes

Fields

FieldDescription
KeepIntactKeeps clipping paths of the original page layout.
ExpandOriginal clipping path will be expanded in the case edited text requires more space.
RemoveOriginal clipping path will be removed in the case edited text requires more space.

Methods

MethodDescription
values()
valueOf(String name)
getValue()

KeepIntact

public static final TextEditOptions.ClippingPathsProcessingMode KeepIntact

Keeps clipping paths of the original page layout. (Default)

Expand

public static final TextEditOptions.ClippingPathsProcessingMode Expand

Original clipping path will be expanded in the case edited text requires more space.

Remove

public static final TextEditOptions.ClippingPathsProcessingMode Remove

Original clipping path will be removed in the case edited text requires more space. Caution: Because of clipping paths may interact with each other removing of it may lead to unexpected result on the page layout.

values()

public static TextEditOptions.ClippingPathsProcessingMode[] values()

Returns: com.aspose.pdf.TextEditOptions.ClippingPathsProcessingMode[]

valueOf(String name)

public static TextEditOptions.ClippingPathsProcessingMode valueOf(String name)

Parameters:

ParameterTypeDescription
namejava.lang.String

Returns: ClippingPathsProcessingMode

getValue()

public int getValue()

Returns: int