com.aspose.pdf.facades

Class AlignmentType


  • Deprecated.

    @Deprecated
    public final class AlignmentType
    extends Object

    Class contains possibly alignment types.
    Use HorizontalAlignment instead

    • Field Detail

      • Center

        public static final AlignmentType Center
        Deprecated. 

        Center alignment.

      • Left

        public static final AlignmentType Left
        Deprecated. 

        Left alignment.

      • Right

        public static final AlignmentType Right
        Deprecated. 

        Right alignment.

    • Constructor Detail

      • AlignmentType

        public AlignmentType(String name)
        Deprecated. 

        Constructor of AlignmentType.

        Parameters:
        name - Alignment type name.
    • Method Detail

      • toString

        public String toString()
        Deprecated. 

        Returns string representation.

        Overrides:
        toString in class Object
        Returns:
        Name value.