61#ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFFRAMESTYLE_HXX
62#define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFFRAMESTYLE_HXX
102 void SetBorders(std::unique_ptr<XFBorders> pBorders);
Stream wrapper for sax writer.
Borders for object with borders.
Style for all frame objects.
void SetYPosType(enumXFFrameYPos pos, enumXFFrameYRel rel)
@descr Set vertical position type.
void SetTransparency(sal_Int16 nTransparency)
void SetTextDir(enumXFTextDir dir)
@descr Set text dir.
void SetMargins(double left, double right, double top, double bottom)
@descr: space between frame and paragraph text.
std::unique_ptr< XFBorders > m_pBorders
void SetColumns(XFColumns *pColumns)
@descr: set the column property of the frame.
std::unique_ptr< XFColumns > m_pColumns
sal_Int16 m_nTransparency
void SetWrapType(enumXFWrap wrap)
void SetProtect(bool content, bool size, bool pos)
@descr Set whether frame is protected.
std::unique_ptr< XFShadow > m_pShadow
std::unique_ptr< XFBGImage > m_pBGImage
void SetXPosType(enumXFFrameXPos pos, enumXFFrameXRel rel)
@descr Set horizontal position type.
void SetBackColor(XFColor const &color)
@descr: set the background color of the frame.
void SetShadow(XFShadow *pShadow)
@descr: set the shadow object the frame.
virtual void ToXml(IXFStream *pStrm) override
virtual ~XFFrameStyle() override
void SetBorders(std::unique_ptr< XFBorders > pBorders)
@descr: set the border property of the frame.
void SetBackImage(std::unique_ptr< XFBGImage > &rImage)
@descr: set the background image of the frame.
void SetPadding(double left, double right, double top, double bottom)
@descr: space between frame and text inside frame.
virtual enumXFStyle GetStyleFamily() override
@descr get style family.
void SetLeft(double left)
void SetRight(double right)
void SetBottom(double bottom)
Paddings for paragraph,frame, ...
void SetBottom(double bottom)
@descr Set padding bottom.
void SetLeft(double left)
@descr Set padding left.
void SetTop(double top)
@descr Set padding top.
void SetRight(double right)
@descr Set padding right.
implements ixfstyle interface.