#include <p6render.h>
Inherits P6R::p6ICom.
Public Member Functions | |
virtual P6INT32 | addref (void)=0 |
virtual P6R::P6ERR | begin (void)=0 |
virtual P6R::P6ERR | end (void)=0 |
virtual P6R::P6ERR | getMimeType (P6WCHAR *pBuffer, P6SIZE cBuffer)=0 |
virtual P6R::P6ERR | getRowCount (P6SIZE *pRowCount)=0 |
virtual P6R::P6ERR | initialize (const P6WCHAR *pszMimeType, P6RENDERCOLDEF *pColDefArray, P6SIZE cColDefArray, p6IDataStream *pOutStream, P6RENDERFLAGS fFlags)=0 |
virtual P6R::P6ERR | queryInterface (const P6R::P6IID &iid, P6VOID **ppIface)=0 |
virtual P6INT32 | release (void)=0 |
virtual P6R::P6ERR | render (void)=0 |
virtual P6R::P6ERR | setColDecoration (const P6WCHAR *pszBeginCol, const P6WCHAR *pszEndCol)=0 |
virtual P6R::P6ERR | setColSeparator (const P6WCHAR chColSeparator)=0 |
virtual P6R::P6ERR | setData (P6SIZE nColumnIndex, P6ARG *pArg)=0 |
virtual P6R::P6ERR | setEpilog (const P6WCHAR *pszText)=0 |
virtual P6R::P6ERR | setEvenRowDecoration (const P6WCHAR *pszBeginRow, const P6WCHAR *pszEndRow)=0 |
virtual P6R::P6ERR | setHdrColDecoration (const P6R::P6WCHAR *pszBeginHdrCol, const P6R::P6WCHAR *pszEndHdrCol)=0 |
virtual P6R::P6ERR | setOddRowDecoration (const P6WCHAR *pszBeginRow, const P6WCHAR *pszEndRow)=0 |
virtual P6R::P6ERR | setProlog (const P6WCHAR *pszText)=0 |
A columnar text mode rendering interface that allows data to be rendered in columns using one of several encodings.
Currently Supported Encodings
Definition at line 56 of file p6render.h.