public static Paragraph Create(Margin margin = null, int indent = 0) { return(new Paragraph(margin, indent)); }
public ImageParagraph(Margin margin = null, int indent = 0) { this.imageParagraph = new Gwen.RichText.ImageParagraph(margin != null ? margin.Target : Gwen.Margin.Zero, indent); }