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

A vertical value specifies the vertical position of a font in relation to other text.

Signature
C#
C#
 public sealed class VerticalPosition : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class VerticalPosition
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:None}None|Standard vertical position|
|{anchor:Subscript}Subscript|The font will be slightly lower than other text.|
|{anchor:Superscript}Superscript|The font will be slightly higher than other text.|
Values

Name

Description

Anchor
None
None
None

Standard vertical position

Anchor
Subscript
Subscript
Subscript

The font will be slightly lower than other text.

Anchor
Superscript
Superscript
Superscript

The font will be slightly higher than other text.