60#ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFCELLSTYLE_HXX
61#define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFCELLSTYLE_HXX
Stream wrapper for sax writer.
@descr Interface for all style object.
Borders for object with borders.
@descr Style object for cell.
enumXFAlignType m_eVertAlign
void SetAlignType(enumXFAlignType hori, enumXFAlignType vert)
@descr: Set alignment property of the cell.
void SetBackImage(std::unique_ptr< XFBGImage > &rImage)
descr: set cell background image.
void SetBackColor(XFColor const &color)
@descr: Set background color of the cell.
void SetBorders(XFBorders *pBorders)
@descr: The borders are complex, so you have to create one before use.
virtual bool Equal(IXFStyle *pStyle) override
Affirm whether two XFCellStyle objects are equal.
enumXFAlignType m_eHoriAlign
rtl::Reference< XFFont > m_pFont
void SetDataStyle(const OUString &style)
@descr Set cell data format style name.
std::unique_ptr< XFBorders > m_pBorders
virtual void ToXml(IXFStream *pStrm) override
virtual enumXFStyle GetStyleFamily() override
@descr get style family.
virtual ~XFCellStyle() override
void SetPadding(double left, double right, double top, double bottom)
@descr: Set the padding of the paragraph.This is the distance between the border and the top of the t...
std::unique_ptr< XFBGImage > m_xBackImage
@descr The font struct of openoffice xml filter.
Paddings for paragraph,frame, ...
implements ixfstyle interface.