aspose.pdf
Class VerticalTextRotationType

java.lang.Object
  extended by aspose.pdf.EnumerationBase
      extended by aspose.pdf.VerticalTextRotationType

public class VerticalTextRotationType
extends EnumerationBase

Enumerates the rotation type for vertical text in cells or floating box


Field Summary
static VerticalTextRotationType AntiClockWise
          -90.
static VerticalTextRotationType ClockWise
          90.
static VerticalTextRotationType None
          No rotation type is used.
 
Method Summary
 
Methods inherited from class aspose.pdf.EnumerationBase
getValue
 
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
90.


AntiClockWise

public static final VerticalTextRotationType AntiClockWise
-90.