Index: RtfTable.java
===================================================================
RCS file: /home/cvspublic/xml-fop/src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfTable.java,v
retrieving revision 1.8
diff -w -u -r1.8 RtfTable.java
--- RtfTable.java	3 Jul 2003 19:14:46 -0000	1.8
+++ RtfTable.java	14 Sep 2003 21:26:34 -0000
@@ -175,6 +175,10 @@
     public void setHeaderAttribs(RtfAttributes attrs) {
         headerAttribs = attrs;
     }
+    
+    public RtfAttributes getHeaderAttribs() {
+        return headerAttribs;
+    }
 
     /**
      * Added by Normand Masse
