rtfgenerator.h (ansifilter-2.17.tar.bz2) | : | rtfgenerator.h (ansifilter-2.18.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 108 | skipping to change at line 108 | |||
/** utf-8 to utf-16 conversion variables */ | /** utf-8 to utf-16 conversion variables */ | |||
unsigned long utf16Char; | unsigned long utf16Char; | |||
size_t utf8SeqLen; | size_t utf8SeqLen; | |||
/** \return escaped character*/ | /** \return escaped character*/ | |||
virtual string maskCharacter(unsigned char ); | virtual string maskCharacter(unsigned char ); | |||
/** \return escaped character*/ | /** \return escaped character*/ | |||
virtual string maskCP437Character(unsigned char ); | virtual string maskCP437Character(unsigned char ); | |||
virtual string getHyperlink(string uri, string txt); | ||||
/**\return text formatting attributes in RTF format */ | /**\return text formatting attributes in RTF format */ | |||
string getAttributes( const StyleColour & col); | string getAttributes( const StyleColour & col); | |||
/** @param styleNumber number of current style | /** @param styleNumber number of current style | |||
@param elem associated element style | @param elem associated element style | |||
@return RTF formatting seqence (colour index + bold + italic)*/ | @return RTF formatting seqence (colour index + bold + italic)*/ | |||
string getOpenTag(); | string getOpenTag(); | |||
/** @param elem associated element style | /** @param elem associated element style | |||
@return RTF formatting sequnce to close element formatting */ | @return RTF formatting sequnce to close element formatting */ | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added |