153 else if( pOther->
m_pFont.is() )
190 if( !style.isEmpty() )
Attribute list interface for sax writer.
virtual void Clear()=0
@descr: Clear all the attributes in the attribute list.
virtual void AddAttribute(const OUString &name, const OUString &value)=0
@descr: Add an attribute to the attribute list.
Stream wrapper for sax writer.
virtual IXFAttrList * GetAttrList()=0
@descr return the Attribute list interface.
virtual void StartElement(const OUString &oustr)=0
@descr Wrap XDocumentHandler::startElement()
virtual void EndElement(const OUString &oustr)=0
@descr Wrap XDocumentHandler::endElement()
@descr Interface for all style object.
virtual enumXFStyle GetStyleFamily()=0
@descr: return the style family.
Borders for object with borders.
@descr Style object for cell.
enumXFAlignType m_eVertAlign
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
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
bool IsValid() const
@descr helper function to assert whether a color is valid.
OUString ToString() const
void ToXml(IXFStream *pStrm)
void ToXml(IXFStream *pStrm)
@descr Output padding properties.
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.
void ToXml(IXFStream *pStrm)
virtual OUString GetStyleName() override
@descr get style name.
OUString m_strParentStyleName
virtual OUString GetParentStyleName() override
@descr set parent style name.
OUString GetAlignName(enumXFAlignType align)