SdtContentCitation class

Office 2013 and later

Defines the SdtContentCitation Class. When the object is serialized out as xml, its qualified name is w:citation.

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

No code example is currently available or this language may not be supported.

[ISO/IEC 29500-1 1st Edition]

citation (Citation Structured Document Tag)

 This element specifies that the parent structured document tag shall be of type citation.

This setting does not require or imply that the contents of the structured document tag shall contain only a field of type CITATION, it shall only be used to specify that the structured document tag is of this type, which can be used by an application as desired.

[Example: Consider the following structured document tag:

<w:sdt>
  <w:sdtPr>
    …    <w:citation/>
  </w:sdtPr>
  …</w:sdt>

The citation element in this structured document tag's properties specify that the type of structured document tag is citation. end example]

Parent Elements

sdtPr (§17.5.2.38)

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

© ISO/IEC29500: 2008.

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