#include <CompoundTypeParameter.h>
Public Methods | |
| CompoundTypeParameter () | |
| Default constructor | |
| CompoundTypeParameter (std::string linking_key) | |
| Constructor | |
| ~CompoundTypeParameter () | |
| Destructor | |
Public Attributes | |
| CompoundTypeOption::RepeatingRowsPattern | m_repeating_rows_pattern = CompoundTypeOption::RepeatingRowsPattern::Fixed |
| Row number pattern of breakdown part | |
| CompoundTypeOption::MultiplePagesStyle | m_multiple_pages_style = CompoundTypeOption::MultiplePagesStyle::RepeatTemplate |
| Style when a breakdown part with a fixed number of rows spans multiple pages | |
| CompoundTypeOption::DeletingFooterRule | m_deleting_footer_rule = CompoundTypeOption::DeletingFooterRule::LeaveAll |
| Editing rule for the footer part with a fixed number of rows | |
| std::string | m_linking_key |
| Column name with unique value in the data | |
| std::string | m_main_data_path = "" |
| File path for the non-breakdown data | |
| std::vector< std::string > | m_sub_data_paths |
| File path for the breakdown data | |
| CommonOption::DataType | m_data_type = CommonOption::DataType::CSV |
| File format for merging data | |
| CommonOption::DataFileEncoding | m_file_encoding = CommonOption::DataFileEncoding::SJIS |
| File encoding | |
|
|
Default constructor
|
|
|
Constructor
|
|
|
Destructor
|
|
|
Row number pattern of breakdown part
|
|
|
Style when a breakdown part with a fixed number of rows spans multiple pages
|
|
|
Editing rule for the footer part with a fixed number of rows
|
|
|
Column name with unique value in the data
|
|
|
File path for the non-breakdown data
|
|
|
File path for the breakdown data
|
|
|
File format for merging data
|
|
|
File encoding
|