LibreOffice Module oox (master) 1
Public Member Functions | Public Attributes | List of all members
oox::drawingml::chart::AnchorPosModel Struct Reference

Relative shape position in a chart object. More...

#include <chartdrawingfragment.hxx>

Public Member Functions

 AnchorPosModel ()
 Y coordinate relative to chart object (0.0 to 1.0). More...
 
bool isValid () const
 

Public Attributes

double mfX
 
double mfY
 X coordinate relative to chart object (0.0 to 1.0). More...
 

Detailed Description

Relative shape position in a chart object.

Definition at line 30 of file chartdrawingfragment.hxx.

Constructor & Destructor Documentation

◆ AnchorPosModel()

oox::drawingml::chart::AnchorPosModel::AnchorPosModel ( )
inline

Y coordinate relative to chart object (0.0 to 1.0).

Definition at line 35 of file chartdrawingfragment.hxx.

Member Function Documentation

◆ isValid()

bool oox::drawingml::chart::AnchorPosModel::isValid ( ) const
inline

Definition at line 36 of file chartdrawingfragment.hxx.

References mfX, and mfY.

Referenced by oox::drawingml::chart::ShapeAnchor::calcAnchorRectEmu().

Member Data Documentation

◆ mfX

double oox::drawingml::chart::AnchorPosModel::mfX

◆ mfY

double oox::drawingml::chart::AnchorPosModel::mfY

X coordinate relative to chart object (0.0 to 1.0).

Definition at line 33 of file chartdrawingfragment.hxx.

Referenced by oox::drawingml::chart::ShapeAnchor::calcAnchorRectEmu(), isValid(), and oox::drawingml::chart::ShapeAnchor::setPos().


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