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

指定三角形的虚线端帽。