|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMimeMultipart
This interface represents a multi-part MIME item.
Method Summary | |
---|---|
java.lang.String |
getContentAsText()
Return the text content as simple text. |
long |
getContentLength()
Returns the content length for the file |
java.lang.String |
getHTML()
Returns an HTML representation of the MIME |
java.lang.String |
getItemName()
Returns the name of the name of the rich text item which holds this Mime |
long[] |
getMimeLengths()
Returns an array of content lengths for the files |
IMimePart[] |
getMimeParts()
Returns an array of IMimeParts |
java.lang.String[] |
getMimeTypes()
Returns an array of content types for the files |
boolean |
isHTMLConverted()
Returns true if the HTML is the result of a conversion that requires a user prompt |
boolean |
isSameAs(IMimeMultipart rval)
Returns the position |
void |
setHTMLConverted(boolean isConverted)
Specifies if the HTML is the result of a conversion that requires a user prompt |
Method Detail |
---|
java.lang.String[] getMimeTypes()
long[] getMimeLengths()
IMimePart[] getMimeParts()
long getContentLength()
java.lang.String getItemName()
java.lang.String getHTML()
java.lang.String getContentAsText()
boolean isSameAs(IMimeMultipart rval)
boolean isHTMLConverted()
void setHTMLConverted(boolean isConverted)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |