Class LineSpacingDescriptor

  • All Implemented Interfaces:
    java.lang.Cloneable

    public final class LineSpacingDescriptor
    extends java.lang.Object
    implements java.lang.Cloneable
    This class is used to determine line spacing for a paragraph.
    • Constructor Detail

      • LineSpacingDescriptor

        public LineSpacingDescriptor()
      • LineSpacingDescriptor

        public LineSpacingDescriptor​(byte[] buf,
                                     int offset)
    • Method Detail

      • clone

        public java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        Throws:
        java.lang.CloneNotSupportedException
      • setMultiLinespace

        public void setMultiLinespace​(short fMultiLinespace)
      • toInt

        public int toInt()
      • serialize

        public void serialize​(byte[] buf,
                              int offset)
      • setDyaLine

        public void setDyaLine​(short dyaLine)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • isEmpty

        public boolean isEmpty()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object