This commit is contained in:
Kamil Kerimov
2024-01-18 01:12:15 +05:00
parent ba9d6b430a
commit d593418616
3 changed files with 57 additions and 11 deletions

View File

@ -254,17 +254,17 @@ void style_content::create_child_element( const std::wstring & Ns, const std::ws
}
void style_content::serialize(std::wostream & strm)
{
if (style_text_properties_) style_text_properties_->serialize(strm);
if (style_paragraph_properties_)style_paragraph_properties_->serialize(strm);
if (style_section_properties_) style_section_properties_->serialize(strm);
if (style_ruby_properties_) style_ruby_properties_->serialize(strm);
if (style_table_properties_) style_table_properties_->serialize(strm);
if (style_table_column_properties_)style_table_column_properties_->serialize(strm);
if (style_table_row_properties_)style_table_row_properties_->serialize(strm);
if (style_chart_properties_) style_chart_properties_->serialize(strm);
if (style_graphic_properties_) style_graphic_properties_->serialize(strm);
if (style_table_cell_properties_)style_table_cell_properties_->serialize(strm);
if (style_drawing_page_properties_)style_drawing_page_properties_->serialize(strm);
if (style_table_cell_properties_) style_table_cell_properties_->serialize(strm);
if (style_graphic_properties_) style_graphic_properties_->serialize(strm);
if (style_paragraph_properties_) style_paragraph_properties_->serialize(strm);
if (style_section_properties_) style_section_properties_->serialize(strm);
if (style_ruby_properties_) style_ruby_properties_->serialize(strm);
if (style_table_properties_) style_table_properties_->serialize(strm);
if (style_table_column_properties_) style_table_column_properties_->serialize(strm);
if (style_table_row_properties_) style_table_row_properties_->serialize(strm);
if (style_chart_properties_) style_chart_properties_->serialize(strm);
if (style_drawing_page_properties_) style_drawing_page_properties_->serialize(strm);
if (style_text_properties_) style_text_properties_->serialize(strm);
}
// style:default-style