pdfHTML 2.1.6 API
iText.Html2pdf.Css.Resolve.Func.Counter.PageCountElementNode Class Reference

iText.StyledXmlParser.Node.ICustomElementNode implementation for a page count element node. More...

Inheritance diagram for iText.Html2pdf.Css.Resolve.Func.Counter.PageCountElementNode:

Public Member Functions

  PageCountElementNode (bool totalPageCount)
  Creates a new PageCountElementNode instance. More...
 
  PageCountElementNode (bool totalPageCount, INode parent)
 
override IList< INode >  ChildNodes ()
 
override void  AddChild (INode node)
 
override INode  ParentNode ()
 
virtual bool  IsTotalPageCount ()
  Checks if the node represents the total page count. More...
 

Static Public Attributes

const String  PAGE_COUNTER_TAG = "_e0d00a6_page-counter"
  The Constant PAGE_COUNTER_TAG. More...
 

Detailed Description

iText.StyledXmlParser.Node.ICustomElementNode implementation for a page count element node.

Constructor & Destructor Documentation

◆ PageCountElementNode()

iText.Html2pdf.Css.Resolve.Func.Counter.PageCountElementNode.PageCountElementNode ( bool  totalPageCount )
inline

Creates a new PageCountElementNode instance.

Parameters
totalPageCount indicates if the node represents the total page count

Member Function Documentation

◆ IsTotalPageCount()

virtual bool iText.Html2pdf.Css.Resolve.Func.Counter.PageCountElementNode.IsTotalPageCount ( )
inlinevirtual

Checks if the node represents the total page count.

Returns
true, if the node represents the total page count

Member Data Documentation

◆ PAGE_COUNTER_TAG

const String iText.Html2pdf.Css.Resolve.Func.Counter.PageCountElementNode.PAGE_COUNTER_TAG = "_e0d00a6_page-counter"
static

The Constant PAGE_COUNTER_TAG.