PresentationSlide
Leave feedback
On this page
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
| Method | Description |
|---|---|
| getName() | Gets the slide name. |
| getNumber() | Gets the slide number. |
| getSlideId() | Gets the slide id. |
public final String getName()
Gets the slide name.
Returns: java.lang.String - The slide name.
public final int getNumber()
Gets the slide number.
Returns: int - The slide number.
public final long getSlideId()
Gets the slide id.
Returns: long - The slide identifier.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.