Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
Public Enumeration MsoPathType
public enum class MsoPathType
Members
|
Member name
|
Value
|
Description
|
|
MsopathLineTo
|
0
|
Straight line segment
|
|
MsopathCurveTo
|
1
|
Cubic Bezier curve
|
|
MsopathMoveTo
|
2
|
Start a new path
|
|
MsopathClose
|
3
|
If the starting POINT and the end POINT are not the same, a single
straight line is drawn to connect the starting POINT and ending POINT of the path.
|
|
MsopathEnd
|
4
|
The end of the current path
|
|
MsopathEscape
|
5
|
|
|
MsopathArcTo
|
6
|
|
|
Unknown
|
7
|
|
See Also