Interface RunContainer

  • All Known Implementing Classes:
    DocxContextImpl

    public interface RunContainer
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addR​(org.docx4j.wml.R r)
      add a new R.
      org.docx4j.wml.R getLastR()
      Get the last R of the container or null if there is none
    • Method Detail

      • addR

        void addR​(org.docx4j.wml.R r)
        add a new R. Don't change anything about it, just add it to its proper container
        Parameters:
        r - to be added to its parent container
      • getLastR

        org.docx4j.wml.R getLastR()
        Get the last R of the container or null if there is none
        Returns:
        last R or none