Freigeben über


SdtEndCharProperties-Klasse

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

Vererbungshierarchie

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

Hinweise

The following table lists the possible child types:

  • RunProperties <w:rPr>

[ISO/IEC 29500-1 1. Ausgabe]

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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

SdtEndCharProperties-Member

DocumentFormat.OpenXml.Wordprocessing-Namespace