SdtEndCharProperties Class

Structured Document Tag End Character Properties.When the object is serialized out as xml, its qualified name is w:sdtEndPr.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(RunProperties))> _
Public Class SdtEndCharProperties _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As SdtEndCharProperties
[ChildElementInfoAttribute(typeof(RunProperties))]
public class SdtEndCharProperties : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • RunProperties <w:rPr>

[ISO/IEC 29500-1 1st Edition]

17.5.2.37 sdtEndPr (Structured Document Tag End Character Properties)

This element specifies the properties which shall be applied to the physical character which delimits the end of a structured document tag.

[Example: Consider a structured document tag with the following properties specified for the end tag:

<w:sdtEndPr>
<w:rPr>
…
</w:rPr>
</w:sdtEndPr>

This structured document tag specifies properties for its end character within the sdtEndPr element. end example]

Parent Elements

sdt (§17.5.2.29); sdt (§17.5.2.32); sdt (§17.5.2.30); sdt (§17.5.2.31)

Child Elements

Subclause

rPr (Structured Document Tag End Character Run Properties)

§17.5.2.28

[Note: The W3C XML Schema definition of this element’s content model (CT_SdtEndPr) is located in §A.1. end note]

© ISO/IEC29500: 2008.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SdtEndCharProperties Members

DocumentFormat.OpenXml.Wordprocessing Namespace