WKSChart::TextZone Struct Reference

a text zone a chart More...

#include <WKSChart.h>

Public Types

enum  Type { T_Title, T_SubTitle, T_Footer }
 the text type More...
 
enum  ContentType { C_Cell, C_Text }
 the text content type More...
 

Public Member Functions

 TextZone (Type type)
 constructor More...
 
 TextZone (TextZone const &)=default
 
 ~TextZone ()
 destructor More...
 
bool valid () const
 returns true if the textbox is valid More...
 
void addContentTo (librevenge::RVNGPropertyList &propList) const
 add content to the propList More...
 
void addStyleTo (librevenge::RVNGPropertyList &propList) const
 add to the propList More...
 

Public Attributes

Type m_type
 the zone type More...
 
ContentType m_contentType
 the content type More...
 
bool m_show
 true if the zone is visible More...
 
Vec2f m_position
 the position in the zone More...
 
Position m_cell
 the cell position ( or title and subtitle) More...
 
std::vector< WPSEntrym_textEntryList
 the text entry (or the list of text entry) More...
 
WPSFont m_font
 the zone format More...
 
WPSGraphicStyle m_style
 the graphic style More...
 

Friends

std::ostream & operator<< (std::ostream &o, TextZone const &zone)
 operator<< More...
 

Detailed Description

a text zone a chart

Member Enumeration Documentation

the text content type

Enumerator
C_Cell 
C_Text 

the text type

Enumerator
T_Title 
T_SubTitle 
T_Footer 

Constructor & Destructor Documentation

WKSChart::TextZone::TextZone ( Type  type)
explicit

constructor

WKSChart::TextZone::TextZone ( TextZone const &  )
default
WKSChart::TextZone::~TextZone ( )

destructor

Member Function Documentation

void WKSChart::TextZone::addContentTo ( librevenge::RVNGPropertyList &  propList) const

add content to the propList

Referenced by WKSChart::sendChart().

void WKSChart::TextZone::addStyleTo ( librevenge::RVNGPropertyList &  propList) const

add to the propList

Referenced by WKSChart::sendChart().

bool WKSChart::TextZone::valid ( ) const
inline

returns true if the textbox is valid

Referenced by WKSChart::sendChart().

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
WKSChart::TextZone const &  zone 
)
friend

operator<<

Member Data Documentation

Position WKSChart::TextZone::m_cell

the cell position ( or title and subtitle)

Referenced by operator<<(), and valid().

ContentType WKSChart::TextZone::m_contentType

the content type

Referenced by operator<<(), WKSChart::sendChart(), LotusChart::updateChart(), and valid().

Vec2f WKSChart::TextZone::m_position

the position in the zone

Referenced by operator<<().

bool WKSChart::TextZone::m_show

true if the zone is visible

Referenced by valid().

WPSGraphicStyle WKSChart::TextZone::m_style

the graphic style

Referenced by operator<<(), and TextZone().

std::vector<WPSEntry> WKSChart::TextZone::m_textEntryList
Type WKSChart::TextZone::m_type

the zone type

Referenced by operator<<(), and WKSChart::sendChart().


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

Generated on Sun Oct 18 2020 20:49:31 for libwps by doxygen 1.8.9.1