public class PicFormatOption
extends java.lang.Object
| Constructor and Description |
|---|
PicFormatOption() |
| Modifier and Type | Method and Description |
|---|---|
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 how many the picture stack and scale with.
|
double |
getTop()
Gets the top offset for stretching picture.
|
int |
getType()
Gets the picture fill type.
|
void |
setBottom(double value)
Sets the bottom offset for stretching picture.
|
void |
setLeft(double value)
Sets the left offset for stretching picture.
|
void |
setRight(double value)
Sets the right offset for stretching picture.
|
void |
setScale(double value)
Sets how many the picture stack and scale with.
|
void |
setTop(double value)
Sets the top offset for stretching picture.
|
void |
setType(int value)
Sets the picture fill type.
|
public int getType()
See FillPictureType.
public void setType(int value)
See FillPictureType.
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)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.