FlexCell
From ReporteRs v0.5
by David Gohel
Cell object for FlexTable
Create a representation of a cell that can be inserted in a FlexTable.
Usage
FlexCell(value, colspan = 1, parProp = parProperties(),
cellProp = cellProperties())
Arguments
- value
a content value - a value of type
character
orpot
orset_of_paragraphs
.- colspan
defines the number of columns the cell should span
- parProp
parProperties to apply to content
- cellProp
cellProperties to apply to content
See Also
Examples
# NOT RUN {
FlexCell( value = "Hello" )
FlexCell( value = "Hello", colspan = 3)
FlexCell( "Column 1", cellProp = cellProperties(background.color="#527578") )
# }
Community examples
Looks like there are no examples yet.