Package com.itextpdf.html2pdf.css.page
Class PageMarginRunningElementNode
java.lang.Object
com.itextpdf.html2pdf.css.page.PageMarginRunningElementNode
- All Implemented Interfaces:
-
com.itextpdf.styledxmlparser.node.INode
public class PageMarginRunningElementNode extends Object implements com.itextpdf.styledxmlparser.node.INode
Wrapper
INode serving as a placeholder for running element.
-
Constructor Summary
ConstructorsConstructorDescriptionPageMarginRunningElementNode(String runningElementName, String runningElementOccurrence) Create newPageMarginRunningElementNodeinstance. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(com.itextpdf.styledxmlparser.node.INode node) Get running element id (moved out of the content flow)Get running element occurrencecom.itextpdf.styledxmlparser.node.INode
-
Constructor Details
-
PageMarginRunningElementNode
Create newPageMarginRunningElementNodeinstance.- Parameters:
-
runningElementName- running element id -
runningElementOccurrence- running element occurrence
-
-
Method Details
-
childNodes
- Specified by:
-
childNodesin interfacecom.itextpdf.styledxmlparser.node.INode
-
addChild
public void addChild(com.itextpdf.styledxmlparser.node.INode node) - Specified by:
-
addChildin interfacecom.itextpdf.styledxmlparser.node.INode
-
parentNode
public com.itextpdf.styledxmlparser.node.INode parentNode()- Specified by:
-
parentNodein interfacecom.itextpdf.styledxmlparser.node.INode
-
getRunningElementName
Get running element id (moved out of the content flow)- Returns:
- running element string id value
-
getRunningElementOccurrence
Get running element occurrence- Returns:
- running element occurrence string value
-