LanguageType.Bidi Property

Complex Script Language.Represents the attribte in schema: w:bidi

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "bidi")> _
Public Property Bidi As StringValue
    Get
    Set
'Usage
Dim instance As LanguageType
Dim value As StringValue

value = instance.Bidi

instance.Bidi = value
[SchemaAttrAttribute(, "bidi")]
public StringValue Bidi { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

LanguageType Class

LanguageType Members

DocumentFormat.OpenXml.Wordprocessing Namespace