Commit 75eb1790 authored by Alexander.Trofimov's avatar Alexander.Trofimov

word/apiDefines export

parent 63bf5039
...@@ -171,8 +171,7 @@ ...@@ -171,8 +171,7 @@
}, },
"defines": { "defines": {
"src": [ "src": [
"../common/Shapes/EditorSettings.js", "../common/Shapes/EditorSettings.js"
"../word/apiDefines.js"
], ],
"dst": "apiDefines.min.js" "dst": "apiDefines.min.js"
}, },
......
...@@ -628,25 +628,140 @@ var c_oAscRevisionsObjectType = ...@@ -628,25 +628,140 @@ var c_oAscRevisionsObjectType =
window["flat_desine"] = false; window["flat_desine"] = false;
//------------------------------------------------------------export--------------------------------------------------- //------------------------------------------------------------export---------------------------------------------------
var prot;
window['Asc'] = window['Asc'] || {}; window['Asc'] = window['Asc'] || {};
window['Asc']['c_oAscWrapStyle2'] = c_oAscWrapStyle2; window['Asc']['c_oAscWrapStyle2'] = c_oAscWrapStyle2;
prot = c_oAscWrapStyle2;
prot['Inline'] = prot.Inline;
prot['Square'] = prot.Square;
prot['Tight'] = prot.Tight;
prot['Through'] = prot.Through;
prot['TopAndBottom'] = prot.TopAndBottom;
prot['Behind'] = prot.Behind;
prot['InFront'] = prot.InFront;
window['Asc']['c_oAscContextMenuTypes'] = c_oAscContextMenuTypes; window['Asc']['c_oAscContextMenuTypes'] = c_oAscContextMenuTypes;
prot = c_oAscContextMenuTypes;
prot['Common'] = prot.Common;
prot['ChangeHdrFtr'] = prot.ChangeHdrFtr;
window['Asc']['c_oAscCollaborativeMarksShowType'] = c_oAscCollaborativeMarksShowType; window['Asc']['c_oAscCollaborativeMarksShowType'] = c_oAscCollaborativeMarksShowType;
prot = c_oAscCollaborativeMarksShowType;
prot['None'] = prot.None;
prot['All'] = prot.All;
prot['LastChanges'] = prot.LastChanges;
window['Asc']['c_oAscAlignH'] = c_oAscAlignH; window['Asc']['c_oAscAlignH'] = c_oAscAlignH;
prot = c_oAscAlignH;
prot['Center'] = prot.Center;
prot['Inside'] = prot.Inside;
prot['Left'] = prot.Left;
prot['Outside'] = prot.Outside;
prot['Right'] = prot.Right;
window['Asc']['c_oAscAlignV'] = c_oAscAlignV; window['Asc']['c_oAscAlignV'] = c_oAscAlignV;
prot = c_oAscAlignV;
prot['Bottom'] = prot.Bottom;
prot['Center'] = prot.Center;
prot['Inside'] = prot.Inside;
prot['Outside'] = prot.Outside;
prot['Top'] = prot.Top;
window['Asc']['c_oAscChangeLevel'] = c_oAscChangeLevel; window['Asc']['c_oAscChangeLevel'] = c_oAscChangeLevel;
prot = c_oAscChangeLevel;
prot['BringToFront'] = prot.BringToFront;
prot['BringForward'] = prot.BringForward;
prot['SendToBack'] = prot.SendToBack;
prot['BringBackward'] = prot.BringBackward;
window['Asc']['c_oAscVertAlignJc'] = c_oAscVertAlignJc; window['Asc']['c_oAscVertAlignJc'] = c_oAscVertAlignJc;
prot = c_oAscVertAlignJc;
prot['Top'] = prot.Top;
prot['Center'] = prot.Center;
prot['Bottom'] = prot.Bottom;
window['Asc']['c_oAscTableLayout'] = c_oAscTableLayout; window['Asc']['c_oAscTableLayout'] = c_oAscTableLayout;
prot = c_oAscTableLayout;
prot['AutoFit'] = prot.AutoFit;
prot['Fixed'] = prot.Fixed;
window['Asc']['c_oAscAlignShapeType'] = c_oAscAlignShapeType; window['Asc']['c_oAscAlignShapeType'] = c_oAscAlignShapeType;
prot = c_oAscAlignShapeType;
prot['ALIGN_LEFT'] = prot.ALIGN_LEFT;
prot['ALIGN_RIGHT'] = prot.ALIGN_RIGHT;
prot['ALIGN_TOP'] = prot.ALIGN_TOP;
prot['ALIGN_BOTTOM'] = prot.ALIGN_BOTTOM;
prot['ALIGN_CENTER'] = prot.ALIGN_CENTER;
prot['ALIGN_MIDDLE'] = prot.ALIGN_MIDDLE;
window['Asc']['c_oAscSectionBreakType'] = c_oAscSectionBreakType; window['Asc']['c_oAscSectionBreakType'] = c_oAscSectionBreakType;
prot = c_oAscSectionBreakType;
prot['NextPage'] = prot.NextPage;
prot['OddPage'] = prot.OddPage;
prot['EvenPage'] = prot.EvenPage;
prot['Continuous'] = prot.Continuous;
prot['Column'] = prot.Column;
window['Asc']['c_oAscMathInterfaceType'] = c_oAscMathInterfaceType; window['Asc']['c_oAscMathInterfaceType'] = c_oAscMathInterfaceType;
prot = c_oAscMathInterfaceType;
prot['Common'] = prot.Common;
prot['Fraction'] = prot.Fraction;
prot['Script'] = prot.Script;
prot['Radical'] = prot.Radical;
prot['LargeOperator'] = prot.LargeOperator;
prot['Delimiter'] = prot.Delimiter;
prot['Function'] = prot.Function;
prot['Accent'] = prot.Accent;
prot['BorderBox'] = prot.BorderBox;
prot['Bar'] = prot.Bar;
prot['Limit'] = prot.Limit;
prot['GroupChar'] = prot.GroupChar;
prot['Matrix'] = prot.Matrix;
prot['EqArray'] = prot.EqArray;
prot['Phantom'] = prot.Phantom;
window['Asc']['c_oAscMathInterfaceBarPos'] = c_oAscMathInterfaceBarPos; window['Asc']['c_oAscMathInterfaceBarPos'] = c_oAscMathInterfaceBarPos;
prot = c_oAscMathInterfaceBarPos;
prot['Top'] = prot.Top;
prot['Bottom'] = prot.Bottom;
window['Asc']['c_oAscMathInterfaceScript'] = c_oAscMathInterfaceScript; window['Asc']['c_oAscMathInterfaceScript'] = c_oAscMathInterfaceScript;
prot = c_oAscMathInterfaceScript;
prot['None'] = prot.None;
prot['Sup'] = prot.Sup;
prot['Sub'] = prot.Sub;
prot['SubSup'] = prot.SubSup;
prot['PreSubSup'] = prot.PreSubSup;
window['Asc']['c_oAscMathInterfaceFraction'] = c_oAscMathInterfaceFraction; window['Asc']['c_oAscMathInterfaceFraction'] = c_oAscMathInterfaceFraction;
prot = c_oAscMathInterfaceFraction;
prot['None'] = prot.Bar;
prot['Skewed'] = prot.Skewed;
prot['Linear'] = prot.Linear;
prot['NoBar'] = prot.NoBar;
window['Asc']['c_oAscMathInterfaceLimitPos'] = c_oAscMathInterfaceLimitPos; window['Asc']['c_oAscMathInterfaceLimitPos'] = c_oAscMathInterfaceLimitPos;
prot = c_oAscMathInterfaceLimitPos;
prot['None'] = prot.None;
prot['Top'] = prot.Top;
prot['Bottom'] = prot.Bottom;
window['Asc']['c_oAscMathInterfaceMatrixMatrixAlign'] = c_oAscMathInterfaceMatrixMatrixAlign; window['Asc']['c_oAscMathInterfaceMatrixMatrixAlign'] = c_oAscMathInterfaceMatrixMatrixAlign;
prot = c_oAscMathInterfaceMatrixMatrixAlign;
prot['Top'] = prot.Top;
prot['Center'] = prot.Center;
prot['Bottom'] = prot.Bottom;
window['Asc']['c_oAscMathInterfaceMatrixColumnAlign'] = c_oAscMathInterfaceMatrixColumnAlign; window['Asc']['c_oAscMathInterfaceMatrixColumnAlign'] = c_oAscMathInterfaceMatrixColumnAlign;
prot = c_oAscMathInterfaceMatrixColumnAlign;
prot['Left'] = prot.Left;
prot['Center'] = prot.Center;
prot['Right'] = prot.Right;
window['Asc']['c_oAscMathInterfaceEqArrayAlign'] = c_oAscMathInterfaceEqArrayAlign; window['Asc']['c_oAscMathInterfaceEqArrayAlign'] = c_oAscMathInterfaceEqArrayAlign;
prot = c_oAscMathInterfaceEqArrayAlign;
prot['Top'] = prot.Top;
prot['Center'] = prot.Center;
prot['Bottom'] = prot.Bottom;
window['Asc']['c_oAscMathInterfaceNaryLimitLocation'] = c_oAscMathInterfaceNaryLimitLocation; window['Asc']['c_oAscMathInterfaceNaryLimitLocation'] = c_oAscMathInterfaceNaryLimitLocation;
prot = c_oAscMathInterfaceNaryLimitLocation;
prot['UndOvr'] = prot.UndOvr;
prot['SubSup'] = prot.SubSup;
window['Asc']['c_oAscMathInterfaceGroupCharPos'] = c_oAscMathInterfaceGroupCharPos; window['Asc']['c_oAscMathInterfaceGroupCharPos'] = c_oAscMathInterfaceGroupCharPos;
prot = c_oAscMathInterfaceGroupCharPos;
prot['None'] = prot.None;
prot['Top'] = prot.Top;
prot['Bottom'] = prot.Bottom;
window['Asc']['c_oAscRevisionsChangeType'] = c_oAscRevisionsChangeType; window['Asc']['c_oAscRevisionsChangeType'] = c_oAscRevisionsChangeType;
prot = c_oAscRevisionsChangeType;
prot['Unknown'] = prot.Unknown;
prot['TextAdd'] = prot.TextAdd;
prot['TextRem'] = prot.TextRem;
prot['ParaAdd'] = prot.ParaAdd;
prot['ParaRem'] = prot.ParaRem;
prot['TextPr'] = prot.TextPr;
prot['ParaPr'] = prot.ParaPr;
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