a:ln
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-baseStylesheet.xsd
Type: a:CT_LineProperties
Properties: Local, Qualified
Content
- Sequence [1..1]
- Choice [0..1]
- a:noFill No Fill
- a:solidFill Solid Fill
- a:gradFill Gradient Fill
- a:pattFill Pattern Fill
- Choice [0..1]
- a:prstDash Preset Dash
- a:custDash Custom Dash
- a:headEnd [0..1] Line Head/End Style
- a:tailEnd [0..1] Tail line end style
- a:extLst [0..1] Extension List
from group a:EG_LineFillPropertiesfrom group a:EG_LineDashPropertiesfrom group a:EG_LineJoinProperties - Choice [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
w | [0..1] | a:ST_LineWidth | Line Width | |
cap | [0..1] | a:ST_LineCap | Line Ending Cap Type | |
cmpd | [0..1] | a:ST_CompoundLine | Compound Line Type | |
algn | [0..1] | a:ST_PenAlignment | Stroke Alignment |
Used in
- Type a:CT_LineStyleList (Element a:lnStyleLst)
- Type a:CT_ShapeProperties (Elements draw-chart:spPr, cdr:spPr, draw-diag:spPr, a:spPr, a:spPr, draw-pic:spPr, draw-ssdraw:spPr, p:spPr)
- Type a:CT_ThemeableLineStyle (Elements a:left, a:right, a:top, a:bottom, a:insideH, a:insideV, a:tl2br, a:tr2bl)
Sample instance
<a:ln> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:ln>