PresentationSlide

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage

public final class PresentationSlide extends CustomPackage

Represents a slide in a presentation.

Learn more

Methods

Method Description
getName() Gets the slide name.
getNumber() Gets the slide number.
getSlideId() Gets the slide id.

getName()

public final String getName()

Gets the slide name.

Returns: java.lang.String - The slide name.

getNumber()

public final int getNumber()

Gets the slide number.

Returns: int - The slide number.

getSlideId()

public final long getSlideId()

Gets the slide id.

Returns: long - The slide identifier.