|
LibreOffice Module hwpfilter (master) 1
|
A cell has four properties to specify the position for itself in hwp. More...
#include <hbox.h>
Public Member Functions | |
| bool | Read (HWPFile &hwpf) |
Public Attributes | |
| unsigned char | key |
| short | p |
| short | color |
| short | x |
| short | y |
| short | w |
| short | h |
| short | txthigh |
| short | cellhigh |
| unsigned char | flag |
| unsigned char | changed |
| unsigned char | used |
| unsigned char | ver_align |
| unsigned char | linetype [4] |
| unsigned char | shade |
| unsigned char | diagonal |
| unsigned char | protect |
A cell has four properties to specify the position for itself in hwp.
Cell object
| bool Cell::Read | ( | HWPFile & | hwpf | ) |
Definition at line 196 of file hwpread.cxx.
References cellhigh, changed, diagonal, flag, h, linetype, p, protect, HWPFile::Read1b(), HWPFile::Read2b(), HWPFile::ReadBlock(), shade, txthigh, used, ver_align, w, x, and y.
| short Cell::color |
Definition at line 220 of file hbox.h.
Referenced by HwpReader::makeCaptionStyle(), HwpReader::makeFStyle(), and HwpReader::makeTableStyle().
| unsigned char Cell::linetype[4] |
Definition at line 226 of file hbox.h.
Referenced by HwpReader::makeCaptionStyle(), HwpReader::makeFStyle(), HwpReader::makeTableStyle(), and Read().
| unsigned char Cell::shade |
Definition at line 227 of file hbox.h.
Referenced by HwpReader::makeCaptionStyle(), HwpReader::makeFStyle(), HwpReader::makeTableStyle(), and Read().
| unsigned char Cell::ver_align |
Definition at line 225 of file hbox.h.
Referenced by HwpReader::makeTableStyle(), and Read().