|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.xls.core.spreadsheet.shapes.picstretch
public class picstretch
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 |
---|
public picstretch()
method detail |
---|
public fillpicturetype gettype()
public void settype(fillpicturetype type)
type
- public double getscale()
public void setscale(double scale)
scale
- public double getleft()
public void setleft(double left)
left
- public double gettop()
public void settop(double top)
top
- public double getbottom()
public void setbottom(double bottom)
bottom
- public double getright()
public void setright(double right)
right
-
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |