MsWks4ZoneInternal::Frame Struct Reference

Internal: a frame ( position, type, ...) More...

Public Types

enum  Type {
  Unknown = 0, Header, Footer, Table,
  Object, Textbox
}
 the type of the frame which can represent header, footer, textbox, ... More...
 

Public Member Functions

 Frame ()
 constructor More...
 

Public Attributes

Type m_type
 the frame type More...
 
MWAWPosition m_position
 the position of the frame in the document More...
 
MWAWEntry m_pictId
 some frames are associated with a picture stored in this entry ( name + id) More...
 
std::string m_error
 a string to store unparsed data More...
 

Friends

std::ostream & operator<< (std::ostream &o, Frame const &ft)
 operator<< More...
 

Detailed Description

Internal: a frame ( position, type, ...)

Member Enumeration Documentation

◆ Type

the type of the frame which can represent header, footer, textbox, ...

Enumerator
Unknown 
Header 
Footer 
Table 
Object 
Textbox 

Constructor & Destructor Documentation

◆ Frame()

MsWks4ZoneInternal::Frame::Frame ( )
inline

constructor

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  o,
Frame const &  ft 
)
friend

operator<<

Member Data Documentation

◆ m_error

std::string MsWks4ZoneInternal::Frame::m_error

a string to store unparsed data

Referenced by MsWks4ZoneInternal::operator<<(), and MsWks4Zone::readFRAM().

◆ m_pictId

MWAWEntry MsWks4ZoneInternal::Frame::m_pictId

some frames are associated with a picture stored in this entry ( name + id)

Referenced by MsWks4ZoneInternal::operator<<(), and MsWks4Zone::readFRAM().

◆ m_position

MWAWPosition MsWks4ZoneInternal::Frame::m_position

the position of the frame in the document

Referenced by Frame(), MsWks4ZoneInternal::operator<<(), and MsWks4Zone::readFRAM().

◆ m_type

Type MsWks4ZoneInternal::Frame::m_type

the frame type

Referenced by MsWks4ZoneInternal::operator<<(), and MsWks4Zone::readFRAM().


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

Generated on Fri Sep 18 2020 18:14:52 for libmwaw by doxygen 1.8.20