STOFFChart::TextZone Struct Reference

a text zone a chart More...

#include <STOFFChart.hxx>

List of all members.

Public Types

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

Public Member Functions

 TextZone ()
 constructor
 ~TextZone ()
 destructor
void addContentTo (librevenge::RVNGString const &sheetName, librevenge::RVNGPropertyList &propList) const
 add content to the propList
void addStyleTo (librevenge::RVNGPropertyList &propList) const
 add to the propList

Public Attributes

Type m_type
 the zone type
ContentType m_contentType
 the content type
STOFFVec2f m_position
 the position in the zone
STOFFVec2i m_cell
 the cell position ( for title and subtitle )
STOFFEntry m_textEntry
 the text entry
STOFFFont m_font
 the zone format

Friends

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

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_AxisX 
T_AxisY 
T_AxisZ 

Constructor & Destructor Documentation


Member Function Documentation

void STOFFChart::TextZone::addContentTo ( librevenge::RVNGString const &  sheetName,
librevenge::RVNGPropertyList &  propList 
) const

add content to the propList

Referenced by STOFFChart::sendChart().

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

add to the propList

Referenced by STOFFChart::sendChart().


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
STOFFChart::TextZone const &  zone 
) [friend]

operator<<


Member Data Documentation

the cell position ( for title and subtitle )

Referenced by operator<<().

the position in the zone

Referenced by operator<<().


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