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