Class TextBlockProperties


  • public final class TextBlockProperties
    extends Object
    Provides text block properties. This class is immutable.
    • Method Detail

      • getTextIndent

        public int getTextIndent()
        Get text indent, in characters.
        Returns:
        returns the text indent
      • getFirstLineIndent

        public int getFirstLineIndent()
        Get first line indent, in characters.
        Returns:
        returns the first line indent
      • getRightTextIndent

        public int getRightTextIndent()
        Get right text indent, in characters.
        Returns:
        returns the right text indent
      • getRightLastLineIndent

        public int getRightLastLineIndent()
        Get right last line indent, in characters.
        Returns:
        returns the right last line indent
      • getIdentifier

        public String getIdentifier()
        Gets the identifier.
        Returns:
        returns the identifier
      • getRowSpacing

        public Float getRowSpacing()
        Gets the row spacing, or null if not set.
        Returns:
        returns the row spacing
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object