60#ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFBGIMAGE_HXX
61#define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFBGIMAGE_HXX
Stream wrapper for sax writer.
@descr Interface for all style object.
void SetPosition(enumXFAlignType horiAlign=enumXFAlignCenter, enumXFAlignType vertAlign=enumXFAlignCenter)
@descr Set the image position type.
void SetStretch()
@descr Set whether the image should be stretched to fill the owner object.
virtual void ToXml(IXFStream *pStrm) override
virtual bool Equal(IXFStyle *pStyle) override
@descr decide whether there has been a style that is the same as this object.
friend bool operator==(XFBGImage const &img1, XFBGImage const &img2)
void SetRepeate()
@descr Set background image repeat style.
enumXFAlignType m_eVertAlign
friend bool operator!=(XFBGImage const &img1, XFBGImage const &img2)
void SetFileLink(const OUString &fileName)
@descr Use file link as image source.
enumXFAlignType m_eHoriAlign
void SetImageData(sal_uInt8 const *buf, int len)
@descr Use base64 stream as image source.
implements ixfstyle interface.