|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayoutSlideCollection
Represents a base class for collection of a layout slides.
Method Summary | |
---|---|
ILayoutSlide |
get_Item(int index)
Returns the layout slide by index. |
ILayoutSlide |
getByType(byte type)
Returns the first layout slide of specified type. |
void |
remove(ILayoutSlide value)
Removes a layout from the collection. |
void |
removeUnused()
Removes unused layout slides (layout slides whose HasDependingSlides is false). |
Methods inherited from interface com.aspose.slides.IGenericCollection |
---|
copyTo, getSyncRoot, isSynchronized, size |
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable |
---|
iterator |
Method Detail |
---|
ILayoutSlide get_Item(int index)
Returns the layout slide by index.
Read-only ILayoutSlide
.
ILayoutSlide getByType(byte type)
Returns the first layout slide of specified type.
type
- A type of layout slide to find.
ILayoutSlide
with specified type or null if no layouts found.
void remove(ILayoutSlide value)
Removes a layout from the collection.
value
- The layout slide to remove from the collection.
PptxEditException
- Thrown if layout is used in presentation (its HasDependingSlides property is true).
ILayoutSlide.Remove()
method to simplify code.
void removeUnused()
Removes unused layout slides (layout slides whose HasDependingSlides is false).
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |