Class FFData


  • @Internal
    public class FFData
    extends java.lang.Object
    The FFData structure specifies form field data for a text box, check box, or drop-down list box.
    • Constructor Detail

      • FFData

        public FFData​(byte[] std,
                      int offset)
    • Method Detail

      • fillFields

        public void fillFields​(byte[] std,
                               int startOffset)
      • getDefaultDropDownItemIndex

        public int getDefaultDropDownItemIndex()
        specify the default item selected (zero-based index).
      • getDropList

        public java.lang.String[] getDropList()
      • getSize

        public int getSize()
      • getTextDef

        public java.lang.String getTextDef()
      • serialize

        public byte[] serialize()