public abstract class PVIObject
extends java.lang.Object
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() |
IPresentation |
getPresentation() |
IBaseSlide |
getSlide() |
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 IBaseSlide getSlide()
public IPresentation getPresentation()
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