ClearCachePages bug & CharSpacing

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@58156 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Oleg.Korshul
2014-09-08 13:38:17 +00:00
committed by Alexander Trofimov
parent d8cc5ae5ec
commit 5eee99c3fb

View File

@ -1258,6 +1258,8 @@ namespace NSEditorApi
js_wrapper<bool> m_bCaps;
js_wrapper<bool> m_bSmallCaps;
js_wrapper<double> m_dSpacing;
public:
CAscTextPr()
@ -1283,6 +1285,8 @@ namespace NSEditorApi
LINK_PROPERTY_BOOL_JS(DStrikeout)
LINK_PROPERTY_BOOL_JS(Caps)
LINK_PROPERTY_BOOL_JS(SmallCaps)
LINK_PROPERTY_DOUBLE_JS(Spacing)
};
class CAscParagraphInd