public TextPart(TextContent text) { Text = text; }
public TextElement(TextContent text, RectangleF rect) { Text = text; Rect = rect; }