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 newPageMarginRunningElementNode
instance. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addChild
(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 newPageMarginRunningElementNode
instance.- Parameters:
-
runningElementName
- running element id -
runningElementOccurrence
- running element occurrence
-
-
Method Details
-
childNodes
- Specified by:
-
childNodes
in interfacecom.itextpdf.styledxmlparser.node.INode
-
addChild
public void addChild(com.itextpdf.styledxmlparser.node.INode node) - Specified by:
-
addChild
in interfacecom.itextpdf.styledxmlparser.node.INode
-
parentNode
public com.itextpdf.styledxmlparser.node.INode parentNode()- Specified by:
-
parentNode
in 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
-