Commit 2a5691e5 authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

Add to revision 68616

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68617 954022d7-b5bf-4e40-9824-e11837661b57
parent aedd1195
......@@ -649,6 +649,21 @@ var c_oAscMathInterfaceGroupCharPos = {
Bottom : 1
};
var c_oAscMathInterfaceSettingsBrkBin = {
BreakRepeat : 0x00,
BreakBefore : 0x01,
BreakAfter : 0x02
};
var c_oAscMathInterfaceSettingsAlign = {
Left : 0,
Center : 1,
Right : 2,
Justify : 3
};
var c_oAscRevisionsChangeType = {
Unknown: 0x00,
TextAdd: 0x01,
......
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