blob: f0729058c822127d66953b9d090226a7c9b770ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*
* $Id$
* Copyright (C) 2001-2002 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;
/**
* The title area.
* This area holds the inline areas from the page-sequence
* title element.
*/
public class Title extends LineArea {
}
|