Commit 5eee99c3 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

ClearCachePages bug & CharSpacing

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@58156 954022d7-b5bf-4e40-9824-e11837661b57
parent d8cc5ae5
...@@ -1258,6 +1258,8 @@ namespace NSEditorApi ...@@ -1258,6 +1258,8 @@ namespace NSEditorApi
js_wrapper<bool> m_bCaps; js_wrapper<bool> m_bCaps;
js_wrapper<bool> m_bSmallCaps; js_wrapper<bool> m_bSmallCaps;
js_wrapper<double> m_dSpacing;
public: public:
CAscTextPr() CAscTextPr()
...@@ -1283,6 +1285,8 @@ namespace NSEditorApi ...@@ -1283,6 +1285,8 @@ namespace NSEditorApi
LINK_PROPERTY_BOOL_JS(DStrikeout) LINK_PROPERTY_BOOL_JS(DStrikeout)
LINK_PROPERTY_BOOL_JS(Caps) LINK_PROPERTY_BOOL_JS(Caps)
LINK_PROPERTY_BOOL_JS(SmallCaps) LINK_PROPERTY_BOOL_JS(SmallCaps)
LINK_PROPERTY_DOUBLE_JS(Spacing)
}; };
class CAscParagraphInd class CAscParagraphInd
......
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