Uses of Class
org.apache.poi.hssf.usermodel.HSSFPatriarch
-
Packages that use HSSFPatriarch Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of HSSFPatriarch in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return HSSFPatriarch Modifier and Type Method Description HSSFPatriarchHSSFSheet. createDrawingPatriarch()Creates the top-level drawing patriarch.HSSFPatriarchHSSFSheet. getDrawingPatriarch()This will hold any graphics or charts for the sheet.HSSFPatriarchHSSFPatriarchHelper. getPatriarch()HSSFPatriarchHSSFShape. getPatriarch()Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFPatriarch Modifier and Type Method Description voidHSSFComment. afterRemove(HSSFPatriarch patriarch)protected voidHSSFObjectData. afterRemove(HSSFPatriarch patriarch)protected voidHSSFPolygon. afterRemove(HSSFPatriarch patriarch)protected abstract voidHSSFShape. 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 shapesprotected voidHSSFShapeGroup. afterRemove(HSSFPatriarch patriarch)protected voidHSSFSimpleShape. afterRemove(HSSFPatriarch patriarch)protected voidHSSFTextbox. afterRemove(HSSFPatriarch patriarch)protected HSSFShapeHSSFShapeGroup. cloneShape(HSSFPatriarch patriarch)protected voidHSSFShape. setPatriarch(HSSFPatriarch _patriarch)Constructors in org.apache.poi.hssf.usermodel with parameters of type HSSFPatriarch Constructor Description HSSFPatriarchHelper(HSSFPatriarch patriarch)
-