@Internal public class FFData extends 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).
|
String[] |
getDropList() |
int |
getSize() |
String |
getTextDef() |
byte[] |
serialize() |
public void fillFields(byte[] std, int startOffset)
public int getDefaultDropDownItemIndex()
public String[] getDropList()
public int getSize()
public String getTextDef()
public byte[] serialize()
Copyright © 2020. All rights reserved.