@Internal public class FFData extends java.lang.Object
Class and fields descriptions are quoted from [MS-DOC] -- v20121003 Word (.doc) Binary File Format; Copyright (c) 2012 Microsoft Corporation; Release: October 8, 2012
This class is internal. It content or properties may change without notice due to changes in our knowledge of internal Microsoft Word binary structures.
| Constructor and Description | 
|---|
| FFData(byte[] std,
      int offset) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | fillFields(byte[] std,
          int startOffset) | 
| int | getDefaultDropDownItemIndex()specify the default item selected (zero-based index). | 
| java.lang.String[] | getDropList() | 
| int | getSize() | 
| java.lang.String | getTextDef() | 
| byte[] | serialize() | 
public void fillFields(byte[] std,
                       int startOffset)
public int getDefaultDropDownItemIndex()
public java.lang.String[] getDropList()
public int getSize()
public java.lang.String getTextDef()
public byte[] serialize()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.