ParagraphFormat2.TextDirection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the text direction for the specified paragraph. Read/write.
public:
property Microsoft::Office::Core::MsoTextDirection TextDirection { Microsoft::Office::Core::MsoTextDirection get(); void set(Microsoft::Office::Core::MsoTextDirection value); };
public Microsoft.Office.Core.MsoTextDirection TextDirection { get; set; }
member this.TextDirection : Microsoft.Office.Core.MsoTextDirection with get, set
Public Property TextDirection As MsoTextDirection