60#ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFCOLSTYLE_HXX
61#define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFCOLSTYLE_HXX
Stream wrapper for sax writer.
Column style, it has only one property-the column width.
double GetWidth() const
@descr return column width.
virtual enumXFStyle GetStyleFamily() override
@descr get style family.
void SetWidth(double width)
@descr Set column width.
virtual void ToXml(IXFStream *pStrm) override
@descr output column style as an xml node.
virtual ~XFColStyle() override
implements ixfstyle interface.