Sets the regular text style (neither subscript nor superscript).
Namespace:
BitMiracle.Docotic.Pdf.Layout
Assembly:
BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)
Syntax
C#
public TextStyle NormalPosition()
VB
Public Function NormalPosition As TextStyle
Return Value
Type:
TextStyleThe copy of this style with the applied position.
See Also