~ubuntu-branches/ubuntu/natty/libwpd/natty

« back to all changes in this revision

Viewing changes to src/lib/WPXHLListenerImpl.h

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2007-06-15 13:28:41 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070615132841-00nybwftc708w96n
Tags: 0.8.10-1
* New upstream release
* bump shlibs for libwpd-stream8c2a 

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
        \li \c fo:font-variant (small-caps, if present)
138
138
        \li \c style:font-name The name of the font used in the span, a text string in ascii
139
139
        \li \c fo:font-size The size of the font used in the span, in points (72 points per inch)
140
 
        \li \c fo:color The color of the font used in the span (encoded in hex: #RRGGBB)
141
 
        \li \c style:text-background-color The background color of the text in the span
 
140
        \li \c fo:color The color of the font used in the span (encoded in hex: \#RRGGBB)
 
141
        \li \c style:text-background-color The background color of the text in the span (encoded in hex: \#RRGGBB)
142
142
        */
143
143
        virtual void openSpan(const WPXPropertyList &propList) = 0;
144
144
        /**
293
293
        \li \c fo:border-right Properties of the right border of the cell
294
294
        \li \c fo:border-top Properties of the top border of the cell
295
295
        \li \c fo:border-bottom Properties of the bottom border of the cell
296
 
        \li \c fo:background-color Color of the cell
 
296
        \li \c fo:background-color Color of the cell (encoded in hex: \#RRGGBB)
297
297
        \li \c fo:vertical-align Vertical alignment of the content in the cell (top, middle, or bottom)
298
298
        */
299
299
        virtual void openTableCell(const WPXPropertyList &propList) = 0;