ITextCharacterFormat.Superscript Property

Definition

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.

Applies to