| java.lang.Object org.apache.poi.hwpf.sprm.SprmUncompressor org.apache.poi.hwpf.sprm.ParagraphSprmUncompressor
ParagraphSprmUncompressor | public ParagraphSprmUncompressor()(Code) | | |
unCompressPAPOperation | static void unCompressPAPOperation(ParagraphProperties newPAP, SprmOperation sprm)(Code) | | Performs an operation on a ParagraphProperties object. Used to uncompress
from a papx.
Parameters: newPAP - The ParagraphProperties object to perform the operation on. Parameters: operand - The operand that defines the operation. Parameters: param - The operation's parameter. Parameters: varParam - The operation's variable length parameter. Parameters: grpprl - The original papx. Parameters: offset - The current offset in the papx. Parameters: spra - A part of the sprm that defined this operation. |
Methods inherited from org.apache.poi.hwpf.sprm.SprmUncompressor | public static boolean getFlag(int x)(Code)(Java Doc)
|
|
|