MSWStruct::ParagraphInfo Struct Reference

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

#include <MSWStruct.hxx>

List of all members.

Public Member Functions

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

Public Attributes

Variable< int > m_type
 the type
Variable< Vec2fm_dim
 the zone dimension
Variable< int > m_numLines
 the number of lines
std::string m_error
 the errors

Friends

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

Detailed Description

the paragraph information of a Microsoft Word file (PHE)


Constructor & Destructor Documentation

constructor


Member Function Documentation

insert the new values

bool MSWStruct::ParagraphInfo::isEmpty ( ) const [inline]

returns true if no data are been set

bool MSWStruct::ParagraphInfo::isLineSet ( ) const [inline]

returns true if num lines is set

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

try to read a data


Friends And Related Function Documentation

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

operator<<


Member Data Documentation

the zone dimension

Referenced by insert(), isEmpty(), and read().

the errors

Referenced by insert().

the number of lines

Referenced by insert(), isEmpty(), isLineSet(), and read().


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