Class RtfFootnote

    • Method Detail

      • getTextrun

        public RtfTextrun getTextrun()
                              throws java.io.IOException
        Description copied from interface: IRtfTextrunContainer
        Returns the current RtfTextrun object. Opens a new one if necessary.
        Specified by:
        getTextrun in interface IRtfTextrunContainer
        Returns:
        a text run
        Throws:
        java.io.IOException - if not caught
      • writeRtfContent

        protected void writeRtfContent()
                                throws java.io.IOException
        write RTF code of all our children
        Overrides:
        writeRtfContent in class RtfContainer
        Throws:
        java.io.IOException - for I/O problems
      • newList

        public RtfList newList​(RtfAttributes attrs)
                        throws java.io.IOException
        Description copied from interface: IRtfListContainer
        Close the current list, if any, and starts a new one
        Specified by:
        newList in interface IRtfListContainer
        Parameters:
        attrs - some attributes
        Returns:
        an rtf list
        Throws:
        java.io.IOException - if not caught
      • startBody

        public void startBody()
        start body
      • endBody

        public void endBody()
        end body