Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

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

Signature
C#C#
Wiki Markup
{description}
{excerpt}A vertical value specifies the vertical position of a font in relation to other text.{excerpt}
{signature:C#}
 public sealed class VerticalPosition : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class VerticalPosition
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

Standard vertical position

...

The font will be slightly lower than other text.

...

{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.|