MsoLineDashStyle
MsoLineDashStyle enumeration
代表虚线画线的样式。
public enum MsoLineDashStyle
价值观
姓名 | 价值 | 描述 |
---|---|---|
Dash | 0 | 表示虚线。 |
DashDot | 1 | 表示点划线。 |
DashDotDot | 2 | 表示点划线。 |
DashLongDash | 3 | 表示长划-短划线。 |
DashLongDashDot | 4 | 表示长短划线。 |
RoundDot | 5 | 表示圆点线。 |
Solid | 6 | 表示实线。 |
SquareDot | 7 | 表示方点线。 |
Custom | 8 | 自定义破折号样式。 |
也可以看看
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells