XText.XParagraph.BuildDocumentInternal C# (CSharp) Method

BuildDocumentInternal() protected method

protected BuildDocumentInternal ( ) : System.Windows.Documents.Block
return System.Windows.Documents.Block
        protected override Block BuildDocumentInternal()
        {
            return new Paragraph(new XSpan(children.ToArray()).BuildElement());
        }