Interface ParaContainer

  • All Known Implementing Classes:
    DocxContextImpl

    public interface ParaContainer
    • Method Summary

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

      • addP

        void addP​(org.docx4j.wml.P p)
        add a new P. Don't change anything about it, just add it to its proper container
        Parameters:
        p - to be added to its parent container
      • getLastP

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