java.lang.Object
com.aspose.cells.PicFormatOption
public class PicFormatOption
- extends java.lang.Object
Represents picture format option
Property Getters/Setters Summary |
double | getBottom() | |
void | setBottom(double) | |
|
Gets or sets the bottom offset for stretching picture.
|
double | getLeft() | |
void | setLeft(double) | |
|
Gets or sets the left offset for stretching picture.
|
double | getRight() | |
void | setRight(double) | |
|
Gets or sets the right offset for stretching picture.
|
double | getScale() | |
void | setScale(double) | |
|
Gets or sets how many the picture stack and scale with.
|
double | getTop() | |
void | setTop(double) | |
|
Gets or sets the top offset for stretching picture.
|
int | getType() | |
void | setType(int) | |
|
Gets or sets the picture fill type.
The value of the property is FillPictureType integer constant. |
PicFormatOption
public PicFormatOption()
-
Property Getters/Setters Detail |
getType/setType | |
public int getType() / public void setType(int value)
|
-
Gets or sets the picture fill type.
The value of the property is FillPictureType integer constant.
getScale/setScale | |
public double getScale() / public void setScale(double value)
|
-
Gets or sets how many the picture stack and scale with.
getLeft/setLeft | |
public double getLeft() / public void setLeft(double value)
|
-
Gets or sets the left offset for stretching picture.
getTop/setTop | |
public double getTop() / public void setTop(double value)
|
-
Gets or sets the top offset for stretching picture.
getBottom/setBottom | |
public double getBottom() / public void setBottom(double value)
|
-
Gets or sets the bottom offset for stretching picture.
getRight/setRight | |
public double getRight() / public void setRight(double value)
|
-
Gets or sets the right offset for stretching picture.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.