public abstract class PVIObject extends java.lang.Object implements ISlideComponent
Encapsulates basic service infrastructure for objects can be a subject of property value inheritance.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Compares with specified object.
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
IPresentationComponent |
getParent_IPresentationComponent()
Returns parent IPresentationComponent.
|
ISlideComponent |
getParent_ISlideComponent() |
Presentation |
getPresentation()
Returns the presentation.
|
BaseSlide |
getSlide()
Returns the base slide.
|
long |
getVersion()
Version.
|
int |
hashCode()
Returns hash code.
|
void |
reset_Parent_IPresentationComponent() |
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public long getVersion()
Version.
Read-only long
.
public final void reset_Parent_IPresentationComponent()
public IPresentationComponent getParent_IPresentationComponent()
Returns parent IPresentationComponent.
Read-only IPresentationComponent
.
public ISlideComponent getParent_ISlideComponent()
public BaseSlide getSlide()
ISlideComponent
Returns the base slide.
Read-only IBaseSlide
.
getSlide
in interface ISlideComponent
public Presentation getPresentation()
IPresentationComponent
Returns the presentation.
Read-only IPresentation
.
getPresentation
in interface IPresentationComponent
public boolean equals(java.lang.Object obj)
Compares with specified object.
equals
in class java.lang.Object
obj
- Object to compare.public int hashCode()
Returns hash code.
hashCode
in class java.lang.Object
Copyright © 2004-2021 Aspose Pty Ltd. All Rights Reserved.