PowerPoint.ShapeLineDashStyle enum

指定直线的虚线线型。

注解

[ API 集:PowerPointApi 1.4 ]

字段

dash = "Dash"

短划线模式

dashDot = "DashDot"

虚线点线模式

dashDotDot = "DashDotDot"

虚线点线模式

longDash = "LongDash"

长短划线模式

longDashDot = "LongDashDot"

长短划线点线模式

longDashDotDot = "LongDashDotDot"

长短划线点点线模式

roundDot = "RoundDot"

圆点线图案

solid = "Solid"

实线模式

squareDot = "SquareDot"

方形点线图案

systemDash = "SystemDash"

系统短划线模式

systemDashDot = "SystemDashDot"

系统虚线点线模式

systemDot = "SystemDot"

系统点线模式