Methods
|
|
__init__
getHtml
getImage
getImageNames
getRaw
getText
|
|
__init__
|
__init__ (
self,
name,
data,
)
|
|
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
|
|
getRaw
|
getRaw ( self )
Return raw content
|
|
getText
|
getText ( self )
Return content as raw text
|