Property Strong
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
Strong
Gets or sets the text style for important text.
public TextStyle Strong { get; set; }
Property Value
- TextStyle
The text style for important text.
Remarks
Default value: Parent with Helvetica Bold font.
The library does not automatically apply this style to any elements. You may use this style to highlight important text.
Exceptions
- ArgumentNullException
The value is
null
.- ArgumentException
The value or its fallback belongs to a different Document.