java.lang.Objectcom.aspose.cells.PicFormatOption
public class PicFormatOption
Constructor Summary |
---|
PicFormatOption()
|
Property Getters/Setters Summary | ||
---|---|---|
double | getBottom() | |
void | setBottom(double value) | |
Gets or sets the bottom offset for stretching picture. | ||
double | getLeft() | |
void | setLeft(double value) | |
Gets or sets the left offset for stretching picture. | ||
double | getRight() | |
void | setRight(double value) | |
Gets or sets the right offset for stretching picture. | ||
double | getScale() | |
void | setScale(double value) | |
Gets or sets how many the picture stack and scale with. | ||
double | getTop() | |
void | setTop(double value) | |
Gets or sets the top offset for stretching picture. | ||
int | getType() | |
void | setType(int value) | |
Gets or sets the picture fill type. The value of the property is FillPictureType integer constant. |
Constructor Detail |
---|
public PicFormatOption()
Property Getters/Setters Detail |
---|
getType/setType | |
public int getType() / public void setType(int value) |
getScale/setScale | |
public double getScale() / public void setScale(double value) |
getLeft/setLeft | |
public double getLeft() / public void setLeft(double value) |
getTop/setTop | |
public double getTop() / public void setTop(double value) |
getBottom/setBottom | |
public double getBottom() / public void setBottom(double value) |
getRight/setRight | |
public double getRight() / public void setRight(double value) |