ipworks
Class HTMLImage
java.lang.Object
ipworks.HTMLImage
public class HTMLImage
- extends java.lang.Object
This type describes an HTML embedded image.
Each image in the HTML message gets set when the MessageHTML
property is set. However, you may
make changes to the fields for each HTMLImage before the message is sent.
File:
This field contains the name of the image files embedded into the HTML message.
This value is updated every time MessageHTML
is set. You may change the file names prior to sending (e.g. if they don't point to valid files).
Id:
This field contains the content identifier for embedded images. This value is computed automatically, unless ParseHTML
is False, in which case you are responsible for providing it.
ImageType:
This field contains the content type for embedded images. This value is
determined automatically, unless ParseHTML
is False, in which case you are responsible for providing it.
- See Also:
Atom
,
Atom.HTMLImage
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLImage
public HTMLImage()
HTMLImage
public HTMLImage(java.lang.String file)
getFile
public java.lang.String getFile()
setFile
public void setFile(java.lang.String value)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String value)
getImageType
public java.lang.String getImageType()
setImageType
public void setImageType(java.lang.String value)
Copyright (c) 2013 /n software inc. - All rights reserved.