mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-14 13:50:25 +08:00
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:
committed by
Alexander Trofimov
parent
d8cc5ae5ec
commit
5eee99c3fb
@ -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
|
||||
|
||||
Reference in New Issue
Block a user