Back to Devexpress

XlExportOptionsBase.RightToLeftDocument Property

corelibraries-devexpress-dot-xtraprinting-dot-xlexportoptionsbase-2cbd3733.md

latest1.7 KB
Original Source

XlExportOptionsBase.RightToLeftDocument Property

Gets or sets whether the layout of the resulting XLS document should be aligned to support locales using right-to-left fonts.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean RightToLeftDocument { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
Public Property RightToLeftDocument As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

A value indicating whether the document layout is aligned to support locales using right-to-left fonts.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

The Default property value is equivalent to False.

See Also

XlExportOptionsBase Class

XlExportOptionsBase Members

DevExpress.XtraPrinting Namespace