LibreOffice Module sw (master) 1
|
Holds basic information about a column's width. More...
Public Member Functions | |
ColumnWidthInfo (sal_uInt16 wdth, bool isRel) | |
Public Attributes | |
sal_uInt16 | width |
Column width (absolute or relative). More... | |
bool | isRelative |
True for a relative width, false for absolute. More... | |
Holds basic information about a column's width.
Definition at line 57 of file xmltbli.hxx.
|
inline |
Definition at line 60 of file xmltbli.hxx.
bool SwXMLTableContext::ColumnWidthInfo::isRelative |
True for a relative width, false for absolute.
Definition at line 59 of file xmltbli.hxx.
sal_uInt16 SwXMLTableContext::ColumnWidthInfo::width |
Column width (absolute or relative).
Definition at line 58 of file xmltbli.hxx.