10 #ifndef IWORKTABLERECORDER_H_INCLUDED
11 #define IWORKTABLERECORDER_H_INCLUDED
15 #include <boost/optional.hpp>
34 void setHeaders(
unsigned headerColumns,
unsigned headerRows,
unsigned footerRows);
45 void insertCell(
unsigned column,
unsigned row,
const boost::optional<std::string> &
value,
const std::shared_ptr<IWORKText> &
content,
const boost::optional<IWORKDateTimeData> &dateTime,
unsigned columnSpan,
unsigned rowSpan,
const IWORKFormulaPtr_t &
formula,
const boost::optional<unsigned> &formulaHC,
const IWORKStylePtr_t &style,
IWORKCellType type);
56 std::shared_ptr<Impl>
m_impl;
61 #endif // IWORKTABLERECORDER_H_INCLUDED
CellType
Definition: IWORKTable.h:53
void setComment(unsigned column, unsigned row, IWORKOutputElements const &text)
Definition: IWORKTableRecorder.cpp:359
Definition: IWORKTableRecorder.cpp:335
void setSize(unsigned columns, unsigned rows)
Definition: IWORKTableRecorder.cpp:364
Definition: IWORKOutputElements.h:32
void setRepeated(bool columns, bool rows)
Definition: IWORKTableRecorder.cpp:379
void insertCell(unsigned column, unsigned row, const boost::optional< std::string > &value, const std::shared_ptr< IWORKText > &content, const boost::optional< IWORKDateTimeData > &dateTime, unsigned columnSpan, unsigned rowSpan, const IWORKFormulaPtr_t &formula, const boost::optional< unsigned > &formulaHC, const IWORKStylePtr_t &style, IWORKCellType type)
Definition: IWORKTableRecorder.cpp:411
void setBandedRows(bool banded)
Definition: IWORKTableRecorder.cpp:374
Definition: IWORKToken.h:167
void setStyle(const IWORKStylePtr_t &style)
Definition: IWORKTableRecorder.cpp:389
std::shared_ptr< IWORKStyle > IWORKStylePtr_t
Definition: IWORKStyle_fwd.h:21
Definition: PAG1Token.h:43
Definition: IWORKToken.h:631
void setBorders(const IWORKGridLineMap_t &verticalLines, const IWORKGridLineMap_t &horizontalLines)
Definition: IWORKTableRecorder.cpp:399
std::shared_ptr< Impl > m_impl
Definition: IWORKTableRecorder.h:53
Definition: IWORKToken.h:472
void setDefaultCellStyle(IWORKTable::CellType type, const IWORKStylePtr_t &style)
Definition: IWORKTableRecorder.cpp:421
Definition: KEY1Token.h:198
IWORKTableRecorder()
Definition: IWORKTableRecorder.cpp:347
std::deque< IWORKColumnRowSize > IWORKRowSizes_t
Definition: IWORKTypes_fwd.h:26
Definition: IWORKToken.h:421
std::deque< IWORKColumnRowSize > IWORKColumnSizes_t
Definition: IWORKTypes_fwd.h:22
Definition: IWORKToken.h:392
void setDefaultLayoutStyle(IWORKTable::CellType type, const IWORKStylePtr_t &style)
Definition: IWORKTableRecorder.cpp:426
Definition: IWORKTableRecorder.h:26
std::shared_ptr< IWORKFormula > IWORKFormulaPtr_t
Definition: IWORKTypes.h:123
Definition: IWORKToken.h:158
std::map< unsigned, IWORKGridLine_t > IWORKGridLineMap_t
Definition: IWORKTypes.h:122
void setHeaders(unsigned headerColumns, unsigned headerRows, unsigned footerRows)
Definition: IWORKTableRecorder.cpp:369
void setSizes(const IWORKColumnSizes_t &columnSizes, const IWORKRowSizes_t &rowSizes)
Definition: IWORKTableRecorder.cpp:394
Definition: IWORKToken.h:228
Definition: IWORKToken.h:156
Definition: IWORKTable.h:31
void insertCoveredCell(unsigned column, unsigned row)
Definition: IWORKTableRecorder.cpp:416
Definition: IWORKToken.h:493
void setDefaultParagraphStyle(IWORKTable::CellType type, const IWORKStylePtr_t &style)
Definition: IWORKTableRecorder.cpp:431
IWORKCellType
Definition: IWORKEnum.h:79
Definition: IWORKToken.h:390
void setOrder(int order)
Definition: IWORKTableRecorder.cpp:384
void replay(IWORKTable &table) const
Definition: IWORKTableRecorder.cpp:352