public final class EmfPlusCustomLineCapDataFlags
extends com.aspose.ms.System.Enum
The CustomLineCapData flags specify data for custom line caps. These flags can be combined to specify multiple options.
EmfPlusCustomLineCap objects.
| Modifier and Type | Field and Description |
|---|---|
static int |
CustomLineCapDataFillPath
If set, an
EmfPlusFillPath object MUST be specified in the OptionalData field of the EmfPlusCustomLineCapData object for filling the custom line cap. |
static int |
CustomLineCapDataLinePath
If set, an
EmfPlusLinePath object MUST be specified in the OptionalData field of the EmfPlusCustomLineCapData object for outlining the custom line cap. |
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final int CustomLineCapDataFillPath
If set, an EmfPlusFillPath object MUST be specified in the OptionalData field of the EmfPlusCustomLineCapData object for filling the custom line cap.
public static final int CustomLineCapDataLinePath
If set, an EmfPlusLinePath object MUST be specified in the OptionalData field of the EmfPlusCustomLineCapData object for outlining the custom line cap.
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.