LibreOffice Module oox (master) 1
Public Member Functions | Public Attributes | List of all members
oox::vml::StrokeModel Struct Reference

The stroke model structure contains all shape border properties. More...

#include <vmlformatting.hxx>

Collaboration diagram for oox::vml::StrokeModel:
[legend]

Public Member Functions

void assignUsed (const StrokeModel &rSource)
 
void pushToPropMap (::oox::drawingml::ShapePropertyMap &rPropMap, const GraphicHelper &rGraphicHelper) const
 Writes the properties to the passed property map. More...
 

Public Attributes

std::optional< bool > moStroked
 Shape border line on/off. More...
 
StrokeArrowModel maStartArrow
 Start line arrow style. More...
 
StrokeArrowModel maEndArrow
 End line arrow style. More...
 
std::optional< OUString > moColor
 Solid line color. More...
 
std::optional< double > moOpacity
 Solid line color opacity. More...
 
std::optional< OUString > moWeight
 Line width. More...
 
std::optional< OUString > moDashStyle
 Line dash (predefined or manually). More...
 
std::optional< sal_Int32 > moLineStyle
 Line style (single, double, ...). More...
 
std::optional< sal_Int32 > moEndCap
 Type of line end cap. More...
 
std::optional< sal_Int32 > moJoinStyle
 Type of line join. More...
 

Detailed Description

The stroke model structure contains all shape border properties.

Definition at line 205 of file vmlformatting.hxx.

Member Function Documentation

◆ assignUsed()

void oox::vml::StrokeModel::assignUsed ( const StrokeModel rSource)

◆ pushToPropMap()

void oox::vml::StrokeModel::pushToPropMap ( ::oox::drawingml::ShapePropertyMap rPropMap,
const GraphicHelper rGraphicHelper 
) const

Member Data Documentation

◆ maEndArrow

StrokeArrowModel oox::vml::StrokeModel::maEndArrow

End line arrow style.

Definition at line 209 of file vmlformatting.hxx.

Referenced by assignUsed(), oox::vml::ShapeTypeContext::onCreateContext(), and pushToPropMap().

◆ maStartArrow

StrokeArrowModel oox::vml::StrokeModel::maStartArrow

Start line arrow style.

Definition at line 208 of file vmlformatting.hxx.

Referenced by assignUsed(), oox::vml::ShapeTypeContext::onCreateContext(), and pushToPropMap().

◆ moColor

std::optional< OUString > oox::vml::StrokeModel::moColor

◆ moDashStyle

std::optional< OUString > oox::vml::StrokeModel::moDashStyle

Line dash (predefined or manually).

Definition at line 213 of file vmlformatting.hxx.

Referenced by assignUsed(), oox::vml::ShapeTypeContext::onCreateContext(), and pushToPropMap().

◆ moEndCap

std::optional< sal_Int32 > oox::vml::StrokeModel::moEndCap

Type of line end cap.

Definition at line 215 of file vmlformatting.hxx.

Referenced by assignUsed(), oox::vml::ShapeTypeContext::onCreateContext(), and pushToPropMap().

◆ moJoinStyle

std::optional< sal_Int32 > oox::vml::StrokeModel::moJoinStyle

Type of line join.

Definition at line 216 of file vmlformatting.hxx.

Referenced by assignUsed(), oox::vml::ShapeTypeContext::onCreateContext(), and pushToPropMap().

◆ moLineStyle

std::optional< sal_Int32 > oox::vml::StrokeModel::moLineStyle

Line style (single, double, ...).

Definition at line 214 of file vmlformatting.hxx.

Referenced by assignUsed(), oox::vml::ShapeTypeContext::onCreateContext(), and pushToPropMap().

◆ moOpacity

std::optional< double > oox::vml::StrokeModel::moOpacity

Solid line color opacity.

Definition at line 211 of file vmlformatting.hxx.

Referenced by assignUsed(), oox::vml::ShapeTypeContext::onCreateContext(), and pushToPropMap().

◆ moStroked

std::optional< bool > oox::vml::StrokeModel::moStroked

◆ moWeight

std::optional< OUString > oox::vml::StrokeModel::moWeight

The documentation for this struct was generated from the following files: