Uses of Class
org.apache.fop.fo.FONode

Packages that use FONode
org.apache.fop.extensions   
org.apache.fop.fo   
org.apache.fop.fo.flow   
org.apache.fop.fo.pagination   
org.apache.fop.svg   
 

Uses of FONode in org.apache.fop.extensions
 

Subclasses of FONode in org.apache.fop.extensions
 class ContinuedLabel
          Implement continued labels for table header/footer.
 class Destination
          Provides support for PDF destinations, which allow external files to link into a particular place within the generated document.
 class ExtensionObj
          base class for extension objects
 class Label
          Class representing destinations or targets within a document (/Dest objects in PDF, called "Destinations" in Adobe Acrobat).
 class Outline
          Class representing an outline entry (an /OUT object in a PDF file, but referred to as a "Bookmark" from within Adobe Acrobat).
 

Methods in org.apache.fop.extensions with parameters of type FONode
protected  void Outline.addChild(FONode obj)
           
 

Uses of FONode in org.apache.fop.fo
 

Subclasses of FONode in org.apache.fop.fo
 class ColorProfile
           
 class Declarations
           
 class FObj
          base class for representation of formatting objects and their processing
 class FObjMixed
          base class for representation of mixed content formatting objects and their processing
 class FOText
          a text node in the formatting object tree
 class Title
          fo:title element
 class ToBeImplementedElement
           
 class Unknown
          This represents an unknown element.
 class UnknownXMLObj
           
 class XMLElement
          class representing svg:svg pseudo flow object.
 class XMLObj
          Since SVG objects are not layed out then this class checks that this element is not being layed out inside some incorrect element.
 

Methods in org.apache.fop.fo with parameters of type FONode
protected  void UnknownXMLObj.addChild(FONode child)
           
protected  void FONode.addChild(FONode child)
           
protected  void FObjMixed.addChild(FONode child)
           
protected  void XMLObj.addChild(FONode child)
           
 

Uses of FONode in org.apache.fop.fo.flow
 

Subclasses of FONode in org.apache.fop.fo.flow
 class AbstractFlow
           
 class AbstractTableBody
           
 class BasicLink
           
 class BidiOverride
           
 class Block
           
 class BlockContainer
           
 class Character
          this class represents the flow object 'fo:character'.
 class ExternalGraphic
           
 class Float
           
 class Flow
           
 class Footnote
           
 class FootnoteBody
           
 class InitialPropertySet
           
 class Inline
           
 class InlineContainer
           
 class InstreamForeignObject
           
 class Leader
          Implements fo:leader; main property of leader leader-pattern.
 class ListBlock
           
 class ListItem
           
 class ListItemBody
           
 class ListItemLabel
           
 class Marker
           
 class MultiCase
           
 class MultiProperties
           
 class MultiPropertySet
           
 class MultiSwitch
           
 class MultiToggle
           
 class PageNumber
           
 class PageNumberCitation
          6.6.11 fo:page-number-citation Common Usage: The fo:page-number-citation is used to reference the page-number for the page containing the first normal area returned by the cited formatting object.
 class RetrieveMarker
           
 class StaticContent
           
 class Table
           
 class TableAndCaption
           
 class TableBody
           
 class TableCaption
           
 class TableCell
           
 class TableColumn
           
 class TableFooter
           
 class TableHeader
           
 class TableRow
           
 class Wrapper
          Implementation for fo:wrapper formatting object.
 

Uses of FONode in org.apache.fop.fo.pagination
 

Subclasses of FONode in org.apache.fop.fo.pagination
 class ConditionalPageMasterReference
          Class modeling the fo:conditional-page-master-reference object.
 class LayoutMasterSet
          Class modeling the fo:layout-master-set object.
 class PageMasterReference
          Abstract base class for PageMasterReference classes.
 class PageSequence
          Class modeling the fo:page-sequence object.
 class PageSequenceMaster
          Class modeling the fo:page-sequence-master object.
 class Region
          Abstract base class for pagination regions.
 class RegionAfter
          Class modeling the fo:region-after object.
 class RegionBefore
          Class modeling the fo:region-before object.
 class RegionBody
          Class modeling the fo:region-body object.
 class RegionEnd
          Class modeling the fo:region-end object.
 class RegionStart
          Class modeling the fo:region-start object.
 class RepeatablePageMasterAlternatives
          Class modeling the fo:repeatable-page-master-alternatives object.
 class RepeatablePageMasterReference
          Class modeling the fo:repeatable-page-master-reference object.
 class Root
          Class modeling the fo:root object.
 class SimplePageMaster
          Class modeling the fo:simple-page-master object.
 class SinglePageMasterReference
          Class modeling the fo:single-page-master-reference object.
 

Uses of FONode in org.apache.fop.svg
 

Subclasses of FONode in org.apache.fop.svg
 class SVGElement
          class representing svg:svg pseudo flow object.
 class SVGObj
           
 



Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.