您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Title.java 377B

1234567891011121314151617
  1. /*
  2. * $Id$
  3. * Copyright (C) 2001-2002 The Apache Software Foundation. All rights reserved.
  4. * For details on use and redistribution please refer to the
  5. * LICENSE file included with these sources.
  6. */
  7. package org.apache.fop.area;
  8. /**
  9. * The title area.
  10. * This area holds the inline areas from the page-sequence
  11. * title element.
  12. */
  13. public class Title extends LineArea {
  14. }