Enum DocumentDirection

Enum DocumentDirection

Le nom : Aspose.Words.Loading Assemblée: Aspose.Words.dll (25.4.0)

文書にテキストが流れる方向を指定することを可能にします。

public enum DocumentDirection

Fields

Auto = 2

自動検出方向

このオプションが選択され、テキストに RTL スクリプトに属する文字が含まれている場合、ドキュメントの方向が自動的に RTL に設定されます。

LeftToRight = 0

右の方向へ向かう。

RightToLeft = 1

右向きの方向へ。

 Français