harud ~master (2019-08-21T14:41:53Z)
Dub
Repo
Column
harud
table
Describes a table colums (cell)
struct
Column {
int
colSpan
;
string
text
;
HaruTextAlignment
alignment
;
CellBorder
border
;
float
paddingLeft
;
float
paddingTop
;
float
paddingRight
;
float
paddingBottom
;
HaruCMYKColor
fillColor
;
HaruCMYKColor
borderColor
;
}
Members
Variables
alignment
HaruTextAlignment
alignment
;
Undocumented in source.
border
CellBorder
border
;
Undocumented in source.
borderColor
HaruCMYKColor
borderColor
;
Undocumented in source.
colSpan
int
colSpan
;
Undocumented in source.
fillColor
HaruCMYKColor
fillColor
;
Undocumented in source.
paddingBottom
float
paddingBottom
;
Undocumented in source.
paddingLeft
float
paddingLeft
;
Undocumented in source.
paddingRight
float
paddingRight
;
Undocumented in source.
paddingTop
float
paddingTop
;
Undocumented in source.
text
string
text
;
Undocumented in source.
Meta
Source
See Implementation
harud
table
classes
Table
enums
CellBorder
structs
Column
Describes a table colums (cell)