public static final class TextEditOptions.ClippingPathsProcessingMode
extends com.aspose.ms.System.Enum
Clipping path processing modes
Modifier and Type | Field and Description |
---|---|
static int |
Expand
Original clipping path will be expanded in the case edited text requires more space.
|
static int |
KeepIntact
Keeps clipping paths of the original page layout.
|
static int |
Remove
Original clipping path will be removed in the case edited text requires more space.
|
public static final int KeepIntact
Keeps clipping paths of the original page layout. (Default)
public static final int Expand
Original clipping path will be expanded in the case edited text requires more space.
public static final int 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.