a:band1V
Band 1 Vertical
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-tableStyle.xsd
Type: a:CT_TablePartStyle
Properties: Local, Qualified
Content
- Sequence [1..1]
- a:tcTxStyle [0..1] Table Cell Text Style
- a:tcStyle [0..1] Table Cell Style
Attributes
None
Used in
- Type a:CT_TableStyle (Elements a:tableStyle, a:tblStyle)
Sample instance
<a:band1V> <a:tcTxStyle> <a:font> <a:latin/> <a:ea/> <a:cs/> <a:font script="string" typeface="string"/> <a:extLst>... </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> <a:tcStyle> <a:tcBdr> <a:left>... </a:left> <a:right>... </a:right> <a:top>... </a:top> <a:bottom>... </a:bottom> <a:insideH>... </a:insideH> <a:insideV>... </a:insideV> <a:tl2br>... </a:tl2br> <a:tr2bl>... </a:tr2bl> <a:extLst>... </a:extLst> </a:tcBdr> <a:fill> <a:noFill/> </a:fill> <a:cell3D> <a:bevel/> <a:lightRig rig="legacyFlat1" dir="tl">... </a:lightRig> <a:extLst>... </a:extLst> </a:cell3D> </a:tcStyle> </a:band1V>