|
|||||||||
| 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 | ||||||||