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