Uses of Class
aspose.pdf.LongSideAlignmentType

Uses of LongSideAlignmentType in aspose.pdf
 

Methods in aspose.pdf that return LongSideAlignmentType
 LongSideAlignmentType GraphNote.getLongSideAlignment()
          Returns an alignment of text relatively to long side of text.
static LongSideAlignmentType LongSideAlignmentType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LongSideAlignmentType[] LongSideAlignmentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in aspose.pdf with parameters of type LongSideAlignmentType
 void GraphNote.setLongSideAlignment(LongSideAlignmentType longSideAlignment)
          Sets an alignment of text relatively to long side of text.