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.v24.2.Core.dll
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. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
Remarks
The Default property value is equivalent to False.
See Also