Namespace: BitMiracle.Docotic.Pdf.Layout
public TextStyle Plain { get; set; }
Public Property Plain As TextStyle Get Set
Exception | Condition |
---|---|
ArgumentNullException | The value is null. |
ArgumentException | The value or its fallback belongs to a different Document. |
Default value: Parent with Courier font.
You may use this property for styling text that should appear without additional effects. For example, use monospace font like Courier for this style.
The library does not automatically apply this style to any elements.