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 CxXmlDocParagraph public constructor CxXmlDocParagraph → (1) content opt : IBagConst<CxXmlDocItem> = null 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. CxXmlDocItemText CxXmlDocParameter