]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
RTF: fix a few checkstyle warnings
authorPeter Herweg <pherweg@apache.org>
Sun, 5 Feb 2006 18:05:45 +0000 (18:05 +0000)
committerPeter Herweg <pherweg@apache.org>
Sun, 5 Feb 2006 18:05:45 +0000 (18:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@375067 13f79535-47bb-0310-9956-ffa450edef68

23 files changed:
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IBorderAttributes.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfAfterContainer.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfBeforeContainer.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfBookmarkContainer.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfExternalGraphicContainer.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfHyperLinkContainer.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfJforCmdContainer.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfListContainer.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfOptions.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfPageBreakContainer.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfPageContainer.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfPageNumberCitationContainer.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfPageNumberContainer.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfParagraphContainer.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfParagraphKeepTogetherContainer.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfTableContainer.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfTextContainer.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IRtfTextrunContainer.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/ITableAttributes.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/IrtfTemplateContainer.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTable.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTableCell.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTableRow.java

index 6a9cafdf9dbe44c7b991b393ede1746930530e12..3e86019ef6ddad7663b9f8fc4abfe77e114de91d 100644 (file)
@@ -14,8 +14,9 @@
  * limitations under the License.\r
  */\r
 \r
-/* $Id: BorderAttributesConverter.java 198175 2004-11-24 21:07:31Z gmazza $ */\r
+/* $Id$ */\r
 \r
+package org.apache.fop.render.rtf.rtflib.rtfdoc;\r
 \r
 /*\r
  * This file is part of the RTF library of the FOP project, which was originally\r
@@ -24,7 +25,7 @@
  * the FOP project.\r
  */\r
 \r
-package org.apache.fop.render.rtf.rtflib.rtfdoc;\r
+\r
 \r
 /** Constants for RTF border attribute names. */\r
 \r
index 9b940c5d4c4de3e31a7721021b9850c8e0223c8e..51bda2258638f91be83055cb84954ea3508895a4 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.IOException;
 
 /** interface for RTF objects that can contain footers */
index 6fb0c587f7b7e2ae115c503032b1b6a2bed53685..31f9907a133ea0144b7dd9f23a763c3391d07b48 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.IOException;
 
 /**
index 3d1613a1fa8f3b213c319b5f6399066a123dad2f..7b286dbe5d8d04abe203432d9c86f83fc9065f31 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.IOException;
 
 /**
index d347a087e737d5be690993cfe4836f651d058d8f..c755f6d1ef8764c5c9a9e5664528124ca0d07482 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.IOException;
 
 /**
index d6f1c7f47c49922d532ceb95f8450df6505d0fc2..b8161fa3ed779a16cc6462c2d02452191820133e 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.IOException;
 
 /** interface for RtfElements that can contain RtfHyperLinks
index 192904035cd2bff225749f7cc9ea9208bee18f6d..105377639b3cba15ea269339357ecd015a6fdcb3 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,9 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
-
 import java.io.IOException;
 
 /**
index 0d0aa500b11f5fc3a767e6f397b7b5fa09dd6e0a..07e365ff7da72f4d3d0b3395340b257b4f03b93b 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.IOException;
 
 /**  Interface for RtfElements that can contain RtfLists
index 0117a30ef50ae56806b73c39ca8e5f23554cb79a..7fd35356295bb06d47885f78b22c29123d029180 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 /**
  * Options for configuring the rtf elements.
  */
index 1335d2f799e892428c214cac42d536d710c9798c..d12c00894f6c684e9b1968c7d88fef941f53059d 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.IOException;
 
 /**  Interface for RtfElements that can contain RtfPageBreaks
index 10a8dc036d510c29573c87a2af2ee80cd1aff7be..e3bc82096d8b8600ab84d63999521e1ad4e69ed9 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.IOException;
 
 /**  Interface for RtfElements that can contain RtfText elements
index 24af9682fb2e7ca1fa10b80d612786284ad985f0..d0427c240a8dff1eaab14fb0e4c83a78b91a0db9 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.IOException;
 
 /**
index 02fc4cd0d1df70f0bba8359a3619ec14b40e005c..8d7630bb016b2cf688b4dcc2de7ff8fc0a2269d9 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.IOException;
 
 /**
index a7049275e47b8a2f3b12fd04c5b8d0873bff3810..3507f1224fa5ad171ce8764ca8ba10b5448eb85d 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.IOException;
 
 /**  Interface for RtfElements that can contain RtfParagraphs
index 0e6f99949def3af510a8f013dc0054dfbf0f2e6b..a994477329917da4f76706b518f7fe4cb5cb6a95 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.IOException;
 
 /**
index a9dac056c73466f300798f90db318a2bc027ff68..7806a676d9f5ff3cb1670b9751bca0aa9e976bda 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.IOException;
 
 /**
index 1da21fb8707e6e92db8747d56aca16d4e33dfb5c..0e9a37c990fb2d14d483f135fac262e3a974d965 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.IOException;
 
 /**  Interface for RtfElements that can contain RtfText elements
index fb6934668cab0b48b65459857fc2b52e94dac4f5..7d8eed6c360ae067063e9ee06166e6d849120d25 100644 (file)
 
 /* $Id$ */
 
-
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.IOException;
 import org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTextrun;
 
index 4a664fe086e4211f2f690815711dd623159f8ee7..56f916bd057e184950dcae26a01a7224e5335032 100644 (file)
  * limitations under the License.
  */
 
+/* $Id:$ */
+
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
+
 /* $Id$ */
 
 
@@ -24,8 +28,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 /**
  * Constants for RTF table attribute names
  * @author unascribed
@@ -42,6 +44,11 @@ public interface ITableAttributes {
 
     /** half the space between the cells of a table row in twips */
     String ATTR_RTF_15_TRGAPH = "trgaph";
+    
+    /**
+     *  Position of the leftmost edge of the table with respect to the
+     * left edge of its column
+     */
     String ATTR_ROW_LEFT_INDENT = "trleft";
     
     /** table row header */
@@ -124,6 +131,8 @@ public interface ITableAttributes {
 //Table row attributes
     /** row attribute, keep-together */
     String ROW_KEEP_TOGETHER = "trkeep";
+    
+    /** Height of a table row in twips */
     String ROW_HEIGHT = "trrh";
 
     /**
index cf65b2747eb84fb26893ea56060d04d39b4ef8f9..7dd4a6bc493b333898c1955f4e1e4354ab67c1d9 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.IOException;
 
 /**
index 6385ca4a6515cba5edfd4ef1698d2797488e6a6d..2644124c19c42dc75494839711bb4830d0afedda 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.Writer;
 import java.io.IOException;
 
index 1b4a26fc489ea63c5e27f0c4a57137d4a012c3e5..7443a038b50f7720d50d69e49ae565c8c860221a 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.Writer;
 import java.io.IOException;
 import java.util.Iterator;
index 19301cab32fea24d4966b3153dbd38069d259468..0a992559a73189763dd8b894157eb121809459d2 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.IOException;
 import java.io.Writer;
 import java.util.Iterator;