Uses of Class
org.apache.poi.hssf.usermodel.HSSFPatriarch

Packages that use HSSFPatriarch
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
 

Uses of HSSFPatriarch in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return HSSFPatriarch
 HSSFPatriarch HSSFSheet.createDrawingPatriarch()
          Creates the top-level drawing patriarch.
 HSSFPatriarch HSSFSheet.getDrawingPatriarch()
          This will hold any graphics or charts for the sheet.
 HSSFPatriarch HSSFShape.getPatriarch()
           
 

Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFPatriarch
protected  void HSSFSimpleShape.afterRemove(HSSFPatriarch patriarch)
           
protected  void HSSFObjectData.afterRemove(HSSFPatriarch patriarch)
           
protected  void HSSFTextbox.afterRemove(HSSFPatriarch patriarch)
           
protected  void HSSFPolygon.afterRemove(HSSFPatriarch patriarch)
           
protected abstract  void HSSFShape.afterRemove(HSSFPatriarch patriarch)
          remove escher container from the patriarch.escherAggregate remove obj, textObj and note records if it's necessary in case of ShapeGroup remove all contained shapes
 void HSSFComment.afterRemove(HSSFPatriarch patriarch)
           
protected  void HSSFShapeGroup.afterRemove(HSSFPatriarch patriarch)
           
protected  HSSFShape HSSFShapeGroup.cloneShape(HSSFPatriarch patriarch)
           
protected  void HSSFShape.setPatriarch(HSSFPatriarch _patriarch)
           
 



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