a:tcPr
Table Cell Properties
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-table.xsd
Type: a:CT_TableCellProperties
Properties: Local, Qualified
Content
- Sequence [1..1]
- a:lnL [0..1] Left Border Line Properties
- a:lnR [0..1] Right Border Line Properties
- a:lnT [0..1] Top Border Line Properties
- a:lnB [0..1] Bottom Border Line Properties
- a:lnTlToBr [0..1] Top-Left to Bottom-Right Border Line Properties
- a:lnBlToTr [0..1] Bottom-Left to Top-Right Border Line Properties
- a:cell3D [0..1] Cell 3-D
- Choice [0..1]
- a:noFill No Fill
- a:solidFill Solid Fill
- a:gradFill Gradient Fill
- a:blipFill Picture Fill
- a:pattFill Pattern Fill
- a:grpFill Group Fill
- a:extLst [0..1] Extension List
from group a:EG_FillProperties
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
marL | [0..1] | a:ST_Coordinate32 | Left Margin | Default value is "91440". |
marR | [0..1] | a:ST_Coordinate32 | Right Margin | Default value is "91440". |
marT | [0..1] | a:ST_Coordinate32 | Top Margin | Default value is "45720". |
marB | [0..1] | a:ST_Coordinate32 | Bottom Margin | Default value is "45720". |
vert | [0..1] | a:ST_TextVerticalType | Text Direction | Default value is "horz". |
anchor | [0..1] | a:ST_TextAnchoringType | Anchor | Default value is "t". |
anchorCtr | [0..1] | xsd:boolean | Anchor Center | Default value is "false". |
horzOverflow | [0..1] | a:ST_TextHorzOverflowType | Horizontal Overflow | Default value is "clip". |
Used in
- Type a:CT_TableCell (Element a:tc)
Sample instance
<a:tcPr> <a:lnL> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:lnL> <a:lnR> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:lnR> <a:lnT> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:lnT> <a:lnB> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:lnB> <a:lnTlToBr> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:lnTlToBr> <a:lnBlToTr> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:lnBlToTr> <a:cell3D> <a:bevel/> <a:lightRig rig="legacyFlat1" dir="tl"> <a:rot lat="1" lon="1" rev="1"/> </a:lightRig> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:cell3D> <a:noFill/> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:tcPr>