picstretch-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.shapes
class picstretch

java.lang.object
  extended by com.spire.xls.core.spreadsheet.shapes.picstretch

public class picstretch
extends java.lang.object

constructor summary
picstretch()
           
 
method summary
 double getbottom()
          gets the bottom offset for stretching picture.
 double getleft()
          gets the left offset for stretching picture.
 double getright()
          gets the right offset for stretching picture.
 double getscale()
          gets or sets how many the picture stack and scale with.
 double gettop()
          sets the top offset for stretching picture.
 fillpicturetype gettype()
          gets or sets the picture fill type.
 void setbottom(double bottom)
          sets the bottom offset for stretching picture.
 void setleft(double left)
          sets the left offset for stretching picture.
 void setright(double right)
          sets the right offset for stretching picture.
 void setscale(double scale)
          sets how many the picture stack and scale with.
 void settop(double top)
          sets the top offset for stretching picture.
 void settype(fillpicturetype type)
          gets or sets the picture fill type.
 
constructor detail

picstretch

public picstretch()
method detail

gettype

public fillpicturetype gettype()
gets or sets the picture fill type.
returns:

settype

public void settype(fillpicturetype type)
gets or sets the picture fill type.
parameters:
type -

getscale

public double getscale()
gets or sets how many the picture stack and scale with.
returns:

setscale

public void setscale(double scale)
sets how many the picture stack and scale with.
parameters:
scale -

getleft

public double getleft()
gets the left offset for stretching picture.
returns:

setleft

public void setleft(double left)
sets the left offset for stretching picture.
parameters:
left -

gettop

public double gettop()
sets the top offset for stretching picture.
returns:

settop

public void settop(double top)
sets the top offset for stretching picture.
parameters:
top -

getbottom

public double getbottom()
gets the bottom offset for stretching picture.
returns:

setbottom

public void setbottom(double bottom)
sets the bottom offset for stretching picture.
parameters:
bottom -

getright

public double getright()
gets the right offset for stretching picture.
returns:

setright

public void setright(double right)
sets the right offset for stretching picture.
parameters:
right -


网站地图