public final class EmfPlusPenDataFlags
extends com.aspose.ms.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 Objects.EmfPlusPen
objects.
Modifier and Type | Field and Description |
---|---|
static int |
PenDataCompoundLine
Indicates whether the length and content of a
Objects.EmfPlusCompoundLineData object are present in the OptionalData field of an Objects.EmfPlusPenData object. |
static int |
PenDataCustomEndCap
Indicates whether an
Objects.EmfPlusCustomEndCapData object MUST be specified in the OptionalData field of an Objects.EmfPlusPenData object. |
static int |
PenDataCustomStartCap
Indicates whether an
Objects.EmfPlusCustomStartCapData object MUST be specified in the OptionalData field of an Objects.EmfPlusPenData object. |
static int |
PenDataDashedLine
Indicates whether an
Objects.EmfPlusDashedLineData object MUST be specified in the OptionalData field of an Objects.EmfPlusPenData object. |
static int |
PenDataDashedLineCap
Indicates whether a dashed line cap MUST be specified in the OptionalData field of an
Objects.EmfPlusPenData object. |
static int |
PenDataDashedLineOffset
Indicates whether a dashed line offset MUST be specified in the OptionalData field of an
Objects.EmfPlusPenData object. |
static int |
PenDataEndCap
Indicates whether the style of an ending line cap MUST be specified in the OptionalData field of an
Objects.EmfPlusPenData object. |
static int |
PenDataJoin
Indicates whether a line join type MUST be specified in the OptionalData field of an
Objects.EmfPlusPenData object. |
static int |
PenDataLineStyle
Indicates whether a line style MUST be specified in the OptionalData field of an
Objects.EmfPlusPenData object. |
static int |
PenDataMiterLimit
Indicates whether a miter limit MUST be specified in the OptionalData field of an
Objects.EmfPlusPenData object. |
static int |
PenDataNonCenter
Indicates whether a pen alignment MUST be specified in the OptionalData field of an
Objects.EmfPlusPenData object. |
static int |
PenDataStartCap
If set, the style of a starting line cap MUST be specified in the OptionalData field of an
Objects.EmfPlusPenData object. |
static int |
PenDataTransform
If set, a 2x3 transform matrix MUST be specified in the OptionalData field of an
Objects.EmfPlusPenData object. |
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, toString
public static final int PenDataTransform
If set, a 2x3 transform matrix MUST be specified in the OptionalData field of an Objects.EmfPlusPenData
object.
public static final int PenDataStartCap
If set, the style of a starting line cap MUST be specified in the OptionalData field of an Objects.EmfPlusPenData
object.
public static final int PenDataEndCap
Indicates whether the style of an ending line cap MUST be specified in the OptionalData field of an Objects.EmfPlusPenData
object.
public static final int PenDataJoin
Indicates whether a line join type MUST be specified in the OptionalData field of an Objects.EmfPlusPenData
object.
public static final int PenDataMiterLimit
Indicates whether a miter limit MUST be specified in the OptionalData field of an Objects.EmfPlusPenData
object.
public static final int PenDataLineStyle
Indicates whether a line style MUST be specified in the OptionalData field of an Objects.EmfPlusPenData
object.
public static final int PenDataDashedLineCap
Indicates whether a dashed line cap MUST be specified in the OptionalData field of an Objects.EmfPlusPenData
object.
public static final int PenDataDashedLineOffset
Indicates whether a dashed line offset MUST be specified in the OptionalData field of an Objects.EmfPlusPenData
object.
public static final int PenDataDashedLine
Indicates whether an Objects.EmfPlusDashedLineData
object MUST be specified in the OptionalData field of an Objects.EmfPlusPenData
object.
public static final int PenDataNonCenter
Indicates whether a pen alignment MUST be specified in the OptionalData field of an Objects.EmfPlusPenData
object.
public static final int PenDataCompoundLine
Indicates whether the length and content of a Objects.EmfPlusCompoundLineData
object are present in the OptionalData field of an Objects.EmfPlusPenData
object.
public static final int PenDataCustomStartCap
Indicates whether an Objects.EmfPlusCustomStartCapData
object MUST be specified in the OptionalData field of an Objects.EmfPlusPenData
object.
public static final int PenDataCustomEndCap
Indicates whether an Objects.EmfPlusCustomEndCapData
object MUST be specified in the OptionalData field of an Objects.EmfPlusPenData
object.