Methods
|
|
__init__
getBody
getHtml
getImage
getImageNames
getMimeType
getRaw
getText
getTitle
|
|
__init__
|
__init__ (
self,
name,
data,
)
|
|
getBody
|
getBody ( self )
Return body content as HTML
|
|
getHtml
|
getHtml ( self )
Return content as HTML
|
|
getImage
|
getImage ( self, image_name )
Return image (as raw content)
|
|
getImageNames
|
getImageNames ( self )
Return list of image names
|
|
getMimeType
|
getMimeType ( self )
Return computed mime type
|
|
getRaw
|
getRaw ( self )
Return raw content
|
|
getText
|
getText ( self )
Return content as raw text
|
|
getTitle
|
getTitle ( self )
Return title
|