Class PageTargetCountElementNode

java.lang.Object
com.itextpdf.styledxmlparser.node.impl.jsoup.node.JsoupNode
com.itextpdf.styledxmlparser.node.impl.jsoup.node.JsoupElementNode
com.itextpdf.html2pdf.css.resolve.func.counter.PageCountElementNode
com.itextpdf.html2pdf.css.resolve.func.counter.PageTargetCountElementNode
All Implemented Interfaces:
com.itextpdf.styledxmlparser.node.ICustomElementNode, com.itextpdf.styledxmlparser.node.IElementNode, com.itextpdf.styledxmlparser.node.INode, com.itextpdf.styledxmlparser.node.IStylesContainer

public class PageTargetCountElementNode extends PageCountElementNode
JsoupElementNode implementation for page target-counters.
  • Constructor Details

    • PageTargetCountElementNode

      public PageTargetCountElementNode (com.itextpdf.styledxmlparser.node.INode parent, String target)
      Creates a new PageTargetCountElementNode instance.
      Parameters:
      parent - the parent node
      target - the target from which page will be taken.
  • Method Details

    • getTarget

      public String getTarget()
      Checks if the node represents the total page count.
      Returns:
      true, if the node represents the total page count