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

#include <titlemodel.hxx>

Collaboration diagram for oox::drawingml::chart::LegendModel:
[legend]

Public Types

typedef ModelVector< LegendEntryModelLegendEntryVector
 
typedef ModelRef< ShapeShapeRef
 
typedef ModelRef< TextBodyTextBodyRef
 
typedef ModelRef< LayoutModelLayoutRef
 

Public Member Functions

 LegendModel ()
 True = legend may overlay other objects. More...
 
 ~LegendModel ()
 

Public Attributes

LegendEntryVector maLegendEntries
 
ShapeRef mxShapeProp
 Legend entries formatting. More...
 
TextBodyRef mxTextProp
 Legend shape formatting. More...
 
LayoutRef mxLayout
 Legend text formatting. More...
 
sal_Int32 mnPosition
 Layout/position of the legend. More...
 
bool mbOverlay
 Legend position. More...
 

Detailed Description

Definition at line 66 of file titlemodel.hxx.

Member Typedef Documentation

◆ LayoutRef

Definition at line 71 of file titlemodel.hxx.

◆ LegendEntryVector

Definition at line 68 of file titlemodel.hxx.

◆ ShapeRef

Definition at line 69 of file titlemodel.hxx.

◆ TextBodyRef

Definition at line 70 of file titlemodel.hxx.

Constructor & Destructor Documentation

◆ LegendModel()

oox::drawingml::chart::LegendModel::LegendModel ( )
explicit

True = legend may overlay other objects.

Definition at line 49 of file titlemodel.cxx.

References mnPosition.

◆ ~LegendModel()

oox::drawingml::chart::LegendModel::~LegendModel ( )

Definition at line 55 of file titlemodel.cxx.

Member Data Documentation

◆ maLegendEntries

LegendEntryVector oox::drawingml::chart::LegendModel::maLegendEntries

◆ mbOverlay

bool oox::drawingml::chart::LegendModel::mbOverlay

◆ mnPosition

sal_Int32 oox::drawingml::chart::LegendModel::mnPosition

◆ mxLayout

LayoutRef oox::drawingml::chart::LegendModel::mxLayout

◆ mxShapeProp

ShapeRef oox::drawingml::chart::LegendModel::mxShapeProp

◆ mxTextProp

TextBodyRef oox::drawingml::chart::LegendModel::mxTextProp

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