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