Table of Contents

Class SdtProperties

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

Properties of a structured document tag (ECMA-376 Part 1 §17.5.2.38 w:sdtPr). The commonly-consumed fields are surfaced; the complete w:sdtPr XML is preserved verbatim in RawXml so every control type round-trips losslessly.

public sealed class SdtProperties
Inheritance
SdtProperties
Inherited Members

Constructors

SdtProperties()

Properties

Alias

Gets or sets the friendly name (w:alias), or null.

Id

Gets or sets the unique id (w:id), or null.

Lock

Gets or sets the raw ST_Lock token (w:lock), or null.

RawXml

Gets or sets the complete preserved w:sdtPr outer XML, or null when the tag had none.

Tag

Gets or sets the tag (w:tag), or null.

Methods

Clone()

Creates a copy.