|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ShapeContainer
A common interface for Page and Group, which both
can contain shapes and groups.
| Method Summary | |
|---|---|
java.util.List |
getShapes()
Return a list of all the shapes or groups in this container. |
ShapeOrGroup |
paste(Clipboard clipboard)
Paste a shape or group into this container. |
| Method Detail |
|---|
java.util.List getShapes()
ShapeOrGroup.
The objects in the list are ordered according to their "z-order" depth in PowerPoint.
The first object in the list is the furthest back, and the last object is the topmost.
The same instance is always returned, and its contents will be updated as shapes and groups are cut, pasted, or reordered. The list may not be modified directly.
DetachedObjectException - if this container or its ancestor has been cutShapeOrGroup paste(Clipboard clipboard)
ShapeContainer.getShapes().
The appearance of pasted shapes may differ from their original source (if any),
due to factors such as different master slides and color schemes.
clipboard - a clipboard containing a shape or group
java.lang.IllegalArgumentException - if the clipboard does not contain a shape or group
DetachedObjectException - if this container or its ancestor has been cut
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||