public final class VerticalTextRotationType
extends com.aspose.ms.System.Enum
Enumerates the rotation type for vertical text in cells or floating box
Modifier and Type | Field and Description |
---|---|
static int |
AntiClockWise
-90.
|
static int |
ClockWise
90.
|
static int |
None
No rotation type is used.
|
public static final int None
No rotation type is used. This means rotation angle is 0.
public static final int ClockWise
90.
public static final int AntiClockWise
-90.
Copyright © 2016 Aspose. All Rights Reserved.