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