EmfPlusDashedLineCapType

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

public final class EmfPlusDashedLineCapType extends System.Enum

DashedLineCapType 枚举定义了在使用图形笔绘制的虚线末端使用的线帽类型。

字段

字段描述
DashedLineCapTypeFlat指定平坦的虚线线帽。
DashedLineCapTypeRound指定圆形的虚线线帽。
DashedLineCapTypeTriangle指定三角形的虚线线帽。

DashedLineCapTypeFlat

public static final int DashedLineCapTypeFlat

指定平坦的虚线线帽。

DashedLineCapTypeRound

public static final int DashedLineCapTypeRound

指定圆形的虚线线帽。

DashedLineCapTypeTriangle

public static final int DashedLineCapTypeTriangle

指定三角形的虚线线帽。