87 int numPages(
int zoneId)
const;
91 int createZones(
int numLines=-1,
bool mainZone=
false);
94 std::string readHeaderFooterString(
bool header);
100 void sendZone(
int zoneId);
103 void sendNote(
int zoneId,
int noteId);
109 int getFooter()
const;
112 bool getLinesPagesHeight(
int zoneId,
113 std::vector<int> &lines,
114 std::vector<int> &pages);
143 bool sendString(std::string &str);
157 shared_ptr<MsWks3TextInternal::State>
m_state;
shared_ptr< MsWks3TextInternal::State > m_state
the state
Definition: MsWks3Text.hxx:157
Internal: the subdocument of a MsWks3Text.
Definition: MsWks3Text.cxx:193
Internal: the structures of a MsWks3Text.
Definition: MsWks3Text.cxx:55
the main class to read a Microsoft Works file: v1-v4
Definition: MsWksParser.hxx:59
MWAWVec2< int > MWAWVec2i
MWAWVec2 of int.
Definition: libmwaw_internal.hxx:767
MWAWParser * m_mainParser
the main parser;
Definition: MsWks3Text.hxx:160
Internal: the text zone.
Definition: MsWks3Text.cxx:146
MsWksDocument & m_document
the input zone
Definition: MsWks3Text.hxx:162
the main class to read the text part of Microsoft Works file
Definition: MsWks3Text.hxx:69
the main class to read a Microsoft Works graphic file
Definition: MsWksDRParser.hxx:59
Internal: header zone.
Definition: MsWks3Text.cxx:59
the main class to read a Microsoft Works spreadsheet file
Definition: MsWksSSParser.hxx:65
SubDocument operator=(SubDocument const &orig)
class to store the paragraph properties
Definition: MWAWParagraph.hxx:81
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:495
virtual class which defines the ancestor of all main zone parser
Definition: MWAWParser.hxx:97
Internal: the fonts.
Definition: MsWks3Text.cxx:115
MWAWHeader * getHeader(MWAWInputStreamPtr &input, MWAWRSRCParserPtr rsrcParser, bool strict)
return the header corresponding to an input.
Definition: MWAWDocument.cxx:425
MWAWParserStatePtr m_parserState
the parser state
Definition: MsWks3Text.hxx:154
the main class to read/store generic data of a MsWorks document v1-v3
Definition: MsWksDocument.hxx:67