LibreOffice Module oox (master) 1
|
The stroke arrow model structure contains all properties for a line end arrow. More...
#include <vmlformatting.hxx>
Public Member Functions | |
void | assignUsed (const StrokeArrowModel &rSource) |
Public Attributes | |
std::optional< sal_Int32 > | moArrowType |
std::optional< sal_Int32 > | moArrowWidth |
std::optional< sal_Int32 > | moArrowLength |
The stroke arrow model structure contains all properties for a line end arrow.
Definition at line 194 of file vmlformatting.hxx.
void oox::vml::StrokeArrowModel::assignUsed | ( | const StrokeArrowModel & | rSource | ) |
Definition at line 676 of file vmlformatting.cxx.
References oox::assignIfUsed(), moArrowLength, moArrowType, and moArrowWidth.
Referenced by oox::vml::StrokeModel::assignUsed().
std::optional< sal_Int32 > oox::vml::StrokeArrowModel::moArrowLength |
Definition at line 198 of file vmlformatting.hxx.
Referenced by assignUsed(), and oox::vml::ShapeTypeContext::onCreateContext().
std::optional< sal_Int32 > oox::vml::StrokeArrowModel::moArrowType |
Definition at line 196 of file vmlformatting.hxx.
Referenced by assignUsed(), and oox::vml::ShapeTypeContext::onCreateContext().
std::optional< sal_Int32 > oox::vml::StrokeArrowModel::moArrowWidth |
Definition at line 197 of file vmlformatting.hxx.
Referenced by assignUsed(), and oox::vml::ShapeTypeContext::onCreateContext().