XText.XParagraph.XParagraph C# (CSharp) Method

XParagraph() public method

public XParagraph ( ) : System
return System
        public XParagraph(params XInline[] children)
            : this(BlockStyle.Normal, children)
        {
        }

Same methods

XParagraph::XParagraph ( BlockStyle blockStyle = BlockStyle.Normal ) : System
XParagraph::XParagraph ( Func writeIf ) : System
XParagraph::XParagraph ( Func writeIf, BlockStyle blockStyle = BlockStyle.Normal ) : System