Package org.apache.poi.hwpf.model
Class FSPATable
- java.lang.Object
-
- org.apache.poi.hwpf.model.FSPATable
-
@Internal public final class FSPATable extends java.lang.Object
This class holds all the FSPA (File Shape Address) structures.
-
-
Constructor Summary
Constructors Constructor Description FSPATable(byte[] tableStream, int fcPlcspa, int lcbPlcspa, java.util.List<TextPiece> tpt)
Deprecated.FSPATable(byte[] tableStream, FileInformationBlock fib, FSPADocumentPart part)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FSPA
getFspaFromCp(int cp)
FSPA[]
getShapes()
java.lang.String
toString()
-
-
-
Constructor Detail
-
FSPATable
public FSPATable(byte[] tableStream, FileInformationBlock fib, FSPADocumentPart part)
-
FSPATable
@Deprecated public FSPATable(byte[] tableStream, int fcPlcspa, int lcbPlcspa, java.util.List<TextPiece> tpt)
Deprecated.
-
-