Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

Values used to represent whether a character run is formatting as superscript, subscript, or neither.

Signature
C#
C#
 public sealed class ScriptType : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class ScriptType
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:None}None|Character run is at default line height.|
|{anchor:Sub}Sub|Character run is in subscript.|
|{anchor:Super}Super|Character run is in superscript.|
Values

Name

Description

Anchor
None
None
None

Character run is at default line height.

Anchor
Sub
Sub
Sub

Character run is in subscript.

Anchor
Super
Super
Super

Character run is in superscript.