Uses of Class
aspose.pdf.AlignmentType

Uses of AlignmentType in aspose.pdf
 

Fields in aspose.pdf declared as AlignmentType
 AlignmentType Text.BakAlignmentOfRotateText
          The alignment of the backup text .
static AlignmentType AlignmentType.Center
          Center alignment.
static AlignmentType AlignmentType.FullJustify
          Similar to 'Justify' alignment, except that the very last line will only be left-aligned in 'Justify' mode, while in 'FullJustify' mode all lines will be left- and right-aligned.
static AlignmentType AlignmentType.Justify
          Justify alignment.
static AlignmentType AlignmentType.Left
          Left alignment.
static AlignmentType AlignmentType.Right
          Right alignment.
 

Methods in aspose.pdf that return AlignmentType
 AlignmentType Cell.getAlignment()
          Gets a AlignmentType Object that indicates the alignment type of the cell.
 AlignmentType Graph.getAlignment()
          Gets a AlignmentType that indicates the paragraph alignment type.
 AlignmentType ImageInfo.getAlignment()
          Gets a AlignmentType object that indicates the image alignment type.
 AlignmentType Table.getAlignment()
          Gets a AlignmentType that indicates the paragraph alignment type.
 AlignmentType TextInfo.getAlignment()
          Gets a AlignmentType that indicates the text alignment mode.
 AlignmentType Heading.getBulletAlignment()
          Deprecated. This function is now obsolete. You should use getLabelAlignment() to get the alignment type of Bullet/Label.
 AlignmentType Heading.getLabelAlignment()
          Gets an AlignmentType object that indicates the alignment type of Bullet/Label.
 

Methods in aspose.pdf with parameters of type AlignmentType
 void Cell.setAlignment(AlignmentType cellAlign)
          Sets a AlignmentType Object that indicates the alignment type of the cell.
 void Graph.setAlignment(AlignmentType paraAlignment)
          Sets a AlignmentType that indicates the paragraph alignment type.
 void ImageInfo.setAlignment(AlignmentType paraAlignment)
          Sets a AlignmentType object that indicates the image alignment type.
 void Table.setAlignment(AlignmentType value)
          Sets a AlignmentType that indicates the paragraph alignment type.
 void TextInfo.setAlignment(AlignmentType textAlign)
          Sets a AlignmentType that indicates the text alignment mode.
 void Heading.setBulletAlignment(AlignmentType value)
          Deprecated. This function is now obsolete. You should use setLabelAlignment() to set the alignment type of Bullet/Label.
 void Heading.setLabelAlignment(AlignmentType value)
          Sets an AlignmentType object that indicates the alignment type of Bullet/Label.