Class LineSpacingDescriptor

  • All Implemented Interfaces:
    org.apache.poi.common.Duplicatable

    public final class LineSpacingDescriptor
    extends java.lang.Object
    implements org.apache.poi.common.Duplicatable
    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

      • copy

        public LineSpacingDescriptor copy()
        Specified by:
        copy in interface org.apache.poi.common.Duplicatable
      • 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