w:tbl
Table
Element information
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Schema document: wml.xsd
Type: w:CT_Tbl
Properties: Local, Qualified
Content
- Sequence [1..1]
- Choice [0..*]
- w:bookmarkStart Bookmark Start
- w:bookmarkEnd Bookmark End
- w:moveFromRangeStart Move Source Location Container - Start
- w:moveFromRangeEnd Move Source Location Container - End
- w:moveToRangeStart Move Destination Location Container - Start
- w:moveToRangeEnd Move Destination Location Container - End
- w:commentRangeStart Comment Anchor Range Start
- w:commentRangeEnd Comment Anchor Range End
- w:customXmlInsRangeStart Custom XML Markup Insertion Start
- w:customXmlInsRangeEnd Custom XML Markup Insertion End
- w:customXmlDelRangeStart Custom XML Markup Deletion Start
- w:customXmlDelRangeEnd Custom XML Markup Deletion End
- w:customXmlMoveFromRangeStart Custom XML Markup Move Source Start
- w:customXmlMoveFromRangeEnd Custom XML Markup Move Source End
- w:customXmlMoveToRangeStart Custom XML Markup Move Destination Location Start
- w:customXmlMoveToRangeEnd Custom XML Markup Move Destination Location End
- w:tblPr [1..1] Table Properties
- w:tblGrid [1..1] Table Grid
- Choice [0..*]
- w:tr [0..*] Table Row
- w:customXml Row-Level Custom XML Element
- w:sdt Row-Level Structured Document Tag
- w:proofErr [0..1] Proofing Error Anchor
- w:permStart [0..1] Range Permission Start
- w:permEnd [0..1] Range Permission End
- w:bookmarkStart Bookmark Start
- w:bookmarkEnd Bookmark End
- w:moveFromRangeStart Move Source Location Container - Start
- w:moveFromRangeEnd Move Source Location Container - End
- w:moveToRangeStart Move Destination Location Container - Start
- w:moveToRangeEnd Move Destination Location Container - End
- w:commentRangeStart Comment Anchor Range Start
- w:commentRangeEnd Comment Anchor Range End
- w:customXmlInsRangeStart Custom XML Markup Insertion Start
- w:customXmlInsRangeEnd Custom XML Markup Insertion End
- w:customXmlDelRangeStart Custom XML Markup Deletion Start
- w:customXmlDelRangeEnd Custom XML Markup Deletion End
- w:customXmlMoveFromRangeStart Custom XML Markup Move Source Start
- w:customXmlMoveFromRangeEnd Custom XML Markup Move Source End
- w:customXmlMoveToRangeStart Custom XML Markup Move Destination Location Start
- w:customXmlMoveToRangeEnd Custom XML Markup Move Destination Location End
- w:ins [0..1] Inserted Run Content
- w:del [0..1] Deleted Run Content
- w:moveFrom Move Source Run Content
- w:moveTo Move Destination Run Content
- m:oMathPara Math Paragraph
- m:oMath
from group w:EG_RunLevelEltsfrom group w:EG_RangeMarkupElementsfrom group w:EG_MathContent
from group w:EG_RangeMarkupElementsfrom group w:EG_ContentRowContent - Choice [0..*]
Attributes
None
Used in
- Group w:EG_ContentBlockContent
- Group w:EG_BlockLevelChunkElts via reference to w:EG_ContentBlockContent
- Group w:EG_BlockLevelElts via reference to w:EG_ContentBlockContent
- Type w:CT_Comment via reference to w:EG_BlockLevelElts (Element w:comment)
- Type w:CT_CustomXmlBlock via reference to w:EG_ContentBlockContent (Element w:customXml)
- Type w:CT_SdtContentBlock via reference to w:EG_ContentBlockContent (Element w:sdtContent)
- Type w:CT_Tc via reference to w:EG_BlockLevelElts (Element w:tc)
- Type w:CT_TxbxContent via reference to w:EG_BlockLevelElts (Element w:txbxContent)
- Type w:CT_Body via reference to w:EG_BlockLevelElts (Elements w:docPartBody, w:body)
- Type w:CT_FtnEdn via reference to w:EG_BlockLevelElts (Elements w:footnote, w:endnote)
- Type w:CT_HdrFtr via reference to w:EG_BlockLevelElts (Elements w:hdr, w:ftr)
Sample instance
<w:tbl> <w:bookmarkStart w:id="1" w:name="string"/> <w:tblPr> <w:tblStyle w:val="string"/> <w:tblpPr/> <w:tblOverlap w:val="never"/> <w:bidiVisual/> <w:tblStyleRowBandSize w:val="1"/> <w:tblStyleColBandSize w:val="1"/> <w:tblW/> <w:jc w:val="left"/> <w:tblCellSpacing/> <w:tblInd/> <w:tblBorders> <w:top w:val="nil"/> <w:left w:val="nil"/> <w:bottom w:val="nil"/> <w:right w:val="nil"/> <w:insideH w:val="nil"/> <w:insideV w:val="nil"/> </w:tblBorders> <w:shd w:val="nil"/> <w:tblLayout/> <w:tblCellMar> <w:top/> <w:left/> <w:bottom/> <w:right/> </w:tblCellMar> <w:tblLook w:val="0FB7"/> <w:tblPrChange w:id="1" w:author="string"> <w:tblPr>... </w:tblPr> </w:tblPrChange> </w:tblPr> <w:tblGrid> <w:gridCol/> <w:tblGridChange w:id="1"> <w:tblGrid>... </w:tblGrid> </w:tblGridChange> </w:tblGrid> <w:tr> <w:tblPrEx> <w:tblW/> <w:jc w:val="left"/> <w:tblCellSpacing/> <w:tblInd/> <w:tblBorders>... </w:tblBorders> <w:shd w:val="nil"/> <w:tblLayout/> <w:tblCellMar>... </w:tblCellMar> <w:tblLook w:val="0FB7"/> <w:tblPrExChange w:id="1" w:author="string">... </w:tblPrExChange> </w:tblPrEx> <w:trPr> <w:cnfStyle w:val="string"/> <w:ins w:id="1" w:author="string"/> <w:del w:id="1" w:author="string"/> <w:trPrChange w:id="1" w:author="string">... </w:trPrChange> </w:trPr> <w:tc> <w:tcPr>... </w:tcPr> <w:customXml w:element="string">... </w:customXml> </w:tc> </w:tr> </w:tbl>