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; }
Public Property Bidi As Boolean
Get
Set
public:
property bool Bidi {
bool get ();
void set (bool value);
}
member Bidi : bool with get, set
Property Value
Type:
Boolean
true
if the text should be displayed in a bidirectional format; otherwise,
false
.
See Also