Package org.apache.poi.hwpf.sprm
Class SprmUtils
java.lang.Object
org.apache.poi.hwpf.sprm.SprmUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intaddSpecialSprm(short instruction, byte[] varParam, List<byte[]> list) static intstatic intstatic intconvertBrcToInt(short[] brc) static byte[]static intstatic voidsetMaxRecordLength(int length) static byte[]shortArrayToByteArray(short[] convert) Deprecated.unused by POI internally
-
Constructor Details
-
SprmUtils
public SprmUtils()
-
-
Method Details
-
setMaxRecordLength
public static void setMaxRecordLength(int length) - Parameters:
length- the max record length allowed for SPRM data
-
getMaxRecordLength
public static int getMaxRecordLength()- Returns:
- the max record length allowed for SPRM data
-
shortArrayToByteArray
Deprecated.unused by POI internally -
addSpecialSprm
-
addSprm
-
addSprm
-
getGrpprl
-
convertBrcToInt
public static int convertBrcToInt(short[] brc)
-