tablerow-ag凯发旗舰厅



com.spire.presentation
class tablerow

java.lang.object
  extended by com.spire.presentation.pptobject
      extended by com.spire.presentation.cellcollection
          extended by com.spire.presentation.tablerow
all implemented interfaces:
com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, iactivepresentation, islidecomponent, java.lang.iterable

public final class tablerow
extends cellcollection

represents a row in a table.


constructor summary
tablerow( parent)
           
tablerow( parent, double offset, double desiredheight)
           
 
method summary
 double getheight()
          gets the height of a row.
 void setheight(double value)
          sets the height of a row.
 
methods inherited from class com.spire.presentation.cellcollection
copyto, get, getcount, getpresentation, getslide, getsyncroot, issynchronized, size
 
methods inherited from class com.spire.presentation.pptobject
checkdisposed, getparent
 
constructor detail

tablerow

public tablerow( parent)

tablerow

public tablerow( parent,
                double offset,
                double desiredheight)
method detail

getheight

public double getheight()
gets the height of a row. read-only .
returns:
throws:
java.lang.exception

setheight

public void setheight(double value)
sets the height of a row. read-only .


网站地图