Class PageNumberInformationCollector.FieldVisitor
java.lang.Object
org.docx4j.utils.TraversalUtilVisitor<CTSimpleField>
org.docx4j.convert.out.common.preprocess.PageNumberInformationCollector.FieldVisitor
- Enclosing class:
- PageNumberInformationCollector
protected static class PageNumberInformationCollector.FieldVisitor extends TraversalUtilVisitor<CTSimpleField>
-
Field Summary
Fields Modifier and Type Field Description protected FldSimpleModelfldSimpleModelprotected PageNumberInformationresults -
Constructor Summary
Constructors Constructor Description FieldVisitor(PageNumberInformation results) -
Method Summary
Modifier and Type Method Description voidapply(CTSimpleField element)Apply method if there is no need to access the surrounding elementsprotected java.lang.StringextractFormat(java.lang.String instr)Methods inherited from class org.docx4j.utils.TraversalUtilVisitor
applyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
results
-
fldSimpleModel
-
-
Constructor Details
-
FieldVisitor
-
-
Method Details
-
apply
Description copied from class:TraversalUtilVisitorApply method if there is no need to access the surrounding elements- Overrides:
applyin classTraversalUtilVisitor<CTSimpleField>
-
extractFormat
protected java.lang.String extractFormat(java.lang.String instr)
-