EmfPlusLineStyle
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EmfPlusLineStyle extends System.Enum
LineStyle 枚举定义了使用图形笔绘制的线的样式。
图形线由 EmfPlusPen 对象指定(第 2.2.1.7 节)。
字段
| 字段 | 描述 |
|---|---|
| LineStyleSolid | 指定实线。 |
| LineStyleDash | 指定虚线。 |
| LineStyleDot | 指定点线。 |
| LineStyleDashDot | 指定交替的短划线-点线。 |
| LineStyleDashDotDot | 指定交替的短划线-点-点线。 |
| LineStyleCustom | 指定用户自定义的自定义虚线。 |
LineStyleSolid
public static final int LineStyleSolid
指定实线。
LineStyleDash
public static final int LineStyleDash
指定虚线。
LineStyleDot
public static final int LineStyleDot
指定点线。
LineStyleDashDot
public static final int LineStyleDashDot
指定交替的短划线-点线。
LineStyleDashDotDot
public static final int LineStyleDashDotDot
指定交替的短划线-点-点线。
LineStyleCustom
public static final int LineStyleCustom
指定用户自定义的自定义虚线。