CxXmlDocParagraph

Description

sealed class Tinman.Core.Cx.XmlDoc.CxXmlDocParagraph

Derived from

CxNode abstract

Represents a single paragraph:

<para>
  Paragraph content goes here.
</para>

Public / Constructors

Cx​Xml​Doc​Paragraph

2 overloads


public constructor CxXmlDocParagraph1 → ()

Creates a new instance of CxXmlDocParagraph.


public constructor CxXmlDocParagraph2 → (1)

content in : IBagConst<CxXmlDocItem>

The list of content items or null for an empty list. See Content.

Creates a new instance of CxXmlDocParagraph.

Public / Attributes

Content


[Constant]
public attribute Content → (get)

value : IVectorConst<CxXmlDocItem>

[not-null]
The content items of this paragraph.

Returns the content items of this paragraph.

Serialization

Serial​Id


public static readonly attribute SerialId → (ISerialTypeInfo)

Serialization information about this type.