Home | Trees | Indices | Help |
|
---|
|
Note: References used in this class: [1][2][3][4][5]
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
|
|
|||
contentType Returns the string representation of this data part's "Content-Type" header. |
|||
pages Returns a list of all the pages in this message |
|||
dataParts Returns a list of all the data parts in this message, including data parts that were added to slides in this message |
|
|
Adds a single data part (DataPart object) to the message, without connecting it to a specific slide/page in the message. A data part encapsulates some form of attachment, e.g. an image, audio etc.
Note: It is not necessary to explicitly add data parts to the message using this function if "addPage" is used; this method is mainly useful if you want to create MMS messages without SMIL support, i.e. messages of type "application/vnd.wap.multipart.mixed" |
Note:
This uses the |
Note:
This uses the |
Note:
This uses the |
|
contentTypeReturns the string representation of this data part's
"Content-Type" header. No parameter information is returned; to
get that, access the "Content-Type" header directly (which has
a tuple value)from the message's
|
pagesReturns a list of all the pages in this message
|
dataPartsReturns a list of all the data parts in this message, including data parts that were added to slides in this message
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon Jul 23 15:15:29 2007 | http://epydoc.sourceforge.net |