LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
SwXMLTableContext::ColumnWidthInfo Struct Reference

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...
 

Detailed Description

Holds basic information about a column's width.

Definition at line 57 of file xmltbli.hxx.

Constructor & Destructor Documentation

◆ ColumnWidthInfo()

SwXMLTableContext::ColumnWidthInfo::ColumnWidthInfo ( sal_uInt16  wdth,
bool  isRel 
)
inline

Definition at line 60 of file xmltbli.hxx.

Member Data Documentation

◆ isRelative

bool SwXMLTableContext::ColumnWidthInfo::isRelative

True for a relative width, false for absolute.

Definition at line 59 of file xmltbli.hxx.

◆ width

sal_uInt16 SwXMLTableContext::ColumnWidthInfo::width

Column width (absolute or relative).

Definition at line 58 of file xmltbli.hxx.


The documentation for this struct was generated from the following file: