Back to Devexpress

ShapeTextReadingOrderType Enum

officefileapi-devexpress-dot-spreadsheet-2c3c313a.md

latest1.3 KB
Original Source

ShapeTextReadingOrderType Enum

Lists values used to specify the reading order of a shape’s text.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum ShapeTextReadingOrderType
vb
Public Enum ShapeTextReadingOrderType

Members

NameDescription
LeftToRight

Specifies that the reading order is left-to-right.

| | RightToLeft |

Specifies that the reading order is right-to-left.

|

The following properties accept/return ShapeTextReadingOrderType values:

Remarks

The ShapeTextReadingOrderType enumeration values are used by the ShapeTextParagraphFormat.ReadingOrder property.

See Also

DevExpress.Spreadsheet Namespace