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

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
 

Detailed Description

Style for floating object.

Definition at line 237 of file hbox.h.

Constructor & Destructor Documentation

◆ FBoxStyle()

FBoxStyle::FBoxStyle ( )
inline

Definition at line 273 of file hbox.h.

Member Data Documentation

◆ anchor_type

unsigned char FBoxStyle::anchor_type

◆ boxnum

short FBoxStyle::boxnum

◆ boxtype

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

◆ cap_len

short FBoxStyle::cap_len

◆ cell

void* FBoxStyle::cell

◆ margin

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

◆ txtflow

unsigned char FBoxStyle::txtflow

◆ xpos

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

◆ ypos

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


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