Internal: a pageNumber field. More...
Public Member Functions | |
| FieldPageNumber () | |
| constructor | |
| FieldPageNumber (Field const &orig) | |
| copy constructor | |
| virtual | ~FieldPageNumber () |
| destructor | |
| virtual bool | send (STOFFListenerPtr listener, StarState &state) const |
| add to send the zone data | |
| virtual void | print (std::ostream &o) const |
| print a field | |
Public Attributes | |
| librevenge::RVNGString | m_userString |
| the userString | |
| int | m_offset |
| the offset | |
| bool | m_isOn |
| a flag to know if isOn | |
Internal: a pageNumber field.
constructor
| SWFieldManagerInternal::FieldPageNumber::FieldPageNumber | ( | Field const & | orig | ) | [inline, explicit] |
copy constructor
destructor
| virtual void SWFieldManagerInternal::FieldPageNumber::print | ( | std::ostream & | o | ) | const [inline, virtual] |
print a field
Reimplemented from SWFieldManagerInternal::Field.
| bool SWFieldManagerInternal::FieldPageNumber::send | ( | STOFFListenerPtr | listener, |
| StarState & | state | ||
| ) | const [virtual] |
add to send the zone data
Reimplemented from SWFieldManagerInternal::Field.
a flag to know if isOn
Referenced by print().
| librevenge::RVNGString SWFieldManagerInternal::FieldPageNumber::m_userString |
the userString
Referenced by print().