a:tr
Table Row
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-table.xsd
Type: a:CT_TableRow
Properties: Local, Qualified
Content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
h | [1..1] | a:ST_Coordinate | Height |
Used in
- Type a:CT_Table (Element a:tbl)
Sample instance
<a:tr h="1"> <a:tc> <a:txBody> <a:bodyPr>... </a:bodyPr> <a:lstStyle>... </a:lstStyle> <a:p>... </a:p> </a:txBody> <a:tcPr> <a:lnL>... </a:lnL> <a:lnR>... </a:lnR> <a:lnT>... </a:lnT> <a:lnB>... </a:lnB> <a:lnTlToBr>... </a:lnTlToBr> <a:lnBlToTr>... </a:lnBlToTr> <a:cell3D>... </a:cell3D> <a:noFill/> <a:extLst>... </a:extLst> </a:tcPr> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:tc> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:tr>