Attribute list interface for sax writer.
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.
Single border object for all objects with borders.
void SetColor(XFColor const &color)
@descr Set border color.
void SetWidth(double width)
@descr Set border width in cm.
void SetWidthInner(double inner)
@descr Set inner line width for border with double line.
OUString GetLineWidth()
@descr First line width to OOo border width format.
void SetWidthOuter(double outer)
@descr Set outer line width for border with double line.
void SetDoubleLine(bool dual, bool bSameWidth)
@descr Set whether the border has double line.
void SetWidthSpace(double space)
@descr Set space between double lines of border.
Borders for object with borders.
void SetWidthSpace(enumXFBorder side, double space)
@descr Set space between two borders of border side.
void SetColor(enumXFBorder side, XFColor const &color)
@descr Set color of border side.
void SetWidthOuter(enumXFBorder side, double outer)
@descr Set outer border width of border side.
void ToXml(IXFStream *pStrm)
void SetDoubleLine(enumXFBorder side)
@descr Set border side as double line.
void SetWidth(enumXFBorder side, double width)
@descr Set width or border side.
void SetWidthInner(enumXFBorder side, double inner)
@descr Set inner border with of border side.
OUString ToString() const
bool operator!=(XFBorder const &b1, XFBorder const &b2)
bool operator==(XFBorder const &b1, XFBorder const &b2)