Click or drag to resize

TableFormat Bidi Property

Gets or sets the bidirectional text setting for the table.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool Bidi { get; set; }

Property Value

Type: Boolean
true if the text should be displayed in a bidirectional format; otherwise, false .
See Also