w:tr
Table Row
Element information
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Schema document: wml.xsd
Type: w:CT_Row
Properties: Local, Qualified
Content
- Sequence [1..1]
- w:tblPrEx [0..1] Table-Level Property Exceptions
- w:trPr [0..1] Table Row Properties
- Choice [0..*]
- w:tc [0..*] Table Cell
- w:customXml Cell-Level Custom XML Element
- w:sdt Cell-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_ContentCellContent
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
w:rsidRPr | [0..1] | w:ST_LongHexNumber | Revision Identifier for Table Row Glyph Formatting | |
w:rsidR | [0..1] | w:ST_LongHexNumber | Revision Identifier for Table Row | |
w:rsidDel | [0..1] | w:ST_LongHexNumber | Revision Identifier for Table Row Deletion | |
w:rsidTr | [0..1] | w:ST_LongHexNumber | Revision Identifier for Table Row Properties |
Used in
- Group w:EG_ContentRowContent
- Type w:CT_CustomXmlRow via reference to w:EG_ContentRowContent (Element w:customXml)
- Type w:CT_SdtContentRow via reference to w:EG_ContentRowContent (Element w:sdtContent)
- Type w:CT_Tbl via reference to w:EG_ContentRowContent (Element w:tbl)
Sample instance
<w:tr> <w:tblPrEx> <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:tblPrExChange w:id="1" w:author="string"> <w:tblPrEx>... </w:tblPrEx> </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:trPr>... </w:trPr> </w:trPrChange> </w:trPr> <w:tc> <w:tcPr> <w:cnfStyle w:val="string"/> <w:tcW/> <w:gridSpan w:val="1"/> <w:hMerge/> <w:vMerge/> <w:tcBorders>... </w:tcBorders> <w:shd w:val="nil"/> <w:noWrap/> <w:tcMar>... </w:tcMar> <w:textDirection w:val="lrTb"/> <w:tcFitText/> <w:vAlign w:val="top"/> <w:hideMark/> <w:cellIns w:id="1" w:author="string"/> <w:tcPrChange w:id="1" w:author="string">... </w:tcPrChange> </w:tcPr> <w:customXml w:element="string"> <w:customXmlPr>... </w:customXmlPr> <w:customXml w:element="string">... </w:customXml> </w:customXml> </w:tc> </w:tr>