Enum Excel2007TextRotation
If there is vertical text, determines what type of vertical text is going to be used.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum Excel2007TextRotation
Fields
Name | Description |
---|---|
eaVert | A special version of vertical text, where some fonts are displayed as if rotated by 90 degrees while some fonts (mostly East Asian) are displayed vertical. |
horz | Horizontal text. This should be default. |
mongolianVert | A special version of vertical text, where some fonts are displayed as if rotated by 90 degrees while some fonts (mostly East Asian) are displayed vertical. The difference between this and the eastAsianVertical is the text flows top down then LEFT RIGHT, instead of RIGHT LEFT. |
vert | Determines if all of the text is vertical orientation (each line is 90 degrees rotated clockwise, so it goes from top to bottom; each next line is to the left from the previous one). |
vert270 | Determines if all of the text is vertical orientation (each line is 270 degrees rotated clockwise, so it goes from bottom to top; each next line is to the right from the previous one). |
wordArtVert | Determines if all of the text is vertical ("one letter on top of another"). |
wordArtVertRtl | Specifies that vertical WordArt should be shown from right to left rather than left to right. |