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
 TextZone (TextZone const &)=default
 ~TextZone ()
 destructor
bool valid () const
 returns true if the textbox is valid
void addContentTo (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
bool m_show
 true if the zone is visible
Vec2f m_position
 the position in the zone
Position m_cell
 the cell position ( or title and subtitle)
std::vector< WPSEntrym_textEntryList
 the text entry (or the list of text entry)
WPSFont m_font
 the zone format
WPSGraphicStyle m_style
 the graphic style

Friends

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

Detailed Description

a text zone a chart

Member Enumeration Documentation

◆ ContentType

the text content type

Enumerator
C_Cell 
C_Text 

◆ Type

the text type

Enumerator
T_Title 
T_SubTitle 
T_Footer 

Constructor & Destructor Documentation

◆ TextZone() [1/2]

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

constructor

Referenced by TextZone(), and TextZone().

◆ TextZone() [2/2]

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

◆ ~TextZone()

WKSChart::TextZone::~TextZone ( )

destructor

Member Function Documentation

◆ addContentTo()

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

add content to the propList

Referenced by WKSChart::sendChart().

◆ addStyleTo()

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

add to the propList

Referenced by WKSChart::sendChart().

◆ valid()

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

returns true if the textbox is valid

Referenced by WKSChart::sendChart().

◆ operator<<

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

operator<<

Member Data Documentation

◆ m_cell

Position WKSChart::TextZone::m_cell

the cell position ( or title and subtitle)

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

◆ m_contentType

ContentType WKSChart::TextZone::m_contentType

◆ m_font

◆ m_position

Vec2f WKSChart::TextZone::m_position

the position in the zone

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

◆ m_show

bool WKSChart::TextZone::m_show

true if the zone is visible

Referenced by TextZone(), and valid().

◆ m_style

WPSGraphicStyle WKSChart::TextZone::m_style

the graphic style

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

◆ m_textEntryList

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

◆ m_type

Type WKSChart::TextZone::m_type

the zone type

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


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

Generated on Sat Jul 19 2025 05:24:40 for libwps by doxygen 1.14.0