Class ParagraphHeight

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

    @Internal
    public final class ParagraphHeight
    extends java.lang.Object
    implements org.apache.poi.common.Duplicatable
    • Constructor Detail

      • ParagraphHeight

        public ParagraphHeight()
      • ParagraphHeight

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

      • write

        public void write​(java.io.OutputStream out)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • 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
      • copy

        public ParagraphHeight copy()
        Specified by:
        copy in interface org.apache.poi.common.Duplicatable