<!-- ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... -->
<!-- ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... -->
- <!-- <module name="RedundantImport"/> produces 22 new errors -->
+ <module name="RedundantImport"/>
<!-- ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... -->
<!-- ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... -->
import java.util.SortedSet;
import java.util.TreeSet;
-import org.apache.fop.complexscripts.bidi.BidiConstants;
import org.apache.fop.util.License;
// CSOFF: LineLength
package org.apache.fop.complexscripts.bidi;
import java.util.Arrays;
-import org.apache.fop.complexscripts.bidi.BidiConstants;
// CSOFF: WhitespaceAfterCheck
// CSOFF: LineLengthCheck
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
-import org.apache.fop.complexscripts.fonts.AdvancedTypographicTableFormatException;
-import org.apache.fop.complexscripts.fonts.GlyphClassTable;
-import org.apache.fop.complexscripts.fonts.GlyphCoverageTable;
-import org.apache.fop.complexscripts.fonts.GlyphDefinitionSubtable;
-import org.apache.fop.complexscripts.fonts.GlyphDefinitionTable;
-import org.apache.fop.complexscripts.fonts.GlyphMappingTable;
-import org.apache.fop.complexscripts.fonts.GlyphPositioningSubtable;
-import org.apache.fop.complexscripts.fonts.GlyphPositioningTable;
-import org.apache.fop.complexscripts.fonts.GlyphSubstitutionSubtable;
-import org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable;
-import org.apache.fop.complexscripts.fonts.GlyphSubtable;
-import org.apache.fop.complexscripts.fonts.GlyphTable;
import org.apache.fop.fonts.truetype.FontFileReader;
import org.apache.fop.fonts.truetype.TTFDirTabEntry;
import org.apache.fop.fonts.truetype.TTFFile;
package org.apache.fop.pdf;
-import org.apache.fop.pdf.PDFDestination;
-
/**
* Comparator class to enable comparing (and
* hence sorting) of PDFDestination objects.
*/
import java.io.IOException;
-import org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTextrun;
/** Interface which enables an implementing class to contain linear text runs.
* @author Peter Herweg, pherweg@web.de
import java.io.Writer;
import java.io.IOException;
-//FOP
-import org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTextrun;
-
/** Model of an RTF footnote
* @author Peter Herweg, pherweg@web.de
* @author Marc Wilhelm Kuester
import java.io.Writer;
import java.io.IOException;
-import org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTextrun;
-
/** Model of an RTF list item, which can contain RTF paragraphs
* @author Bertrand Delacretaz bdelacretaz@codeconsult.ch
* @author Andreas Putz a.putz@skynamics.com
//Java
import java.io.IOException;
-//FOP
-import org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement;
-
/**
* Class to handle list styles.
*/
//Java
import java.io.IOException;
-//FOP
-import org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement;
-
/**
* Class to handle bullet list style.
*/
//Java
import java.io.IOException;
-//FOP
-import org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement;
-
/**
* Class to handle number list style.
*/
//Java
import java.io.IOException;
-//FOP
-import org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement;
-
/**
* Class to handle text list style.
*/