public class PageMarginRunningElementNode extends Object implements com.itextpdf.styledxmlparser.node.INode
INode serving as a placeholder for running element.| Constructor and Description |
|---|
PageMarginRunningElementNode(String runningElementName,
String runningElementOccurrence)
Create new
PageMarginRunningElementNode instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(com.itextpdf.styledxmlparser.node.INode node) |
List<com.itextpdf.styledxmlparser.node.INode> |
childNodes() |
String |
getRunningElementName()
Get running element id (moved out of the content flow)
|
String |
getRunningElementOccurrence()
Get running element occurrence
|
com.itextpdf.styledxmlparser.node.INode |
parentNode() |
public PageMarginRunningElementNode(String runningElementName, String runningElementOccurrence)
PageMarginRunningElementNode instance.runningElementName - running element idrunningElementOccurrence - running element occurrencepublic List<com.itextpdf.styledxmlparser.node.INode> childNodes()
childNodes in interface com.itextpdf.styledxmlparser.node.INodepublic void addChild(com.itextpdf.styledxmlparser.node.INode node)
addChild in interface com.itextpdf.styledxmlparser.node.INodepublic com.itextpdf.styledxmlparser.node.INode parentNode()
parentNode in interface com.itextpdf.styledxmlparser.node.INodepublic String getRunningElementName()
public String getRunningElementOccurrence()
Copyright © 1998–2026 Apryse Group NV. All rights reserved.