XText.XParagraph.XParagraph C# (CSharp) Метод

XParagraph() публичный Метод

public XParagraph ( BlockStyle blockStyle = BlockStyle.Normal ) : System
blockStyle BlockStyle
Результат System
        public XParagraph(BlockStyle blockStyle = BlockStyle.Normal, params XInline[] children)
            : this(() => true, blockStyle, children)
        {
        }

Same methods

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