public final class PptSlide extends Object
Represents slide in PptFormat
.
Constructor and Description |
---|
PptSlide()
Initializes a new instance of the
PptSlide class. |
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
Gets the index of the slide.
|
String |
getName()
Gets slide name.
|
long |
getSlideId()
Gets the slide id.
|
public final String getName()
Gets slide name.
Value: Slide name.public final int getIndex()
Gets the index of the slide.
Value: The index.public final long getSlideId()
Gets the slide id.
Value: The slide identifier.Copyright © 2017. All rights reserved.