LibreOffice Module lotuswordpro (master) 1
Public Member Functions | Private Attributes | Friends | List of all members
XFColumnSep Class Reference

#include <xfcolumns.hxx>

Collaboration diagram for XFColumnSep:
[legend]

Public Member Functions

 XFColumnSep ()
 
void SetRelHeight (sal_Int32 height)
 
void SetWidth (double width)
 
void SetColor (XFColor const &color)
 
void SetVerticalAlign (enumXFAlignType align)
 
void ToXml (IXFStream *pStrm)
 

Private Attributes

sal_Int32 m_nRelHeight
 
double m_fWidth
 
XFColor m_aColor
 
enumXFAlignType m_eVertAlign
 

Friends

class XFColumns
 

Detailed Description

Definition at line 107 of file xfcolumns.hxx.

Constructor & Destructor Documentation

◆ XFColumnSep()

XFColumnSep::XFColumnSep ( )
inline

Definition at line 110 of file xfcolumns.hxx.

Member Function Documentation

◆ SetColor()

void XFColumnSep::SetColor ( XFColor const &  color)

Definition at line 96 of file xfcolumns.cxx.

References m_aColor.

Referenced by LwpLayout::GetColumnSep().

◆ SetRelHeight()

void XFColumnSep::SetRelHeight ( sal_Int32  height)

Definition at line 87 of file xfcolumns.cxx.

References m_nRelHeight.

Referenced by LwpLayout::GetColumnSep().

◆ SetVerticalAlign()

void XFColumnSep::SetVerticalAlign ( enumXFAlignType  align)

Definition at line 100 of file xfcolumns.cxx.

References m_eVertAlign.

Referenced by LwpLayout::GetColumnSep().

◆ SetWidth()

void XFColumnSep::SetWidth ( double  width)

Definition at line 92 of file xfcolumns.cxx.

References m_fWidth.

Referenced by LwpLayout::GetColumnSep().

◆ ToXml()

void XFColumnSep::ToXml ( IXFStream pStrm)

Friends And Related Function Documentation

◆ XFColumns

friend class XFColumns
friend

Definition at line 123 of file xfcolumns.hxx.

Member Data Documentation

◆ m_aColor

XFColor XFColumnSep::m_aColor
private

Definition at line 127 of file xfcolumns.hxx.

Referenced by SetColor(), and ToXml().

◆ m_eVertAlign

enumXFAlignType XFColumnSep::m_eVertAlign
private

Definition at line 128 of file xfcolumns.hxx.

Referenced by SetVerticalAlign(), and ToXml().

◆ m_fWidth

double XFColumnSep::m_fWidth
private

Definition at line 126 of file xfcolumns.hxx.

Referenced by SetWidth(), and ToXml().

◆ m_nRelHeight

sal_Int32 XFColumnSep::m_nRelHeight
private

Definition at line 125 of file xfcolumns.hxx.

Referenced by SetRelHeight(), and ToXml().


The documentation for this class was generated from the following files: