Class PdfField

    • Field Detail

      • fieldId

        protected java.lang.String fieldId
      • label

        protected java.lang.String label
      • values

        protected java.util.List<java.lang.String> values
      • layoutX

        protected int layoutX
      • layoutY

        protected int layoutY
      • x

        protected int x
      • originalTopY

        protected int originalTopY
      • topY

        protected int topY
      • originalBottomY

        protected java.lang.Integer originalBottomY
      • bottomY

        protected int bottomY
      • width

        protected int width
      • height

        protected int height
      • changedSize

        protected boolean changedSize
      • changedPosition

        protected boolean changedPosition
      • dgField

        protected boolean dgField
    • Constructor Detail

      • PdfField

        public PdfField()
    • Method Detail

      • countMultiLineHeight

        public void countMultiLineHeight​(int fontSize,
                                         PdfResource resource)
      • changeHeight

        protected boolean changeHeight​(int multiLineHeight)
      • compareTo

        public int compareTo​(PdfField pdfField)
        Specified by:
        compareTo in interface java.lang.Comparable<PdfField>
      • 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
      • getMaxLabelLineSize

        protected int getMaxLabelLineSize​(int fieldWidth,
                                          int fontSize,
                                          int padding)
      • getMaxValueLineSize

        protected int getMaxValueLineSize​(int fieldWidth,
                                          int fontSize,
                                          int padding)