a:lnT
Top Border Line Properties
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-table.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_TableCellProperties (Element a:tcPr)
Sample instance
<a:lnT> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:lnT>