Interface ShapeContainer<T extends Shape>

  • All Superinterfaces:
    java.lang.Iterable<T>
    All Known Subinterfaces:
    Drawing<T>, HSSFShapeContainer
    All Known Implementing Classes:
    HSSFPatriarch, HSSFShapeGroup

    public interface ShapeContainer<T extends Shape>
    extends java.lang.Iterable<T>
    A common interface for shape groups.
    Since:
    POI 3.16-beta2
    • Method Summary

      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator