|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.pdf.elements.PdfElementBase
com.aspose.pdf.elements.ImageInfo
Encapsulates info for an Image paragraph.
Image
Constructor Summary | |
ImageInfo(ElementFactory elementFactory)
Initializes a new instance of the ImageInfo class. |
Method Summary | |
int |
getAlignment()
Gets an AlignmentType object that indicates the image alignment type. |
java.lang.String |
getDefaultFile()
Gets a string that indicates the default image file name. |
java.lang.String |
getFile()
Gets a string that indicates the image file name and its path. |
float |
getFixWidth()
Gets a float value that indicates the fixed width of the image. |
java.lang.String |
getImageFileType()
Gets a ImageFileType object that indicates the image type. |
byte[] |
getMemoryData()
Gets a byte array that indicates the image data in memory. |
java.lang.String |
getOpenType()
Gets a ImageOpenType that indicates the image open type. |
java.lang.String |
getTitle()
Gets a string value that indicates the title of the image. |
TextInfo |
getTitleTextInfo()
Gets a TextInfo object that indicates the text info of the image Title. |
ImageInfo |
setAlignment(int alignment)
Sets a AlignmentType object that indicates the image alignment type. |
ImageInfo |
setDefaultFile(java.lang.String file)
Sets a string that indicates the default image file name. |
ImageInfo |
setFile(java.lang.String file)
Sets a string that indicates the image file name and its path. |
ImageInfo |
setFixWidth(float width)
Sets a float value that indicates the fixed width of the image. |
ImageInfo |
setImageFileType(java.lang.String fileType)
Sets a ImageFileType object that indicates the image type. |
ImageInfo |
setMemoryData(byte[] data)
Sets a byte array that indicates the image data in memory. |
ImageInfo |
setOpenType(java.lang.String type)
Sets a ImageOpenType that indicates the image open type. |
ImageInfo |
setTitle(java.lang.String title)
Sets a string value that indicates the title of the image. |
ImageInfo |
setTitleTextInfo(TextInfo textInfo)
Sets a TextInfo object that indicates the text info of the image Title. |
Methods inherited from class com.aspose.pdf.elements.PdfElementBase |
clone, getDOMElement, getElementFactory, getID, getNameIndex, setID |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ImageInfo(ElementFactory elementFactory)
Method Detail |
public int getAlignment()
AlignmentType
public ImageInfo setAlignment(int alignment)
alignment
- The alignment to set.AlignmentType
public java.lang.String getDefaultFile()
public ImageInfo setDefaultFile(java.lang.String file)
file
- The defaultFile to set.public java.lang.String getFile()
public ImageInfo setFile(java.lang.String file)
file
- The file to set.public float getFixWidth()
public ImageInfo setFixWidth(float width)
width
- The FixWidth to set.public java.lang.String getImageFileType()
public ImageInfo setImageFileType(java.lang.String fileType)
fileType
- The ImageFileType to set.public byte[] getMemoryData()
public ImageInfo setMemoryData(byte[] data)
data
- The MemoryData to set.public java.lang.String getOpenType()
ImageOpenType
public ImageInfo setOpenType(java.lang.String type)
type
- The ImageOpenType to set.ImageOpenType
public java.lang.String getTitle()
public ImageInfo setTitle(java.lang.String title)
public TextInfo getTitleTextInfo()
TextInfo.
public ImageInfo setTitleTextInfo(TextInfo textInfo)
textInfo
- The TitleTextInfo to set.TextInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |