60#ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFMARGINS_HXX
61#define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFMARGINS_HXX
65#define XFMARGINS_FLAG_LEFT 0x00000001
66#define XFMARGINS_FLAG_RIGHT 0x00000002
67#define XFMARGINS_FLAG_TOP 0x00000004
68#define XFMARGINS_FLAG_BOTTOM 0x00000008
Stream wrapper for sax writer.
void SetLeft(double left)
void SetRight(double right)
void SetBottom(double bottom)
friend bool operator==(XFMargins const &indent1, XFMargins const &indent2)
friend bool operator!=(XFMargins const &indent1, XFMargins const &indent2)
void ToXml(IXFStream *pStrm)
#define XFMARGINS_FLAG_LEFT
#define XFMARGINS_FLAG_BOTTOM
#define XFMARGINS_FLAG_RIGHT
#define XFMARGINS_FLAG_TOP