Class Excel2007TextRotation
If there is vertical text, determines what type of vertical text is going to be used.
Inheritance
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class Excel2007TextRotation : Enum
Fields
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.
Declaration
public const Excel2007TextRotation eaVert
Field Value
Type |
---|
Excel2007TextRotation |
horz
Horizontal text. This should be default.
Declaration
public const Excel2007TextRotation horz
Field Value
Type |
---|
Excel2007TextRotation |
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.
Declaration
public const Excel2007TextRotation mongolianVert
Field Value
Type |
---|
Excel2007TextRotation |
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).
Declaration
public const Excel2007TextRotation vert
Field Value
Type |
---|
Excel2007TextRotation |
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).
Declaration
public const Excel2007TextRotation vert270
Field Value
Type |
---|
Excel2007TextRotation |
wordArtVert
Determines if all of the text is vertical ("one letter on top of another").
Declaration
public const Excel2007TextRotation wordArtVert
Field Value
Type |
---|
Excel2007TextRotation |
wordArtVertRtl
Specifies that vertical WordArt should be shown from right to left rather than left to right.
Declaration
public const Excel2007TextRotation wordArtVertRtl
Field Value
Type |
---|
Excel2007TextRotation |