Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12345678910111213141516171819
  1. /*
  2. * $Id$
  3. * Copyright (C) 2001 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.inline;
  8. public class Leader extends Stretch {
  9. // pattern, length min opt max
  10. // in the case of use content or dots this is replaced
  11. // with the set of inline areas
  12. // if space replaced with a space
  13. // otherwise this is a holder for a line
  14. }