Interface NodeDocxRendererFactory


  • public interface NodeDocxRendererFactory
    Factory for instantiating new node renderers when rendering is done.
    • Method Detail

      • create

        NodeDocxRenderer create​(DataHolder options)
        Create a new node renderer for the specified rendering context.
        Parameters:
        options - the context for rendering (normally passed on to the node renderer)
        Returns:
        a node renderer