|
com.aspose.pdf.elements
Class VerticalTextRotationType
java.lang.Object
com.aspose.pdf.elements.VerticalTextRotationType
public class VerticalTextRotationType - extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
None
public static final VerticalTextRotationType None
- No rotation type is used. This means rotation angle is 0.
ClockWise
public static final VerticalTextRotationType ClockWise
- ClockWise rotation is used.
AntiClockWise
public static final VerticalTextRotationType AntiClockWise
- AntiClockWise rotation is used.
|