Пример #1
0
 public TextElement(TextContent text, RectangleF rect)
 {
     Text = text; Rect = rect;
 }
Пример #2
0
 public TextPart(TextContent text)
 {
     Text = text;
 }
Пример #3
0
 public TitledPart(TextContent text, DocumentPart body)
 {
     this.Text = text;
     this.Body = body;
 }
Пример #4
0
 public TitledPart(TextContent text, DocumentPart body)
 {
     Text = text; Body = body;
 }
 public TextElement(TextContent text, RectangleF rect)
 {
     this.Text = text;
     this.Rect = rect;
 }