ETextDirection

TextDirection, from Univer See doc:

public enum ETextDirection

Fields

Name Value Description
UNSPECIFIED 0 Context dependent.
LEFT_TO_RIGHT 1 Left to right direction.
RIGHT_TO_LEFT 2 Right to left direction.

Remarks

This enum defines the possible text directions for text content in Univer. The direction can be specified as left to right, right to left, or context dependent based on locale or text content.