PVIObject
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.slides.IPVIObject, com.aspose.slides.ISlideComponent
public abstract class PVIObject implements IPVIObject, ISlideComponent
Encapsulates basic service infrastructure for objects can be a subject of property value inheritance.
Methods
Method | Description |
---|---|
getParent_Immediate() | |
getVersion() | |
getParent_IPresentationComponent() | |
getParent_ISlideComponent() | |
getSlide() | |
getPresentation() | |
equals(Object obj) | Compares with specified object. |
hashCode() | Returns hash code. |
getParent_Immediate()
public IDOMObject getParent_Immediate()
Returns Parent_Immediate object. Read-only IDOMObject.
Returns: com.aspose.slides.IDOMObject
getVersion()
public long getVersion()
Version. Read-only long.
Returns: long
getParent_IPresentationComponent()
public IPresentationComponent getParent_IPresentationComponent()
Returns parent IPresentationComponent. Read-only IPresentationComponent.
Returns: IPresentationComponent
getParent_ISlideComponent()
public ISlideComponent getParent_ISlideComponent()
Returns: ISlideComponent
getSlide()
public BaseSlide getSlide()
Returns the base slide. Read-only IBaseSlide.
Returns: BaseSlide
getPresentation()
public Presentation getPresentation()
Returns the presentation. Read-only IPresentation.
Returns: Presentation
equals(Object obj)
public boolean equals(Object obj)
Compares with specified object.
Parameters:
Parameter | Type | Description |
---|---|---|
obj | java.lang.Object | Object to compare. |
Returns: boolean - True is objects are equal, otherwise false.
hashCode()
public int hashCode()
Returns hash code.
Returns: int - Hash code.