Table of Contents

Class SdtInline

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

An inline-level structured document tag (content control). The content is surfaced in Inlines so rendering and text extraction treat it transparently; the wrapper and its properties are kept for round-trip.

public sealed class SdtInline : Inline
Inheritance
SdtInline
Inherited Members
Extension Methods

Constructors

SdtInline()

Initializes an empty inline structured document tag.

Properties

Children

Gets this node's children in document order. Nodes without children return an empty list. The list is a live view; mutate through the typed collections (for example Inlines), not through this property.

Inlines

Gets the tag's content.

Properties

Gets or sets the tag's properties.

Methods

Accept(DomVisitor)

Dispatches to the visitor method for this node's concrete type.

CloneCore()

Creates the deep copy for Clone(). Implementations copy all owned state, deep-clone children and copy unknown-XML islands.

RemoveChildCore(DomNode)

Removes child from this node's child collections.