a:tcTxStyle
Table Cell Text Style
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-tableStyle.xsd
Type: a:CT_TableStyleTextStyle
Properties: Local, Qualified
Content
- Sequence [1..1]
- Choice [0..1]
- a:scrgbClr RGB Color Model - Percentage Variant
- a:srgbClr RGB Color Model - Hex Variant
- a:hslClr Hue, Saturation, Luminance Color Model
- a:sysClr System Color
- a:schemeClr Scheme Color
- a:prstClr Preset Color
- a:extLst [0..1] Extension List
from group a:EG_ThemeableFontStylesfrom group a:EG_ColorChoice - Choice [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
b | [0..1] | a:ST_OnOffStyleType | Bold | Default value is "def". |
i | [0..1] | a:ST_OnOffStyleType | Italic | Default value is "def". |
Used in
- Type a:CT_TablePartStyle (Elements a:wholeTbl, a:band1H, a:band2H, a:band1V, a:band2V, a:lastCol, a:firstCol, a:lastRow, a:seCell, a:swCell, a:firstRow, a:neCell, a:nwCell)
Sample instance
<a:tcTxStyle> <a:font> <a:latin/> <a:ea/> <a:cs/> <a:font script="string" typeface="string"/> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:font> <a:scrgbClr r="1" g="1" b="1"> <a:tint val="1"/> </a:scrgbClr> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:tcTxStyle>