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
 

Fields in org.apache.poi.hwpf declared as CPSplitCalculator
protected  CPSplitCalculator HWPFDocument._cpSplit
          Deprecated. 
 

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

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)
           
 



Copyright 2011 The Apache Software Foundation or its licensors, as applicable.