2.4.9 MSOSHAPEPATH

Referenced by: shapePath

The MSOSHAPEPATH enumeration, as shown in the following table, specifies how all of the vertices along the path of a shape are connected by lines.

Name

Value

Meaning

msoshapeLines

0x00000000

An open path of straight line segments.

msoshapeLinesClosed

0x00000001

A closed path of straight line segments.

msoshapeCurves

0x00000002

An open path of Bezier curve line segments.

msoshapeCurvesClosed

0x00000003

A closed path of Bezier curve line segments.

msoshapeComplex

0x00000004

A complex path composed of a combination of multiple types of lines. The pSegmentInfo_complex property, as defined in section 2.3.6.9, of this shape specifies the types of lines that form the path, and that property MUST exist.