File
Doc
Category
Size
Date
Package
HSSFShapeContainer.java
API Doc
Apache Poi 3.0.1
1266
Mon Jan 01 12:39:36 GMT 2007
org.apache.poi.hssf.usermodel
HSSFShapeContainer
public interface HSSFShapeContainer
An interface that indicates whether a class can contain children.
author
Glen Stampoultzis (glens at apache.org)
Fields Summary
Constructors Summary
Methods Summary
public
java.util.List
getChildren
()
return
Any children contained by this shape.
Java Code Source