Skip to main content
A newer version of this page is available. .

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.v23.1.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean RightToLeftDocument { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

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

Available values:

Name Description Return 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