EmfPlusCustomLineCapDataFlags

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class EmfPlusCustomLineCapDataFlags extends System.Enum

The CustomLineCapData flags specify data for custom line caps. These flags can be combined to specify multiple options.


Custom graphics line caps are specified by EmfPlusCustomLineCap objects.

Fields

FieldDescription
CustomLineCapDataFillPathIf set, an EmfPlusFillPath object MUST be specified in the OptionalData field of the EmfPlusCustomLineCapData object for filling the custom line cap.
CustomLineCapDataLinePathIf set, an EmfPlusLinePath object MUST be specified in the OptionalData field of the EmfPlusCustomLineCapData object for outlining the custom line cap.

CustomLineCapDataFillPath

public 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.

CustomLineCapDataLinePath

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.