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
Wiki Markup
{description}
{excerpt}Values used to represent whether a character run is formatting as superscript, subscript, or neither.{excerpt}
{signature:C#}
 public sealed class ScriptType : TypesafeEnum
{signature}{signature: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.|