a:tc
Table Cell
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-table.xsd
Type: a:CT_TableCell
Properties: Local, Qualified
Content
- Sequence [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
rowSpan | [0..1] | xsd:int | Row Span | Default value is "1". |
gridSpan | [0..1] | xsd:int | Grid Span | Default value is "1". |
hMerge | [0..1] | xsd:boolean | Horizontal Merge | Default value is "false". |
vMerge | [0..1] | xsd:boolean | Vertical Merge | Default value is "false". |
Used in
- Type a:CT_TableRow (Element a:tr)
Sample instance
<a:tc> <a:txBody> <a:bodyPr> <a:prstTxWarp prst="textNoShape">... </a:prstTxWarp> <a:noAutofit/> <a:scene3d>... </a:scene3d> <a:sp3d>... </a:sp3d> <a:extLst>... </a:extLst> </a:bodyPr> <a:lstStyle> <a:defPPr>... </a:defPPr> <a:lvl1pPr>... </a:lvl1pPr> <a:lvl2pPr>... </a:lvl2pPr> <a:lvl3pPr>... </a:lvl3pPr> <a:lvl4pPr>... </a:lvl4pPr> <a:lvl5pPr>... </a:lvl5pPr> <a:lvl6pPr>... </a:lvl6pPr> <a:lvl7pPr>... </a:lvl7pPr> <a:lvl8pPr>... </a:lvl8pPr> <a:lvl9pPr>... </a:lvl9pPr> <a:extLst>... </a:extLst> </a:lstStyle> <a:p> <a:pPr>... </a:pPr> <a:r>... </a:r> <a:endParaRPr>... </a:endParaRPr> </a:p> </a:txBody> <a:tcPr> <a:lnL> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst>... </a:extLst> </a:lnL> <a:lnR> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst>... </a:extLst> </a:lnR> <a:lnT> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst>... </a:extLst> </a:lnT> <a:lnB> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst>... </a:extLst> </a:lnB> <a:lnTlToBr> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst>... </a:extLst> </a:lnTlToBr> <a:lnBlToTr> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst>... </a:extLst> </a:lnBlToTr> <a:cell3D> <a:bevel/> <a:lightRig rig="legacyFlat1" dir="tl">... </a:lightRig> <a:extLst>... </a:extLst> </a:cell3D> <a:noFill/> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:tcPr> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:tc>