MsWrdStruct::ParagraphInfo Struct Reference

the paragraph information of a Microsoft Word file (PHE) More...

#include <MsWrdStruct.hxx>

Public Member Functions

 ParagraphInfo ()
 constructor More...
 
bool isLineSet () const
 returns true if num lines is set More...
 
bool isEmpty () const
 returns true if no data are been set More...
 
bool read (MWAWInputStreamPtr &input, long endPos, int vers)
 try to read a data More...
 
void insert (ParagraphInfo const &pInfo)
 insert the new values More...
 

Public Attributes

MWAWVariable< int > m_type
 the type More...
 
MWAWVariable< MWAWVec2fm_dim
 the zone dimension More...
 
MWAWVariable< int > m_numLines
 the number of lines More...
 
std::string m_error
 the errors More...
 

Friends

std::ostream & operator<< (std::ostream &o, ParagraphInfo const &pInfo)
 operator<< More...
 

Detailed Description

the paragraph information of a Microsoft Word file (PHE)

Constructor & Destructor Documentation

MsWrdStruct::ParagraphInfo::ParagraphInfo ( )
inline

constructor

Member Function Documentation

void MsWrdStruct::ParagraphInfo::insert ( ParagraphInfo const &  pInfo)

insert the new values

bool MsWrdStruct::ParagraphInfo::isEmpty ( ) const
inline

returns true if no data are been set

bool MsWrdStruct::ParagraphInfo::isLineSet ( ) const
inline

returns true if num lines is set

bool MsWrdStruct::ParagraphInfo::read ( MWAWInputStreamPtr input,
long  endPos,
int  vers 
)

try to read a data

Referenced by MsWrdText::readParagraphInfo().

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
ParagraphInfo const &  pInfo 
)
friend

operator<<

Member Data Documentation

MWAWVariable<MWAWVec2f> MsWrdStruct::ParagraphInfo::m_dim

the zone dimension

Referenced by insert().

std::string MsWrdStruct::ParagraphInfo::m_error

the errors

Referenced by insert().

MWAWVariable<int> MsWrdStruct::ParagraphInfo::m_numLines

the number of lines

Referenced by insert().

MWAWVariable<int> MsWrdStruct::ParagraphInfo::m_type

the type

Referenced by insert().


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

Generated on Sun Aug 7 2016 16:54:02 for libmwaw by doxygen 1.8.11