Interface IPLVisitable

    • Method Detail

      • visit

        @Nonnull
        com.helger.commons.state.EChange visit​(@Nonnull
                                               IPLVisitor aVisitor)
                                        throws IOException
        Visit this object and all descendants
        Parameters:
        aVisitor - The visitor to use. May not be null.
        Returns:
        EChange.CHANGED if something changed internally.
        Throws:
        IOException - on PDFBox error