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 Detail

      • getChildren

        List getChildren()
        Returns:
        Any children contained by this shape.