Class ProtectDocument.VisitorRemoveRFormatting

java.lang.Object
org.docx4j.utils.TraversalUtilVisitor<R>
org.docx4j.openpackaging.packages.ProtectDocument.VisitorRemoveRFormatting
Enclosing class:
ProtectDocument

private static class ProtectDocument.VisitorRemoveRFormatting extends TraversalUtilVisitor<R>
  • Field Details

  • Constructor Details

  • Method Details

    • apply

      public void apply(R r, Object parent, List<Object> siblings)
      Overrides:
      apply in class TraversalUtilVisitor<R>
      parent - (logical?)parent in the of the element
      siblings - List of the element (this includes the element itself). This list can't be changed while the visitor is running(!)