Location:
fldbltin.h
Link against:
MFieldNumPagesInfo
Supported from 5.0
Specifies the mixin protocol for evaluating a number of pages field
(see class CNumPagesField
). It declares a single pure virtual
function, UpdateFieldNumPages()
. You should implement this
function in a concrete derived class, then pass an object of the derived class
to the number of pages field (using
CNumPagesField::SetNumPagesInfo()
) before the field can be
evaluated.
Defined in MFieldNumPagesInfo
:
UpdateFieldNumPages()
virtual TInt UpdateFieldNumPages()const;
Implementations of this function should return the number of pages in the current document.
|