LibreOffice Module hwpfilter (master) 1
|
Style for floating object. More...
#include <hbox.h>
Public Member Functions | |
FBoxStyle () | |
Public Attributes | |
unsigned char | anchor_type |
Anchor type : paragraph , page, char. More... | |
unsigned char | txtflow |
Kind of wrap. More... | |
short | xpos |
Horizontal alignment. More... | |
short | ypos |
Vertical alignment. More... | |
short | margin [3][4] = {} |
Every margin of border [0-2][] : out/in/cell margin [][0-3] : left/right/top/bottom. More... | |
short | boxnum |
Index of floating object. More... | |
unsigned char | boxtype |
Type of floating object : line, txtbox, image, table, equalizer and button. More... | |
short | cap_len |
void * | cell |
unsigned char FBoxStyle::anchor_type |
Anchor type : paragraph , page, char.
Definition at line 242 of file hbox.h.
Referenced by HwpReader::make_text_p3(), HwpReader::makeCaptionStyle(), HwpReader::makeDrawStyle(), HwpReader::makeFStyle(), HwpReader::makePicture(), HwpReader::makePictureDRAW(), HwpReader::makeTextBox(), TxtBox::Read(), Picture::Read(), Line::Read(), and HWPPara::readHBox().
short FBoxStyle::boxnum |
Index of floating object.
Definition at line 264 of file hbox.h.
Referenced by HwpReader::makeCaptionStyle(), HwpReader::makeFStyle(), HwpReader::makePicture(), HwpReader::makeTable(), HwpReader::makeTableStyle(), HwpReader::makeTextBox(), TxtBox::Read(), Picture::Read(), and Line::Read().
unsigned char FBoxStyle::boxtype |
Type of floating object : line, txtbox, image, table, equalizer and button.
Definition at line 268 of file hbox.h.
Referenced by HwpReader::makeAutoStyles(), HwpReader::makeCaptionStyle(), HwpReader::makeFStyle(), HwpReader::makeStyles(), TxtBox::Read(), Picture::Read(), and Line::Read().
short FBoxStyle::cap_len |
Definition at line 269 of file hbox.h.
Referenced by HwpReader::makeFStyle(), HwpReader::makePicture(), HwpReader::makeTextBox(), TxtBox::Read(), Picture::Read(), and Line::Read().
void* FBoxStyle::cell |
Definition at line 271 of file hbox.h.
Referenced by HwpReader::makeAutoStyles(), HwpReader::makeCaptionStyle(), HwpReader::makeFStyle(), HwpReader::makeStyles(), TxtBox::Read(), and Picture::Read().
short FBoxStyle::margin[3][4] = {} |
Every margin of border [0-2][] : out/in/cell margin [][0-3] : left/right/top/bottom.
Definition at line 260 of file hbox.h.
Referenced by HwpReader::makeFStyle(), HwpReader::makePicture(), HwpReader::makeTextBox(), TxtBox::Read(), Picture::Read(), and Line::Read().
unsigned char FBoxStyle::txtflow |
Kind of wrap.
Definition at line 246 of file hbox.h.
Referenced by HwpReader::makeCaptionStyle(), HwpReader::makeDrawStyle(), HwpReader::makeFStyle(), TxtBox::Read(), Picture::Read(), and Line::Read().
short FBoxStyle::xpos |
Horizontal alignment.
Definition at line 250 of file hbox.h.
Referenced by HwpReader::makeCaptionStyle(), HwpReader::makeFStyle(), TxtBox::Read(), Picture::Read(), and Line::Read().
short FBoxStyle::ypos |
Vertical alignment.
Definition at line 254 of file hbox.h.
Referenced by HwpReader::makeCaptionStyle(), HwpReader::makeFStyle(), TxtBox::Read(), Picture::Read(), and Line::Read().