package org.apache.fop.rtf.rtflib.rtfdoc;
import java.io.IOException;
-import org.jfor.jfor.interfaces.ITableColumnsInfo;
+import org.apache.fop.rtf.rtflib.interfaces.ITableColumnsInfo;
/** Interface for RtfElements that can contain RtfTables
* @author Bertrand Delacretaz bdelacretaz@codeconsult.ch
import java.io.*;
import java.util.*;
import java.io.IOException;
-import org.jfor.jfor.interfaces.ITableColumnsInfo;
+import org.apache.fop.rtf.rtflib.interfaces.ITableColumnsInfo;
/** Common code for RtfAfter and RtfBefore
* @author Andreas Lambert <andreas.lambert@cronidesoft.com>
import java.io.*;
import java.util.*;
-import org.jfor.jfor.main.JForVersionInfo;
+import org.apache.fop.rtf.rtflib.jfor.main.JForVersionInfo;
import org.xml.sax.Attributes;
/** Base class for all elements of an RTF file.
import org.apache.fop.rtf.rtflib.rtfdoc.RtfContainer;
import org.apache.fop.rtf.rtflib.rtfdoc.RtfAttributes;
-import org.jfor.jfor.tools.ImageConstants;
-import org.jfor.jfor.tools.ImageUtil;
-import org.jfor.jfor.tools.jpeg.Encoder;
-import org.jfor.jfor.tools.jpeg.JPEGException;
+import org.apache.fop.rtf.rtflib.tools.ImageConstants;
+import org.apache.fop.rtf.rtflib.tools.ImageUtil;
+import org.apache.fop.rtf.rtflib.tools.jpeg.Encoder;
+import org.apache.fop.rtf.rtflib.tools.jpeg.JPEGException;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.*;
import java.util.*;
-import org.jfor.jfor.interfaces.ITableColumnsInfo;
+import org.apache.fop.rtf.rtflib.interfaces.ITableColumnsInfo;
/** Used to add extra table rows after a row that contains a nested table:
package org.apache.fop.rtf.rtflib.rtfdoc;
import org.apache.fop.rtf.rtflib.exceptions.RtfStructureException;
-import org.jfor.jfor.converter.ConverterLogChannel;
+import org.apache.fop.rtf.rtflib.jfor.converter.ConverterLogChannel;
import java.io.*;
/** Models the top-level structure of an RTF file.
import java.util.*;
import java.io.Writer;
import java.io.IOException;
-import org.jfor.jfor.main.JForVersionInfo;
+import org.apache.fop.rtf.rtflib.jfor.main.JForVersionInfo;
/** RTF file header, contains style, font and other document-level information.
* @author Bertrand Delacretaz bdelacretaz@codeconsult.ch
import java.util.*;
import java.io.Writer;
import java.io.IOException;
-import org.jfor.jfor.main.JForVersionInfo;
+import org.apache.fop.rtf.rtflib.jfor.main.JForVersionInfo;
/**RtfListTable: used to make the list table in the header section of the RtfFile.
* This is the method that Word uses to make lists in RTF and the way most RTF readers,
import java.io.*;
import java.util.*;
import java.io.IOException;
-import org.jfor.jfor.interfaces.ITableColumnsInfo;
+import org.apache.fop.rtf.rtflib.interfaces.ITableColumnsInfo;
/** Models a section in an RTF document
* @author Bertrand Delacretaz bdelacretaz@codeconsult.ch
import java.io.*;
import java.util.Iterator;
-import org.jfor.jfor.interfaces.ITableColumnsInfo;
+import org.apache.fop.rtf.rtflib.interfaces.ITableColumnsInfo;
/** Container for RtfRow elements
* @author Bertrand Delacretaz bdelacretaz@codeconsult.ch
import java.io.*;
import java.util.*;
-import org.jfor.jfor.interfaces.ITableColumnsInfo;
+import org.apache.fop.rtf.rtflib.interfaces.ITableColumnsInfo;
/** A cell in an RTF table, container for paragraphs, lists, etc.
* @author Bertrand Delacretaz bdelacretaz@codeconsult.ch
import java.io.File;
import java.io.IOException;
-import org.jfor.jfor.main.JForVersionInfo;
+import org.apache.fop.rtf.rtflib.jfor.main.JForVersionInfo;
/** Create test RTF documents from classes found in this package.
* @author Bertrand Delacretaz bdelacretaz@codeconsult.ch
*/
package org.apache.fop.rtf.rtflib.testdocs;
-import org.jfor.jfor.interfaces.ITableColumnsInfo;
+import org.apache.fop.rtf.rtflib.interfaces.ITableColumnsInfo;
/** ITableColumnsInfo that does nothing, used in testodcs package
* to create documents without worrying about nested tables handling.
import java.util.Date;
import java.io.*;
import org.apache.fop.rtf.rtflib.rtfdoc.*;
-import org.jfor.jfor.main.JForVersionInfo;
+import org.apache.fop.rtf.rtflib.jfor.main.JForVersionInfo;
/** Base class for generating RTF documents used to test the jfor rtflib package.
* @author Bertrand Delacretaz bdelacretaz@codeconsult.ch