mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
default false
This commit is contained in:
@ -14,12 +14,12 @@
|
||||
|
||||
struct CHtmlParams
|
||||
{
|
||||
std::wstring m_sGenres; // Жанры
|
||||
std::wstring m_sAuthors; // Авторы
|
||||
std::wstring m_sBookTitle; // Название
|
||||
std::wstring m_sDate; // Дата
|
||||
std::wstring m_sDescription; // описание
|
||||
bool m_bNeedPageBreakBefore; // Новый html с новой страницы
|
||||
std::wstring m_sGenres; // Жанры
|
||||
std::wstring m_sAuthors; // Авторы
|
||||
std::wstring m_sBookTitle; // Название
|
||||
std::wstring m_sDate; // Дата
|
||||
std::wstring m_sDescription; // описание
|
||||
bool m_bNeedPageBreakBefore = false; // Новый html с новой страницы
|
||||
|
||||
void SetPageBreakBefore(bool bNeed)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user