From: William Victor Mote Date: Sun, 20 Apr 2003 23:46:10 +0000 (+0000) Subject: Remove outer
so outline makes more sense. X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1603 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=71f62f2dd334c638651e6eb5c06dc8108cb9f9b1;p=xmlgraphics-fop.git Remove outer
so outline makes more sense. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196279 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/design/areas.xml b/src/documentation/content/xdocs/design/areas.xml index 51b197534..958ef3056 100644 --- a/src/documentation/content/xdocs/design/areas.xml +++ b/src/documentation/content/xdocs/design/areas.xml @@ -12,8 +12,6 @@ -
- Area Tree

The code to implement the area tree matches the areas defined in the specification. This makes it easier to understand and @@ -175,7 +173,6 @@ An abstract renderer will be able to handle the generic positioning of child areas, iterating through areas that have child areas.

-
diff --git a/src/documentation/content/xdocs/design/layout.xml b/src/documentation/content/xdocs/design/layout.xml index 207abbd80..94a657edc 100644 --- a/src/documentation/content/xdocs/design/layout.xml +++ b/src/documentation/content/xdocs/design/layout.xml @@ -12,8 +12,6 @@ -
- FO Layout

The aim of the layout system is to be self contained and allow for easy changes or extensions for future development. For example the @@ -445,8 +443,6 @@ the last page (if applicable). The areas are then placed on a last page.

-
- diff --git a/src/documentation/content/xdocs/design/properties.xml b/src/documentation/content/xdocs/design/properties.xml index 713ba2ac3..797655f46 100644 --- a/src/documentation/content/xdocs/design/properties.xml +++ b/src/documentation/content/xdocs/design/properties.xml @@ -13,8 +13,6 @@ -
- Properties
Property datatypes

The property datatypes are defined in the @@ -262,7 +260,6 @@ the result is a Property object, and the actual value may be accessed (in this example) by using the "getLength()" accessor.

-