mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 01:04:34 +08:00
Added charts reading in HWP
This commit is contained in:
@ -6,4 +6,10 @@ CTextLayout::CTextLayout()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
bool CTextLayout::Read(CHWPStream& oStream)
|
||||
{
|
||||
return oStream.ReadBool(m_bWordWrap) && oStream.ReadInt(m_nHorzAlignment) &&
|
||||
oStream.ReadInt(m_nOrientation) && oStream.ReadInt(m_nVertAlignment);
|
||||
}
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user