diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-08-16 18:28:26 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-08-16 19:53:31 +0200 |
commit | eeae7bf241ce34ac5b946a6b55a53c3f3a1c3d12 (patch) | |
tree | 3818fc18fd9d06046d3a69b3c82ef5efdae5eeee /include | |
parent | 682dff097be62a325945c5edd7b81f076a8ef106 (diff) |
VML import of mso-wrap-distance-{left,right,top,bottom}
Change-Id: Ib16be0bf83120ed7aeb01f29634d51421fc351c8
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/vml/vmlshape.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/oox/vml/vmlshape.hxx b/include/oox/vml/vmlshape.hxx index 0312ec1a17c9..6ef480541cd3 100644 --- a/include/oox/vml/vmlshape.hxx +++ b/include/oox/vml/vmlshape.hxx @@ -97,6 +97,10 @@ struct OOX_DLLPUBLIC ShapeTypeModel OptValue< ::rtl::OUString > moWrapType; ///< How to wrap the text around the object OptValue< ::rtl::OUString > moWrapSide; ///< On which side to wrap the text around the object OUString maVTextAnchor; ///< How the text inside the shape is anchored vertically. + OUString maWrapDistanceLeft; ///< Distance from the left side of the shape to the text that wraps around it. + OUString maWrapDistanceRight; ///< Distance from the right side of the shape to the text that wraps around it. + OUString maWrapDistanceTop; ///< Distance from the top of the shape to the text that wraps around it. + OUString maWrapDistanceBottom; ///< Distance from the bottom of the shape to the text that wraps around it. explicit ShapeTypeModel(); |