public final class PlexOfCps
extends java.lang.Object
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 and Description | 
|---|
PlexOfCps(byte[] buf,
         int start,
         int cb,
         int cbStruct)
Constructor 
 | 
PlexOfCps(int sizeOfStruct)  | 
| Modifier and Type | Method and Description | 
|---|---|
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()  | 
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.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.ObjectCopyright 2021 The Apache Software Foundation or its licensors, as applicable.