public final class Image extends BaseParagraph implements com.aspose.ms.System.ICloneable
Constructor and Description |
---|
Image() |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Clone the image.
|
String |
getFile()
Gets the image file.
|
double |
getFixHeight()
Gets the image height.
|
double |
getFixWidth()
Gets the image width.
|
Hyperlink |
getHyperlink()
Gets the image hyperlink.
|
double |
getImageScale()
Gets the image scale.
|
InputStream |
getImageStream()
Gets the image stream.
|
void |
setFile(String value)
Sets the image file.
|
void |
setFixHeight(double value)
Sets the image height.
|
void |
setFixWidth(double value)
Sets the image width.
|
void |
setHyperlink(Hyperlink value)
Sets the image hyperlink.
|
void |
setImageScale(double value)
Sets the image scale.
|
void |
setImageStream(InputStream value)
Sets the image stream.
|
getMargin, isKeptWithNext, isKeptWithNext, setHorizontalAlignment, setMargin, setVerticalAlignment
public String getFile()
public void setFile(String value)
public double getFixWidth()
public void setFixWidth(double value)
public double getFixHeight()
public void setFixHeight(double value)
public Hyperlink getHyperlink()
public void setHyperlink(Hyperlink value)
public double getImageScale()
Gets the image scale.
public void setImageScale(double value)
Sets the image scale.
public InputStream getImageStream()
public void setImageStream(InputStream value)
public Object deepClone()
deepClone
in interface com.aspose.ms.System.ICloneable
deepClone
in class BaseParagraph
Copyright © 2017 Aspose. All Rights Reserved.