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.
|
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject.
public long getVersion()
Version.
Read-only long.
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 ISlideComponentpublic Presentation getPresentation()
IPresentationComponent
Returns the presentation.
Read-only IPresentation.
getPresentation in interface IPresentationComponentpublic boolean equals(java.lang.Object obj)
Compares with specified object.
equals in class java.lang.Objectobj - Object to compare.public int hashCode()
Returns hash code.
hashCode in class java.lang.ObjectCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.