Schema Central > OOXML > dml-table.xsd > a:tblPr
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

a:tblPr

Table Properties

Element information

Type: a:CT_TableProperties

Properties: Local, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
rtl [0..1]xsd:booleanRight-to-LeftDefault value is "false".
firstRow [0..1]xsd:booleanFirst RowDefault value is "false".
firstCol [0..1]xsd:booleanFirst ColumnDefault value is "false".
lastRow [0..1]xsd:booleanLast RowDefault value is "false".
lastCol [0..1]xsd:booleanLast ColumnDefault value is "false".
bandRow [0..1]xsd:booleanBanded RowsDefault value is "false".
bandCol [0..1]xsd:booleanBanded ColumnsDefault value is "false".

Used in

Sample instance

<a:tblPr>
   <a:noFill/>
   <a:effectLst>
      <a:blur/>
      <a:fillOverlay blend="over">
         <a:noFill/>
      </a:fillOverlay>
      <a:glow>
         <a:scrgbClr r="1" g="1" b="1">...
         </a:scrgbClr>
      </a:glow>
      <a:innerShdw>
         <a:scrgbClr r="1" g="1" b="1">...
         </a:scrgbClr>
      </a:innerShdw>
      <a:outerShdw>
         <a:scrgbClr r="1" g="1" b="1">...
         </a:scrgbClr>
      </a:outerShdw>
      <a:prstShdw prst="shdw1">
         <a:scrgbClr r="1" g="1" b="1">...
         </a:scrgbClr>
      </a:prstShdw>
      <a:reflection/>
      <a:softEdge rad="0"/>
   </a:effectLst>
   <a:tableStyle styleId="token" styleName="string">
      <a:tblBg>
         <a:fill>...
         </a:fill>
         <a:effect>...
         </a:effect>
      </a:tblBg>
      <a:wholeTbl>
         <a:tcTxStyle>...
         </a:tcTxStyle>
         <a:tcStyle>...
         </a:tcStyle>
      </a:wholeTbl>
      <a:band1H>
         <a:tcTxStyle>...
         </a:tcTxStyle>
         <a:tcStyle>...
         </a:tcStyle>
      </a:band1H>
      <a:band2H>
         <a:tcTxStyle>...
         </a:tcTxStyle>
         <a:tcStyle>...
         </a:tcStyle>
      </a:band2H>
      <a:band1V>
         <a:tcTxStyle>...
         </a:tcTxStyle>
         <a:tcStyle>...
         </a:tcStyle>
      </a:band1V>
      <a:band2V>
         <a:tcTxStyle>...
         </a:tcTxStyle>
         <a:tcStyle>...
         </a:tcStyle>
      </a:band2V>
      <a:lastCol>
         <a:tcTxStyle>...
         </a:tcTxStyle>
         <a:tcStyle>...
         </a:tcStyle>
      </a:lastCol>
      <a:firstCol>
         <a:tcTxStyle>...
         </a:tcTxStyle>
         <a:tcStyle>...
         </a:tcStyle>
      </a:firstCol>
      <a:lastRow>
         <a:tcTxStyle>...
         </a:tcTxStyle>
         <a:tcStyle>...
         </a:tcStyle>
      </a:lastRow>
      <a:seCell>
         <a:tcTxStyle>...
         </a:tcTxStyle>
         <a:tcStyle>...
         </a:tcStyle>
      </a:seCell>
      <a:swCell>
         <a:tcTxStyle>...
         </a:tcTxStyle>
         <a:tcStyle>...
         </a:tcStyle>
      </a:swCell>
      <a:firstRow>
         <a:tcTxStyle>...
         </a:tcTxStyle>
         <a:tcStyle>...
         </a:tcStyle>
      </a:firstRow>
      <a:neCell>
         <a:tcTxStyle>...
         </a:tcTxStyle>
         <a:tcStyle>...
         </a:tcStyle>
      </a:neCell>
      <a:nwCell>
         <a:tcTxStyle>...
         </a:tcTxStyle>
         <a:tcStyle>...
         </a:tcStyle>
      </a:nwCell>
      <a:extLst>
         <a:ext>
            <!--any element-->
         </a:ext>
      </a:extLst>
   </a:tableStyle>
   <a:extLst>
      <a:ext>
         <!--any element-->
      </a:ext>
   </a:extLst>
</a:tblPr>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com