PresentationShapeCollection
PresentationShapeCollection class
Representa una colección de formas de dibujo en un documento de PowerPoint.
public class PresentationShapeCollection : RemoveOnlyListBase<PresentationShape>
Propiedades
Nombre | Descripción |
---|---|
virtual Count { get; } | Obtiene el número de elementos que contiene la colección. |
override IsReadOnly { get; } | Obtiene un valor que indica si la colección es de solo lectura. |
virtual Item { get; } | Obtiene el elemento en el índice especificado en la colección. |
Métodos
Nombre | Descripción |
---|---|
Clear() | |
virtual Contains(PresentationShape) | |
virtual GetEnumerator() | |
virtual IndexOf(PresentationShape) | |
Remove(PresentationShape) | |
RemoveAt(int) |
Observaciones
Esta colección contiene los elementos dePresentationShape
tipo.
Ver también
- class RemoveOnlyListBase<T>
- class PresentationShape
- espacio de nombres GroupDocs.Watermark.Contents.Presentation
- asamblea GroupDocs.Watermark