C1.Web.Api.Excel Namespace : TextDirectionType Enumeration |
'Declaration
<Newtonsoft.Json.JsonConverterAttribute(Newtonsoft.Json.Converters.StringEnumConverter)> Public Enum TextDirectionType Inherits System.Enum
[Newtonsoft.Json.JsonConverter(Newtonsoft.Json.Converters.StringEnumConverter)] public enum TextDirectionType : System.Enum
Member | Description |
---|---|
Context | Reading order is determined by scanning the text for the first non-whitespace character: if it is a strong right-to-left character, the reading order is right-to-left; otherwise, the reading order left-to-right. |
LeftToRight | Reading order is left-to-right in the cell, as in English. |
RightToLeft | Reading order is right-to-left in the cell, as in Hebrew. |
System.Object
System.ValueType
System.Enum
C1.Web.Api.Excel.TextDirectionType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2