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

#include <titlemodel.hxx>

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

Public Types

typedef ModelRef< ShapeShapeRef
 
typedef ModelRef< TextBodyTextBodyRef
 
typedef ModelRef< LayoutModelLayoutRef
 
typedef ModelRef< TextModelTextRef
 

Public Member Functions

 TitleModel (sal_Int32 nDefaultRotation=0)
 
 ~TitleModel ()
 

Public Attributes

ShapeRef mxShapeProp
 
TextBodyRef mxTextProp
 Title shape formatting. More...
 
LayoutRef mxLayout
 Title text formatting. More...
 
TextRef mxText
 Layout/position of the frame. More...
 
bool mbOverlay
 Text source of the title. More...
 
sal_Int32 mnDefaultRotation
 True = title may overlay other objects. More...
 

Detailed Description

Definition at line 40 of file titlemodel.hxx.

Member Typedef Documentation

◆ LayoutRef

Definition at line 44 of file titlemodel.hxx.

◆ ShapeRef

Definition at line 42 of file titlemodel.hxx.

◆ TextBodyRef

Definition at line 43 of file titlemodel.hxx.

◆ TextRef

Definition at line 45 of file titlemodel.hxx.

Constructor & Destructor Documentation

◆ TitleModel()

oox::drawingml::chart::TitleModel::TitleModel ( sal_Int32  nDefaultRotation = 0)
explicit

Definition at line 33 of file titlemodel.cxx.

◆ ~TitleModel()

oox::drawingml::chart::TitleModel::~TitleModel ( )

Definition at line 39 of file titlemodel.cxx.

Member Data Documentation

◆ mbOverlay

bool oox::drawingml::chart::TitleModel::mbOverlay

Text source of the title.

Definition at line 51 of file titlemodel.hxx.

Referenced by oox::drawingml::chart::TitleContext::onCreateContext().

◆ mnDefaultRotation

sal_Int32 oox::drawingml::chart::TitleModel::mnDefaultRotation

True = title may overlay other objects.

Definition at line 52 of file titlemodel.hxx.

Referenced by oox::drawingml::chart::TitleConverter::convertFromModel().

◆ mxLayout

LayoutRef oox::drawingml::chart::TitleModel::mxLayout

◆ mxShapeProp

ShapeRef oox::drawingml::chart::TitleModel::mxShapeProp

◆ mxText

TextRef oox::drawingml::chart::TitleModel::mxText

◆ mxTextProp

TextBodyRef oox::drawingml::chart::TitleModel::mxTextProp

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