com.aspose.slides
Class PVIObject

java.lang.Object
  extended by com.aspose.slides.PVIObject
Direct Known Subclasses:
BasePortionFormat, BulletFormat, ColorFormat, DataLabelFormat, EffectFormat, FillFormat, Format, LineFillFormat, LineFormat, ParagraphFormat, Picture, PictureFillFormat, TextFrameFormat, TextStyle, ThreeDFormat

public abstract class PVIObject
extends java.lang.Object

Encapsulates basic service infrastructure for objects can be a subject of property value inheritance.


Method Summary
 boolean equals(java.lang.Object obj)
           
 com.aspose.slides.IDOMObject getParent_Immediate()
           Returns Parent_Immediate object.
 IPresentationComponent getParent_IPresentationComponent()
           
 IPresentation getPresentation()
           
 IBaseSlide getSlide()
           
 long getVersion()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getParent_Immediate

public final com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.


getVersion

public long getVersion()

getParent_IPresentationComponent

public IPresentationComponent getParent_IPresentationComponent()

getSlide

public IBaseSlide getSlide()

getPresentation

public IPresentation getPresentation()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.