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

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
 

Detailed Description

A cell has four properties to specify the position for itself in hwp.

Cell object

Definition at line 216 of file hbox.h.

Member Function Documentation

◆ Read()

bool Cell::Read ( HWPFile hwpf)

Member Data Documentation

◆ cellhigh

short Cell::cellhigh

Definition at line 223 of file hbox.h.

Referenced by Read().

◆ changed

unsigned char Cell::changed

Definition at line 224 of file hbox.h.

Referenced by Read().

◆ color

short Cell::color

◆ diagonal

unsigned char Cell::diagonal

Definition at line 228 of file hbox.h.

Referenced by Read().

◆ flag

unsigned char Cell::flag

Definition at line 224 of file hbox.h.

Referenced by Read().

◆ h

short Cell::h

Definition at line 222 of file hbox.h.

Referenced by Read().

◆ key

unsigned char Cell::key

Definition at line 218 of file hbox.h.

◆ linetype

unsigned char Cell::linetype[4]

◆ p

short Cell::p

Definition at line 219 of file hbox.h.

Referenced by Read().

◆ protect

unsigned char Cell::protect

Definition at line 229 of file hbox.h.

Referenced by Read().

◆ shade

unsigned char Cell::shade

◆ txthigh

short Cell::txthigh

Definition at line 223 of file hbox.h.

Referenced by Read().

◆ used

unsigned char Cell::used

Definition at line 224 of file hbox.h.

Referenced by Read().

◆ ver_align

unsigned char Cell::ver_align

Definition at line 225 of file hbox.h.

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

◆ w

short Cell::w

Definition at line 222 of file hbox.h.

Referenced by Read().

◆ x

short Cell::x

Definition at line 221 of file hbox.h.

Referenced by Read().

◆ y

short Cell::y

Definition at line 221 of file hbox.h.

Referenced by Read().


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