ITextCharacterFormat.Superscript Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether characters are displayed as superscript.
public:
property FormatEffect Superscript { FormatEffect get(); void set(FormatEffect value); };
FormatEffect Superscript();
void Superscript(FormatEffect value);
public FormatEffect Superscript { get; set; }
var formatEffect = iTextCharacterFormat.superscript;
iTextCharacterFormat.superscript = formatEffect;
Public Property Superscript As FormatEffect
Property Value
The superscript state.