Skip to main content

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.2.Core.dll

NuGet Package: DevExpress.Printing.Core

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