diff options
Diffstat (limited to 'src/documentation/content/design/alt.design/properties/FOAttributes.html')
-rw-r--r-- | src/documentation/content/design/alt.design/properties/FOAttributes.html | 45 |
1 files changed, 33 insertions, 12 deletions
diff --git a/src/documentation/content/design/alt.design/properties/FOAttributes.html b/src/documentation/content/design/alt.design/properties/FOAttributes.html index d7bf9184d..254515f61 100644 --- a/src/documentation/content/design/alt.design/properties/FOAttributes.html +++ b/src/documentation/content/design/alt.design/properties/FOAttributes.html @@ -1,4 +1,20 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> +<!-- + Copyright 2001-2004 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!-- $Id$ --> <!-- Created by htmlize-0.67 in css mode. --> <html> <head> @@ -75,6 +91,22 @@ </head> <body> <pre> +<span class="comment">/* + * Copyright 2001-2004 The Apache Software Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */</span> + <span class="keyword">package</span> <span class="jde-java-font-lock-package">org</span>.<span class="jde-java-font-lock-package">apache</span>.<span class="jde-java-font-lock-package">fop</span>.<span class="jde-java-font-lock-package">fo</span>; <span class="keyword">import</span> <span class="jde-java-font-lock-package">org</span>.<span class="jde-java-font-lock-package">apache</span>.<span class="jde-java-font-lock-package">fop</span>.<span class="jde-java-font-lock-package">apps</span>.<span class="type">FOPException</span>; @@ -96,21 +128,10 @@ <span class="keyword">import</span> <span class="jde-java-font-lock-package">java</span>.<span class="jde-java-font-lock-package">util</span>.<span class="type">Collections</span>; <span class="keyword">import</span> <span class="jde-java-font-lock-package">java</span>.<span class="jde-java-font-lock-package">util</span>.<span class="type">Arrays</span>; -<span class="comment">/* - * FOAttributes.java - * $Id$ - * - * Created: Wed Nov 14 15:19:51 2001 - * 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. - * - * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a> - * @version $Revision$ $Name$ - */</span> <span class="comment">/** * The FO Attributes data structures and methods needed to manage the * Attributes associated with FO nodes. + * @author <a href="mailto:pbwest@powerup.com.au">Peter B. West</a> */</span> <span class="jde-java-font-lock-modifier">public</span> <span class="keyword">class</span> <span class="function-name" id="FOAttributesClass">FOAttributes</span> { |