Page tree

Versions Compared

Key

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

Excerpt

The TextDirection class contains all text direction options.

Signature
C#C#
Wiki Markup
{description}
{excerpt}The [TextDirection|Style.TextDirection] class contains all text direction options.{excerpt}
{signature:C#}
 public sealed class TextDir : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class TextDir
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

Text is displayed in the context of the version of Excel that opens the spreadsheet.

...

Text is displayed left to right.

...

{signature}
{values}
||Name||Description||
|{anchor:Context}Context|Text is displayed in the context of the version of Excel that opens the spreadsheet.|
|{anchor:LeftToRight}LeftToRight|Text is displayed left to right.|
|{anchor:RightToLeft}RightToLeft|Text is displayed right to left.|