Package org.apache.poi.hwpf.model
Class PlexOfCps
java.lang.Object
org.apache.poi.hwpf.model.PlexOfCps
Plex of CPs stored in File (PLCF)
common data structure in a Word file. Contains an array of 4 byte ints in the front that relate to an array of arbitrary data structures in the back.
See page 184 of official documentation for details
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getProperty
(int index) int
length()
returns the number of data structures in this PlexofCps.byte[]
toString()
-
Constructor Details
-
PlexOfCps
public PlexOfCps(int sizeOfStruct) -
PlexOfCps
public PlexOfCps(byte[] buf, int start, int cb, int cbStruct) Constructor- Parameters:
cb
- The size of PLCF in bytescbStruct
- The size of the data structure type stored in this PlexOfCps.
-
-
Method Details