pptobject-ag凯发旗舰厅



com.spire.presentation
class pptobject

java.lang.object
  extended by com.spire.presentation.pptobject
direct known subclasses:
_presentation, activeslide, animationeffect, backdrop, baseshapelocking, cellcollection, chartaxis, chartcategory, chartdatalabel, chartdatapoint, charteffectformat, chartseriesdataformat, chartwallsorfloor, colorformat, colorscheme, comment, commonbehavior, effectdag, field, fontscheme, formatscheme, formatthreed, linefillformat, paragraphpropertiesex, placeholderex, shape, textanimation, timeline, timing, transition

public class pptobject
extends java.lang.object

powerpoint base class


constructor summary
pptobject()
           
pptobject(presentation application, java.lang.object parent)
          main class constructor.
 
method summary
protected  void checkdisposed()
          checks whether object was disposed and throws exception if it was.
 java.lang.object getparent()
          reference to parent object.
 
constructor detail

pptobject

public pptobject()

pptobject

public pptobject(presentation application,
                 java.lang.object parent)
main class constructor. reservedhandle and parent properties are set.
parameters:
application - reference to reservedhandle instance.
parent - reference to the parent object which will host this object
method detail

getparent

public java.lang.object getparent()
reference to parent object. read-only.
returns:

checkdisposed

protected void checkdisposed()
checks whether object was disposed and throws exception if it was.


网站地图