Sha256: c8404935c08a4d5b2c3efe1b88ff5de8b855627975c73020feba1555a1a98bc6
Contents?: true
Size: 716 Bytes
Versions: 198
Compression:
Stored size: 716 Bytes
Contents
name: TextDirectionCode modelType: enum definition: | An enumeration value of TextDirectionCode represents the reading direction of textual data whether it is from left to right or right to left, and from top to bottom or bottom to top. type: enumeration values: leftToRightTopToBottom: definition: Indicating that text should be read left to right, and top to bottom. rightToLeftTopToBottom: definition: Indicating that text should be read right to left, and top to bottom. leftToRightBottomToTop: definition: Indicating that text should be read left to right, and bottom to top. rightToLeftBottomToTop: definition: Indicating that text should be read right to left, and bottom to top.
Version data entries
198 entries across 98 versions & 3 rubygems