Uses of Class
aspose.pdf.VerticalTextRotationType

Uses of VerticalTextRotationType in aspose.pdf
 

Fields in aspose.pdf declared as VerticalTextRotationType
static VerticalTextRotationType VerticalTextRotationType.AntiClockWise
          -90.
static VerticalTextRotationType VerticalTextRotationType.ClockWise
          90.
static VerticalTextRotationType VerticalTextRotationType.None
          No rotation type is used.
 

Methods in aspose.pdf that return VerticalTextRotationType
 VerticalTextRotationType Cell.getVerticalTextRotationAngle()
          Gets a VerticalTextRotationType object that indicates the text rotation angle in floating box or cells.
 VerticalTextRotationType FloatingBox.getVerticalTextRotationAngle()
          Gets a VerticalTextRotationType object that indicates the text rotation angle in floating box or cells.
 

Methods in aspose.pdf with parameters of type VerticalTextRotationType
 void Cell.setVerticalTextRotationAngle(VerticalTextRotationType verticalAngle)
          Sets a VerticalTextRotationType object that indicates the text rotation angle in floating box or cells.
 void FloatingBox.setVerticalTextRotationAngle(VerticalTextRotationType value)
          Sets a VerticalTextRotationType object that indicates the text rotation angle in floating box or cells.