a:path
Shape Path
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-shapeGeometry.xsd
Other elements with the same name: a:path
Type: a:CT_Path2D
Properties: Local, Qualified
Content
- Choice [0..*]
- a:close Close Shape Path
- a:moveTo Move Path To
- a:lnTo Draw Line To
- a:arcTo Draw Arc To
- a:quadBezTo Draw Quadratic Bezier Curve To
- a:cubicBezTo Draw Cubic Bezier Curve To
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
w | [0..1] | a:ST_PositiveCoordinate | Path Width | Default value is "0". |
h | [0..1] | a:ST_PositiveCoordinate | Path Height | Default value is "0". |
fill | [0..1] | a:ST_PathFillMode | Path Fill | Default value is "norm". |
stroke | [0..1] | xsd:boolean | Path Stroke | Default value is "true". |
extrusionOk | [0..1] | xsd:boolean | 3D Extrusion Allowed | Default value is "true". |
Used in
- Type a:CT_Path2DList (Element a:pathLst)
Sample instance
<a:path> <a:close/> </a:path>