interface documentation

class IZMSFormatProvider(Interface): (source)

View In Hierarchy

Undocumented

Method getCharFormats Returns list of all character-formats
Method getTextFormat Returns text-format specified by given id
Method getTextFormatDefault Returns id of default text-format
Method getTextFormats Returns list of all text-formats
def getCharFormats(self): (source)

Returns list of all character-formats

Returns
listUndocumented
def getTextFormat(self, id, REQUEST): (source)

Returns text-format specified by given id

Parameters
idUndocumented
REQUEST:ZPublisher.HTTPRequestthe triggering request
def getTextFormatDefault(self): (source)

Returns id of default text-format

Returns
stringUndocumented
def getTextFormats(self, REQUEST): (source)

Returns list of all text-formats

Parameters
REQUEST:ZPublisher.HTTPRequestthe triggering request
Returns
listUndocumented