ISlideComponent

ISlideComponent interface

Represents a component of a slide.

public interface ISlideComponent : IPresentationComponent

Properties

NameDescription
AsIPresentationComponent { get; }Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
Slide { get; }Returns the base slide. Read-only IBaseSlide.

See Also