Add paragraph styles

This commit is contained in:
Alexey
2023-04-18 22:05:29 +03:00
parent 9a0d42b957
commit acb9af928f
18 changed files with 273 additions and 177 deletions

View File

@ -15,8 +15,6 @@ namespace NSDocxRenderer
void NewDocument();
void ToXml(NSStringUtils::CStringBuilder& oWriter);
const std::shared_ptr<CFontStyle> GetFontStyle(const std::wstring& wsFontStyleId) const;
std::shared_ptr<const CFontStyle> GetOrAddFontStyle(const CFontStyle& oFontStyle);
std::shared_ptr<const CFontStyle> GetOrAddFontStyle(const NSStructures::CBrush& oBrush,
const std::wstring& wsFontName,