diff options
Diffstat (limited to 'src/org/apache/fop/area/Title.java')
-rw-r--r-- | src/org/apache/fop/area/Title.java | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/org/apache/fop/area/Title.java b/src/org/apache/fop/area/Title.java new file mode 100644 index 000000000..26cf7db61 --- /dev/null +++ b/src/org/apache/fop/area/Title.java @@ -0,0 +1,11 @@ +/* + * $Id$ + * Copyright (C) 2001 The Apache Software Foundation. All rights reserved. + * For details on use and redistribution please refer to the + * LICENSE file included with these sources. + */ + +package org.apache.fop.area; + +public class Title extends LineArea { +} |