Package 

Enum TextAlign

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    @Serializable() 
    public enum TextAlign
    extends Enum<TextAlign>
                        
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      RIGHT

      Align the text on the right edge of the page.

      LEFT

      Align the text on the left edge of the page.

      END

      Align the text on the trailing edge of the page.

      START

      Align the text on the leading edge of the page.

      JUSTIFY

      Stretch lines of text that end with a soft line break to fill the width of the page.

      CENTER

      Align the text in the center of the page.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait