38#ifndef LIGHT_WAY_TXT_TEXT
39# define LIGHT_WAY_TXT_TEXT
130 std::shared_ptr<LightWayTxtTextInternal::State>
m_state;
the main class to read a LightWay Text file
Definition: LightWayTxtParser.hxx:59
the main class to read the text part of LightWay Text file
Definition: LightWayTxtText.hxx:58
bool readDocumentHF(MWAWEntry const &entry)
read the header/footer part of the document zone
Definition: LightWayTxtText.cxx:1016
void computePositions()
compute the positions
Definition: LightWayTxtText.cxx:316
bool readFont2(MWAWEntry const &entry)
read the Font2 resource ( underline, upperline, ...)
Definition: LightWayTxtText.cxx:621
bool readStyleU(MWAWEntry const &entry)
read the unknown styu resource
Definition: LightWayTxtText.cxx:1119
bool sendMainText()
send a main zone
Definition: LightWayTxtText.cxx:410
LightWayTxtText & operator=(LightWayTxtText const &orig)=delete
bool readRuby(MWAWEntry const &entry)
read the ruby data
Definition: LightWayTxtText.cxx:1171
int version() const
returns the file version
Definition: LightWayTxtText.cxx:300
bool readRulers(MWAWEntry const &entry)
read the rulers (stylx resource)
Definition: LightWayTxtText.cxx:813
bool sendHeaderFooter(bool header)
try to send the header/footer
Definition: LightWayTxtText.cxx:955
int numPages() const
returns the number of pages
Definition: LightWayTxtText.cxx:307
bool hasHeaderFooter(bool header) const
returns true if there is a header/footer
Definition: LightWayTxtText.cxx:323
MWAWParserStatePtr m_parserState
the parser state
Definition: LightWayTxtText.hxx:127
LightWayTxtText(LightWayTxtText const &orig)=delete
LightWayTxtParser * m_mainParser
the main parser;
Definition: LightWayTxtText.hxx:133
bool readUnknownStyle(MWAWEntry const &entry)
read the styl resource
Definition: LightWayTxtText.cxx:1220
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: LightWayTxtText.cxx:1270
bool createZones()
finds the different text zones
Definition: LightWayTxtText.cxx:349
bool readFonts(MWAWEntry const &entry)
read the fonts ( styl resource)
Definition: LightWayTxtText.cxx:548
std::shared_ptr< LightWayTxtTextInternal::State > m_state
the state
Definition: LightWayTxtText.hxx:130
void setProperty(MWAWParagraph const ¶)
send the paragraph properties
Definition: LightWayTxtText.cxx:807
bool getColor(int id, MWAWColor &col) const
return a color corresponding to an id
Definition: LightWayTxtText.cxx:330
virtual ~LightWayTxtText()
destructor
Definition: LightWayTxtText.cxx:296
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:47
class to store the paragraph properties
Definition: MWAWParagraph.hxx:85
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:557
Internal: the structures of a LightWayTxtText.
Definition: LightWayTxtText.cxx:60
the class to store a color
Definition: libmwaw_internal.hxx:192