Package org.apache.poi.hssf.usermodel
Class HSSFPatriarchHelper
- java.lang.Object
-
- org.apache.poi.hssf.usermodel.HSSFPatriarchHelper
-
- All Implemented Interfaces:
Serializable
public class HSSFPatriarchHelper extends Object implements Serializable
Copied from zpoiex. We should remove it after integration. A helper class to make HSSFPatriarch package method visible.- Author:
- henrichen, dennischen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HSSFPatriarchHelper(HSSFPatriarch patriarch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EscherAggregate
getBoundAggregate()
BOFRecordAggregate
getChartBOF(HSSFChartShape chart)
EscherContainerRecord
getContainer(HSSFShape shape)
HSSFPatriarch
getPatriarch()
HSSFSheet
getSheet()
-
-
-
Constructor Detail
-
HSSFPatriarchHelper
public HSSFPatriarchHelper(HSSFPatriarch patriarch)
-
-
Method Detail
-
getBoundAggregate
public EscherAggregate getBoundAggregate()
-
getPatriarch
public HSSFPatriarch getPatriarch()
-
getSheet
public HSSFSheet getSheet()
-
getContainer
public EscherContainerRecord getContainer(HSSFShape shape)
-
getChartBOF
public BOFRecordAggregate getChartBOF(HSSFChartShape chart)
-
-