Package loci.poi.hssf.usermodel
Interface HSSFShapeContainer
-
- All Known Implementing Classes:
HSSFPatriarch
,HSSFShapeGroup
public interface HSSFShapeContainer
An interface that indicates whether a class can contain children.- Author:
- Glen Stampoultzis (glens at apache.org)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List
getChildren()
-
-
-
Method Detail
-
getChildren
List getChildren()
- Returns:
- Any children contained by this shape.
-
-