Commit a5bc80a9 authored by Alexey.Musinov's avatar Alexey.Musinov Committed by Alexander Trofimov

[ios] fix more bugs

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@68596 954022d7-b5bf-4e40-9824-e11837661b57
parent 73639be9
......@@ -523,6 +523,11 @@
#define c_oAscAlignShapeType_ALIGN_CENTER 4
#define c_oAscAlignShapeType_ALIGN_MIDDLE 5
#define c_oAscDrawingLayerType_BringToFront 0
#define c_oAscDrawingLayerType_SendToBack 1
#define c_oAscDrawingLayerType_BringForward 2
#define c_oAscDrawingLayerType_SendBackward 3
#define c_oAscVerticalTextAlign_TEXT_ALIGN_BOTTOM 0 // (Text Anchor Enum ( Bottom ))
#define c_oAscVerticalTextAlign_TEXT_ALIGN_CTR 1 // (Text Anchor Enum ( Center ))
#define c_oAscVerticalTextAlign_TEXT_ALIGN_DIST 2 // (Text Anchor Enum ( Distributed ))
......
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