"Fossies" - the Fresh Open Source Software archive

Member "zms/doc/epydoc/Products.zms.IZMSFormatProvider.IZMSFormatProvider-class.html" of archive ZMS-2.13.tar.gz:


Caution: In this restricted "Fossies" environment the current HTML page may not be correctly presentated and may have some non-functional links. Alternatively you can here view or download the uninterpreted source code. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.

Package Products :: Package zms :: Module IZMSFormatProvider :: Class IZMSFormatProvider
[frames] | no frames]

Class IZMSFormatProvider

zope.interface.Interface --+
                           |
                          IZMSFormatProvider

Instance Methods
string
getTextFormatDefault(self)
Returns id of default text-format
 
getTextFormat(self, id, REQUEST)
Returns text-format specified by given id
list
getTextFormats(self, REQUEST)
Returns list of all text-formats
list
getCharFormats(self)
Returns list of all character-formats
Method Details

getTextFormat(self, id, REQUEST)

 

Returns text-format specified by given id

Parameters:
  • REQUEST (ZPublisher.HTTPRequest) - the triggering request

getTextFormats(self, REQUEST)

 

Returns list of all text-formats

Parameters:
  • REQUEST (ZPublisher.HTTPRequest) - the triggering request
Returns: list