public class ShapeImage extends Shape
Represents a image Shape
in a Pdf document.
Constructor and Description |
---|
ShapeImage()
Initializes a new instance of the
ShapeImage class. |
Modifier and Type | Method and Description |
---|---|
float |
getBottom()
Gets or sets a float value that indicates the bottom position of the image.
|
float |
getHeight()
Gets or sets a float value that indicates the height of the image.
|
float |
getLeft()
Gets or sets a float value that indicates the left position of the image.
|
float |
getRawHeight()
Gets or sets a float value that indicates the height of the image.
|
float |
getRawWidth()
Gets or sets a float value that indicates the width of the image.
|
float |
getWidth()
Gets or sets a float value that indicates the width of the image.
|
void |
setBottom(float value) |
void |
setHeight(float value) |
void |
setLeft(float value) |
void |
setRawHeight(float value) |
void |
setRawWidth(float value) |
void |
setWidth(float value) |
getBlendInfo, getClipShapes, getEndFillArea, getGraph, getGraphicState, getGraphInfo, getID, getOpacity, getStrokeOpacity, isBoundingBoxRelative, isBoundingBoxRelative, setBlendInfo, setClipShapes, setEndFillArea, setGraph, setGraphInfo, setID, setOpacity, setStrokeOpacity
public String imagePath
public int imageType
public ShapeImage()
Initializes a new instance of the ShapeImage
class.
public float getLeft()
Gets or sets a float value that indicates the left position of the image.
public void setLeft(float value)
public float getBottom()
Gets or sets a float value that indicates the bottom position of the image.
public void setBottom(float value)
public float getWidth()
Gets or sets a float value that indicates the width of the image.
public void setWidth(float value)
public float getHeight()
Gets or sets a float value that indicates the height of the image.
public void setHeight(float value)
public float getRawWidth()
Gets or sets a float value that indicates the width of the image.
public void setRawWidth(float value)
public float getRawHeight()
Gets or sets a float value that indicates the height of the image.
public void setRawHeight(float value)
Copyright © 2016 Aspose. All Rights Reserved.