the main class to read a Acta file
Definition: ActaParser.hxx:58
the main class to read the text part of Acta Text file
Definition: ActaText.hxx:58
bool getColor(int id, MWAWColor &col) const
return the color which corresponds to an id (if possible)
Definition: ActaText.cxx:188
bool sendMainText()
send a main zone
Definition: ActaText.cxx:233
bool createZones()
try to create the text zones
Definition: ActaText.cxx:208
ActaText & operator=(ActaText const &orig)
bool sendGraphic(ActaTextInternal::Topic const &topic)
try to read a graphic
Definition: ActaText.cxx:491
bool readTopic()
try to read the topic definitions (line or graphic)
Definition: ActaText.cxx:251
virtual ~ActaText()
destructor
Definition: ActaText.cxx:164
int numPages() const
returns the number of pages
Definition: ActaText.cxx:174
bool readFont(MWAWFont &font, bool inPLC)
try to read a font
Definition: ActaText.cxx:544
ActaText(ActaParser &parser)
constructor
Definition: ActaText.cxx:159
shared_ptr< ActaTextInternal::State > m_state
the state
Definition: ActaText.hxx:112
ActaText(ActaText const &orig)
ActaParser * m_mainParser
the main parser
Definition: ActaText.hxx:115
bool sendText(ActaTextInternal::Topic const &topic)
try to read a text entry
Definition: ActaText.cxx:392
int version() const
returns the file version
Definition: ActaText.cxx:167
bool sendTopic(ActaTextInternal::Topic const &topic)
try to send a topic
Definition: ActaText.cxx:336
MWAWParserStatePtr m_parserState
the parser state
Definition: ActaText.hxx:109
Class to store font.
Definition: MWAWFont.hxx:44
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:509
Internal: the structures of a ActaText.
Definition: ActaText.cxx:59
Internal: a topic of a ActaText.
Definition: ActaText.cxx:62
the class to store a color
Definition: libmwaw_internal.hxx:182