Uses of Class
org.apache.poi.hwpf.model.CPSplitCalculator

Packages that use CPSplitCalculator
org.apache.poi.hwpf   
org.apache.poi.hwpf.model   
 

Uses of CPSplitCalculator in org.apache.poi.hwpf
 

Methods in org.apache.poi.hwpf that return CPSplitCalculator
 CPSplitCalculator HWPFDocument.getCPSplitCalculator()
           
 

Uses of CPSplitCalculator in org.apache.poi.hwpf.model
 

Constructors in org.apache.poi.hwpf.model with parameters of type CPSplitCalculator
SectionTable(byte[] documentStream, byte[] tableStream, int offset, int size, int fcMin, TextPieceTable tpt, CPSplitCalculator cps)