|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hwpf.model.PlexOfCps
public final class 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 | |
---|---|
PlexOfCps(byte[] buf,
int start,
int cb,
int cbStruct)
Constructor |
|
PlexOfCps(int sizeOfStruct)
|
Method Summary | |
---|---|
void |
addProperty(GenericPropertyNode node)
|
GenericPropertyNode |
getProperty(int index)
|
int |
length()
returns the number of data structures in this PlexofCps. |
byte[] |
toByteArray()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PlexOfCps(int sizeOfStruct)
public PlexOfCps(byte[] buf, int start, int cb, int cbStruct)
cb
- The size of PLCF in bytescbStruct
- The size of the data structure type stored in this PlexOfCps.Method Detail |
---|
public GenericPropertyNode getProperty(int index)
public void addProperty(GenericPropertyNode node)
public byte[] toByteArray()
public int length()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |