EmfPlusPenDataFlags

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

public final class EmfPlusPenDataFlags extends System.Enum

The PenData flags specify properties of graphics pens, including the presence of optional data fields. These flags can be combined to specify multiple options.


Graphics pens are specified by EmfPlusPen objects.

Fields

FieldDescription
PenDataTransformIf set, a 2x3 transform matrix MUST be specified in the OptionalData field of an EmfPlusPenData object.
PenDataStartCapIf set, the style of a starting line cap MUST be specified in the OptionalData field of an EmfPlusPenData object.
PenDataEndCapIndicates whether the style of an ending line cap MUST be specified in the OptionalData field of an EmfPlusPenData object.
PenDataJoinIndicates whether a line join type MUST be specified in the OptionalData field of an EmfPlusPenData object.
PenDataMiterLimitIndicates whether a miter limit MUST be specified in the OptionalData field of an EmfPlusPenData object.
PenDataLineStyleIndicates whether a line style MUST be specified in the OptionalData field of an EmfPlusPenData object.
PenDataDashedLineCapIndicates whether a dashed line cap MUST be specified in the OptionalData field of an EmfPlusPenData object.
PenDataDashedLineOffsetIndicates whether a dashed line offset MUST be specified in the OptionalData field of an EmfPlusPenData object.
PenDataDashedLineIndicates whether an EmfPlusDashedLineData object MUST be specified in the OptionalData field of an EmfPlusPenData object.
PenDataNonCenterIndicates whether a pen alignment MUST be specified in the OptionalData field of an EmfPlusPenData object.
PenDataCompoundLineIndicates whether the length and content of a EmfPlusCompoundLineData object are present in the OptionalData field of an EmfPlusPenData object.
PenDataCustomStartCapIndicates whether an EmfPlusCustomStartCapData object MUST be specified in the OptionalData field of an EmfPlusPenData object.
PenDataCustomEndCapIndicates whether an EmfPlusCustomEndCapData object MUST be specified in the OptionalData field of an EmfPlusPenData object.

PenDataTransform

public static final int PenDataTransform

If set, a 2x3 transform matrix MUST be specified in the OptionalData field of an EmfPlusPenData object.

PenDataStartCap

public static final int PenDataStartCap

If set, the style of a starting line cap MUST be specified in the OptionalData field of an EmfPlusPenData object.

PenDataEndCap

public static final int PenDataEndCap

Indicates whether the style of an ending line cap MUST be specified in the OptionalData field of an EmfPlusPenData object.

PenDataJoin

public static final int PenDataJoin

Indicates whether a line join type MUST be specified in the OptionalData field of an EmfPlusPenData object.

PenDataMiterLimit

public static final int PenDataMiterLimit

Indicates whether a miter limit MUST be specified in the OptionalData field of an EmfPlusPenData object.

PenDataLineStyle

public static final int PenDataLineStyle

Indicates whether a line style MUST be specified in the OptionalData field of an EmfPlusPenData object.

PenDataDashedLineCap

public static final int PenDataDashedLineCap

Indicates whether a dashed line cap MUST be specified in the OptionalData field of an EmfPlusPenData object.

PenDataDashedLineOffset

public static final int PenDataDashedLineOffset

Indicates whether a dashed line offset MUST be specified in the OptionalData field of an EmfPlusPenData object.

PenDataDashedLine

public static final int PenDataDashedLine

Indicates whether an EmfPlusDashedLineData object MUST be specified in the OptionalData field of an EmfPlusPenData object.

PenDataNonCenter

public static final int PenDataNonCenter

Indicates whether a pen alignment MUST be specified in the OptionalData field of an EmfPlusPenData object.

PenDataCompoundLine

public static final int PenDataCompoundLine

Indicates whether the length and content of a EmfPlusCompoundLineData object are present in the OptionalData field of an EmfPlusPenData object.

PenDataCustomStartCap

public static final int PenDataCustomStartCap

Indicates whether an EmfPlusCustomStartCapData object MUST be specified in the OptionalData field of an EmfPlusPenData object.

PenDataCustomEndCap

public static final int PenDataCustomEndCap

Indicates whether an EmfPlusCustomEndCapData object MUST be specified in the OptionalData field of an EmfPlusPenData object.