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
-
Method Details
-
getChildren
List getChildren()- Returns:
- Any children contained by this shape.
-