You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2005/06/22 16:51:39 UTC

cvs commit: xml-fop/src/java/org/apache/fop/fo/flow TableRow.java

jeremias    2005/06/22 07:51:39

  Modified:    src/java/org/apache/fop/fo/flow TableRow.java
  Log:
  Accessors for break-* on table-row.
  
  Revision  Changes    Path
  1.49      +10 -0     xml-fop/src/java/org/apache/fop/fo/flow/TableRow.java
  
  Index: TableRow.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/TableRow.java,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- TableRow.java	24 May 2005 09:38:02 -0000	1.48
  +++ TableRow.java	22 Jun 2005 14:51:39 -0000	1.49
  @@ -138,6 +138,16 @@
           return id;
       }
   
  +    /** @return the "break-after" property. */
  +    public int getBreakAfter() {
  +        return breakAfter;
  +    }
  +
  +    /** @return the "break-before" property. */
  +    public int getBreakBefore() {
  +        return breakBefore;
  +    }
  +
       /** @return the "keep-with-previous" property. */
       public KeepProperty getKeepWithPrevious() {
           return keepWithPrevious;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org