java.lang.Object
com.aspose.cells.TilePicOption
public class TilePicOption
| Constructor Summary |
|---|
TilePicOption()
|
| Property Getters/Setters Summary | ||
|---|---|---|
int | getAlignmentType() | |
void | setAlignmentType(int) | |
| Gets or sets the alignment for tiling. The value of the property is RectangleAlignmentType integer constant. | ||
int | getMirrorType() | |
void | setMirrorType(int) | |
| Gets or sets the mirror type for tiling. The value of the property is MirrorType integer constant. | ||
double | getOffsetX() | |
void | setOffsetX(double) | |
| Gets or sets the X offset for tiling picture. | ||
double | getOffsetY() | |
void | setOffsetY(double) | |
| Gets or sets the Y offset for tiling picture. | ||
double | getScaleX() | |
void | setScaleX(double) | |
| Gets or sets the X scale for tiling picture. | ||
double | getScaleY() | |
void | setScaleY(double) | |
| Gets or sets the Y scale for tiling picture. | ||
| Constructor Detail |
|---|
public TilePicOption()
| Property Getters/Setters Detail |
|---|
getOffsetX/setOffsetX | |
public double getOffsetX() / public void setOffsetX(double value) | |
getOffsetY/setOffsetY | |
public double getOffsetY() / public void setOffsetY(double value) | |
getScaleX/setScaleX | |
public double getScaleX() / public void setScaleX(double value) | |
getScaleY/setScaleY | |
public double getScaleY() / public void setScaleY(double value) | |
getMirrorType/setMirrorType | |
public int getMirrorType() / public void setMirrorType(int value) | |
getAlignmentType/setAlignmentType | |
public int getAlignmentType() / public void setAlignmentType(int value) | |