com.aspose.pdf.elements
Class VerticalTextRotationType

java.lang.Object
  extended by com.aspose.pdf.elements.VerticalTextRotationType

public class VerticalTextRotationType
extends java.lang.Object


Field Summary
static VerticalTextRotationType AntiClockWise
          AntiClockWise rotation is used.
static VerticalTextRotationType ClockWise
          ClockWise rotation is used.
static VerticalTextRotationType None
          No rotation type is used.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.