示例#1
0
 public Paragraph(Gwen.RichText.Paragraph paragraph)
 {
     this.paragraph = paragraph;
 }
示例#2
0
 public Paragraph(Margin margin = null, int firstIndent = 0, int remainingIndent = 0)
 {
     paragraph = new Gwen.RichText.Paragraph(margin != null ? margin.Target : Gwen.Margin.Zero, firstIndent, remainingIndent);
 }