Commit 2c33081a authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

pagebreak, linebreak, sectionbreak, pagenumber

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@57868 954022d7-b5bf-4e40-9824-e11837661b57
parent b767a207
...@@ -581,6 +581,8 @@ namespace NSEditorDefines ...@@ -581,6 +581,8 @@ namespace NSEditorDefines
#define c_oAscSectionBreakType_Continuous 0x03 #define c_oAscSectionBreakType_Continuous 0x03
#define c_oAscSectionBreakType_Column 0x04 #define c_oAscSectionBreakType_Column 0x04
#define INSERT_PAGE_NUM_PARAM(AlignV, AlignH) ((AlignV << 16) | AlignH)
} }
namespace NSEditorApi namespace NSEditorApi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment