SdtContentRow class
Row-Level Structured Document Tag Content. When the object is serialized out as xml, its qualified name is w:sdtContent.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Wordprocessing.SdtContentRow
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
sdtContent (Row-Level Structured Document Tag Content)
This element specifies the last known contents of a structured document tag around a single table row.
[Note: Unlike other types of structured document tags, this type of structure document tag cannot show placeholder text or have mapped XML data, therefore it is never a cache. end note]
[Example: Consider a structured document tag with the friendly name invoiceItem that must be located around a single table row in a WordprocessingML document. This requirement would be specified as follows in the WordprocessingML:
<w:tbl>
<w:sdt>
<w:sdtPr>
<w:alias w:val="invoiceItem"/>
</w:sdtPr>
<w:sdtContent>
<w:tr>
… </w:tr>
</w:sdtContent>
</w:sdt>
…</w:tbl>The sdtContent element contains a single table row (it is an row-level structured document tag content container). end example]
Parent Elements |
|---|
sdt (§17.5.2.30) |
Child Elements | Subclause |
|---|---|
bookmarkEnd (Bookmark End) | §17.13.6.1 |
bookmarkStart (Bookmark Start) | §17.13.6.2 |
commentRangeEnd (Comment Anchor Range End) | §17.13.4.3 |
commentRangeStart (Comment Anchor Range Start) | §17.13.4.4 |
customXml (Row-Level Custom XML Element) | §17.5.1.5 |
customXmlDelRangeEnd (Custom XML Markup Deletion End) | §17.13.5.4 |
customXmlDelRangeStart (Custom XML Markup Deletion Start) | §17.13.5.5 |
customXmlInsRangeEnd (Custom XML Markup Insertion End) | §17.13.5.6 |
customXmlInsRangeStart (Custom XML Markup Insertion Start) | §17.13.5.7 |
customXmlMoveFromRangeEnd (Custom XML Markup Move Source End) | §17.13.5.8 |
customXmlMoveFromRangeStart (Custom XML Markup Move Source Start) | §17.13.5.9 |
customXmlMoveToRangeEnd (Custom XML Markup Move Destination Location End) | §17.13.5.10 |
customXmlMoveToRangeStart (Custom XML Markup Move Destination Location Start) | §17.13.5.11 |
del (Deleted Run Content) | §17.13.5.14 |
ins (Inserted Run Content) | §17.13.5.18 |
moveFrom (Move Source Run Content) | §17.13.5.22 |
moveFromRangeEnd (Move Source Location Container - End) | §17.13.5.23 |
moveFromRangeStart (Move Source Location Container - Start) | §17.13.5.24 |
moveTo (Move Destination Run Content) | §17.13.5.25 |
moveToRangeEnd (Move Destination Location Container - End) | §17.13.5.27 |
moveToRangeStart (Move Destination Location Container - Start) | §17.13.5.28 |
oMath (Office Math) | §22.1.2.77 |
oMathPara (Office Math Paragraph) | §22.1.2.78 |
permEnd (Range Permission End) | §17.13.7.1 |
permStart (Range Permission Start) | §17.13.7.2 |
proofErr (Proofing Error Anchor) | §17.13.8.1 |
sdt (Row-Level Structured Document Tag) | §17.5.2.30 |
tr (Table Row) | §17.4.79 |
[Note: The W3C XML Schema definition of this element’s content model (CT_SdtContentRow) is located in §A.1. end note]
© ISO/IEC29500: 2008.