LibreOffice Module hwpfilter (master) 1
Public Member Functions | Public Attributes | List of all members
Table Struct Reference

#include <hbox.h>

Collaboration diagram for Table:
[legend]

Public Member Functions

 Table ()
 

Public Attributes

Columns columns
 
Rows rows
 
std::vector< std::unique_ptr< TCell > > cells
 
TxtBoxbox
 

Detailed Description

Definition at line 510 of file hbox.h.

Constructor & Destructor Documentation

◆ Table()

Table::Table ( )
inline

Definition at line 512 of file hbox.h.

Member Data Documentation

◆ box

TxtBox* Table::box

Definition at line 517 of file hbox.h.

Referenced by HwpReader::makeTableStyle().

◆ cells

std::vector<std::unique_ptr<TCell> > Table::cells

Definition at line 516 of file hbox.h.

Referenced by HwpReader::makeTable(), and HwpReader::makeTableStyle().

◆ columns

Columns Table::columns

Definition at line 514 of file hbox.h.

Referenced by HwpReader::makeTable(), and HwpReader::makeTableStyle().

◆ rows

Rows Table::rows

Definition at line 515 of file hbox.h.

Referenced by HwpReader::makeTableStyle().


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