slidesize-ag凯发旗舰厅



com.spire.presentation
class slidesize

java.lang.object
  extended by com.spire.presentation.slidesize

public class slidesize
extends java.lang.object

represents a size of slide.


constructor summary
slidesize()
           
 
method summary
 slideorienation getorientation()
          gets the slide orientation.
 java.awt.geom.dimension2d getsize()
          gets the size in points.
 java.awt.geom.dimension2d getsizeofpx()
           
 slidesizetype gettype()
          gets the type of slide size.
 void setorientation(slideorienation value)
          sets the slide orientation.
 void setsize(java.awt.geom.dimension2d value)
          sets the size in points.
 void setsizeofpx(java.awt.geom.dimension2d value)
           
 void settype(slidesizetype value)
          sets the type of slide size.
 
constructor detail

slidesize

public slidesize()
method detail

getsize

public java.awt.geom.dimension2d getsize()
gets the size in points. read/write .
returns:

setsize

public void setsize(java.awt.geom.dimension2d value)
sets the size in points. read/write .

getsizeofpx

public java.awt.geom.dimension2d getsizeofpx()

setsizeofpx

public void setsizeofpx(java.awt.geom.dimension2d value)

gettype

public slidesizetype gettype()
gets the type of slide size. read/write .
returns:

settype

public void settype(slidesizetype value)
sets the type of slide size. read/write .

getorientation

public slideorienation getorientation()
gets the slide orientation. read/write .
returns:

setorientation

public void setorientation(slideorienation value)
sets the slide orientation. read/write .


网站地图