PresentationLayoutSlide
Contents
[
Hide
]
PresentationLayoutSlide class
Represents a PowerPoint content layout slide.
public class PresentationLayoutSlide : PresentationBaseSlide
Properties
| Name | Description |
|---|---|
| Charts { get; } | Gets the collection of all charts on the presentation. |
| ImageFillFormat { get; } | Gets the image fill format settings of the presentation. |
| MasterSlide { get; } | Gets the master slide for this PresentationLayoutSlide. |
| Shapes { get; } | Gets the collection of all shapes of the presentation. |
Methods
| Name | Description |
|---|---|
| FindImages() | Finds all images in the content. The search is conducted in the objects specified in SearchableObjects. |
| FindImages(ImageSearchCriteria) | Finds images according to the specified search criteria. The search is conducted in the objects specified in SearchableObjects. |
| Search() | Finds all possible watermarks in the content. The search is conducted in the objects specified in SearchableObjects. |
| Search(SearchCriteria) | Finds possible watermarks according to specified search criteria. The search is conducted in the objects specified in SearchableObjects. |
See Also
- class PresentationBaseSlide
- namespace GroupDocs.Watermark.Contents.Presentation
- assembly GroupDocs.Watermark