Uses of Class
org.apache.fop.fo.FONode
Packages that use FONode
Package
Description
Classes, constants and basic infrastructure for the FO tree.
Base classes for implementing extensions to XSL-FO.
Classes to support named destinations (only relevant for PDF output)
SVG extension classes which handle elements from the SVG namespace.
Extension classes which handles XMP metadata.
All the block- and inline-level flow formatting objects.
All the pagination and declaration formatting objects.
Formatting objects for bookmarks as defined since XSL 1.1.
FOP's layout engine.
Extensions specific to the PostScript Renderer.
RTF (Rich Text Format) Output Support
Trait classes and other supporting data structures.
-
Uses of FONode in org.apache.fop.complexscripts.bidi
Methods in org.apache.fop.complexscripts.bidi that return FONodeModifier and TypeMethodDescriptionDelimitedTextRange.getNode()Obtain node that generated this text range.Methods in org.apache.fop.complexscripts.bidi with parameters of type FONodeModifier and TypeMethodDescriptionvoidAppend interval using character C.voidDelimitedTextRange.append(CharIterator it, FONode fn) Append interval using characters from character iterator IT.Constructors in org.apache.fop.complexscripts.bidi with parameters of type FONode -
Uses of FONode in org.apache.fop.fo
Subclasses of FONode in org.apache.fop.foModifier and TypeClassDescriptionclassBase class for representation of formatting objects and their processing.classAbstract base class for representation of mixed content formatting objects (= those that can contain both childFONodes and#PCDATA).classA text node (PCDATA) in the formatting object tree.classClass for handling generic XML from a namespace not recognized by FOPclassAbstract class modelling generic, non-XSL-FO XML objects.Fields in org.apache.fop.fo declared as FONodeModifier and TypeFieldDescriptionprotected FONodeFObjMixed.currentTextNodeUsed for white-space handling; start CharIterator at node ...protected FONodeFObj.firstChildpointer to the descendant subtreeprotected FONodeFObj.lastChildpointer to the end of the descendant subtreeprotected FONodeFONode.parentParent FO nodeprotected FONode[]FONode.siblingspointer to the sibling nodesMethods in org.apache.fop.fo that return FONodeModifier and TypeMethodDescriptionPerforms a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesPerforms a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesPerforms a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesFObj.FObjIterator.first()Returns the first node in the list, and decreases the index, so that a subsequent call tohasPrevious()will returnfalseFONode.FONodeIterator.first()Returns the first node in the list, and decreases the index, so that a subsequent call tohasPrevious()will returnfalseFONode.getParent()Return the parent node of this nodeFObj.FObjIterator.last()Returns the last node in the list, and advances the current position, so that a subsequent call tohasNext()will returnfalseFONode.FONodeIterator.last()Returns the last node in the list, and advances the current position, so that a subsequent call tohasNext()will returnfalseCreates a new FONode (or rather a specialized subclass of it).Make an instanceFObj.FObjIterator.next()FONode.FONodeIterator.next()FObj.FObjIterator.previous()FONode.FONodeIterator.previous()Methods in org.apache.fop.fo with parameters of type FONodeModifier and TypeMethodDescriptionvoidAdd the givennewNodeat the current position.voidAdd the givennewNodeat the current position.protected voidFObj.addChildNode(FONode child) Adds a node as a child of this node.protected voidFObjMixed.addChildNode(FONode child) Adds a node as a child of this node.protected voidFONode.addChildNode(FONode child) Adds a node as a child of this node.protected voidUnknownXMLObj.addChildNode(FONode child) Adds a node as a child of this node.protected voidXMLObj.addChildNode(FONode child) Adds a node as a child of this node.protected static voidFObj.addChildTo(FONode child, FONode parent) Used by RetrieveMarker during Marker-subtree cloningprotected static voidFONode.attachSiblings(FONode precedingSibling, FONode followingSibling) This method is used when adding child nodes to a FO that already contains at least one child.Performs a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesPerforms a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesPerforms a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesstatic StringFONode.decorateWithContextInfo(String text, FONode node) Decorates a log or warning message with context information on the given node.FObj.getChildNodes(FONode childNode) Return an iterator over the object's childNodes starting at the passed-in node (= first call to iterator.next() will return childNode)FONode.getChildNodes(FONode childNode) Return an iterator over the object's child nodes starting at the passed node.voidXMLWhiteSpaceHandler.handleWhiteSpace(FObjMixed fo, FONode firstTextNode) Handle white-space for the fo that is passed in, starting at firstTextNode (when a nested FO is encountered)voidXMLWhiteSpaceHandler.handleWhiteSpace(FObjMixed fo, FONode firstTextNode, FONode nextChild) Handle white-space for the fo that is passed in, starting at firstTextNodeprotected static voidFObjMixed.handleWhiteSpaceFor(FObjMixed fobj, FONode nextChild) Handles white-space for the node that is passed in, starting at its current text-node (used byRetrieveMarkerto trigger 'end-of-node' white-space handling)Creates a new FONode (or rather a specialized subclass of it).Make an instancevoidFObj.removeChild(FONode child) Removes a child node.voidFObjMixed.removeChild(FONode child) Removes a child node.voidFONode.removeChild(FONode child) Removes a child node.voidReplace the node at the current index with the givennewNode.voidReplace the node at the current index with the givennewNode.protected static voidFONode.validateChildNode(FONode fo, Locator loc, String namespaceURI, String localName) Static version ofvalidateChildNode(Locator, String, String)that can be used by subclasses that need to validate children against a different node (for example:fo:wrapperneeds to check if the incoming node is a valid child to its parent)Constructors in org.apache.fop.fo with parameters of type FONodeModifierConstructorDescriptionCreate a new formatting object.protectedBase constructorprotectedBase constructorCreates a new FO text node.RecursiveCharIterator(FObj fobj, FONode child) Constructor which creates an iterator for only some child nodesprotectedUnknownXMLObj(FONode parent, String space) Constructs an unknown xml object (called by Maker).Base constructor -
Uses of FONode in org.apache.fop.fo.extensions
Subclasses of FONode in org.apache.fop.fo.extensionsModifier and TypeClassDescriptionclassClass for the fox:external-document extension element.Constructors in org.apache.fop.fo.extensions with parameters of type FONodeModifierConstructorDescriptionExternalDocument(FONode parent) Constructs a ExternalDocument object (called by Maker). -
Uses of FONode in org.apache.fop.fo.extensions.destination
Subclasses of FONode in org.apache.fop.fo.extensions.destinationConstructors in org.apache.fop.fo.extensions.destination with parameters of type FONodeModifierConstructorDescriptionDestination(FONode parent) Constructs a Destination object (called by Maker). -
Uses of FONode in org.apache.fop.fo.extensions.svg
Subclasses of FONode in org.apache.fop.fo.extensions.svgModifier and TypeClassDescriptionclassClass representing the SVG root element for constructing an SVG document.classClass for SVG element objects.Constructors in org.apache.fop.fo.extensions.svg with parameters of type FONodeModifierConstructorDescriptionSVGElement(FONode parent) Constructs an SVG objectConstructs an SVG object (called by Maker). -
Uses of FONode in org.apache.fop.fo.extensions.xmp
Subclasses of FONode in org.apache.fop.fo.extensions.xmpModifier and TypeClassDescriptionclassAbstract base class for the XMP and RDF root nodes.classRepresents the top-level "RDF" element used by XMP metadata.classRepresents the top-level "xmpmeta" element used by XMP metadata.Constructors in org.apache.fop.fo.extensions.xmp with parameters of type FONodeModifierConstructorDescriptionAbstractMetadataElement(FONode parent) Main constructor.RDFElement(FONode parent) Main constructor.XMPMetaElement(FONode parent) Main constructor. -
Uses of FONode in org.apache.fop.fo.flow
Subclasses of FONode in org.apache.fop.fo.flowModifier and TypeClassDescriptionclassCommon base class for thefo:instream-foreign-objectandfo:external-graphicflow formatting objects.classCommon superclass forfo:list-item-labelandfo:list-item-body.classCommon base class for thefo:page-number-citationandfo:page-number-citation-lastobjects.classAbstract base class for thefo:retrieve-markerandfo:retrieve-table-markerformatting objects.classClass modelling thefo:basic-linkobject.classClass modelling thefo:bidi-overrideobject.classClass modelling thefo:block object.classClass modelling thefo:block-containerobject.classCommon change bar base class.classclassclassClass modelling thefo:characterobject.classClass modelling thefo:external-graphicobject.classClass modelling thefo:floatobject.classClass modelling thefo:footnoteobject.classClass modelling thefo:footnote-bodyobject.classClass modelling thefo:initial-property-setobject.classClass modelling thefo:inlineformatting object.classclassClass modelling the commonalities of several inline-level formatting objects.classClass modelling thefo:instream-foreign-objectobject.classClass modelling thefo:leaderobject.classClass modelling the list blockfo:list-blockobject.classClass modelling the list itemfo:list-itemobject.classClass modelling the list itemfo:list-item-body object.classClass modelling the list itemfo:list-item-labelobject.classClass modelling the markerfo:markerobject.classClass modelling thefo:multi-caseobject.classClass modelling thefo:multi-propertiesobject.classClass modelling thefo:multi-property-setobject.classClass modelling thefo:multi-switchobject.classClass modelling thefo:multi-toggleproperty.classClass modelling thefo:page-numberobject.classClass modelling thefo:page-number-citationobject.classClass modelling thefo:page-number-citation-lastobject from XSL 1.1.classClass modelling thefo:retrieve-markerformatting object.classClass modelling thefo:retrieve-table-markerformatting object.classClass modelling the fo wrapperfo:wrapperobject.Methods in org.apache.fop.fo.flow with parameters of type FONodeModifier and TypeMethodDescriptionvoidFootnote.addChildNode(FONode child) Adds a node as a child of this node.protected voidInstreamForeignObject.addChildNode(FONode child) Adds a node as a child of this node.voidListItem.addChildNode(FONode child) Adds a node as a child of this node.protected voidWrapper.addChildNode(FONode child) Adds a node as a child of this node.protected Marker.MarkerPropertyListMarker.getPropertyListFor(FONode foNode) Retrieve the property list of the givenFONodedescendantConstructors in org.apache.fop.fo.flow with parameters of type FONodeModifierConstructorDescriptionAbstractGraphics(FONode parent) constructs an instream-foreign-object object (called by Maker).AbstractListItemPart(FONode parent) Base constructorAbstractPageNumberCitation(FONode parent) Base constructorAbstractRetrieveMarker(FONode parent) Create a new AbstractRetrieveMarker instance that is a child of the givenFONodeConstruct a BasicLink instance with the givenFONodeas its parent.BidiOverride(FONode parent) Base constructorBase constructorBlockContainer(FONode parent) Creates a new BlockContainer instance as a child of the givenFONode.Constructs a ChangeBar element with common parts for both begin and end change bars.ChangeBarBegin(FONode parent) Constructs a new ChangeBarBegin element.ChangeBarEnd(FONode parent) Constructs a new ChangeBarEnd element.ExternalGraphic(FONode parent) Create a new ExternalGraphic node that is a child of the givenFONode.Base constructorCreate a Footnote instance that is a child of the givenFONodeFootnoteBody(FONode parent) Base constructorInitialPropertySet(FONode parent) Base constructorBase constructorInlineContainer(FONode parent) Creates a new instance.protectedInlineLevel(FONode parent) Base constructorInstreamForeignObject(FONode parent) Constructs an instream-foreign-object object (called byElementMapping.Maker).Base constructorBase constructorBase constructorListItemBody(FONode parent) ListItemLabel(FONode parent) Base constructorCreate a marker fo.Base constructorMultiProperties(FONode parent) Base constructorMultiPropertySet(FONode parent) Base constructorMultiSwitch(FONode parent) Base constructorMultiToggle(FONode parent) Base constructorPageNumber(FONode parent) Base constructorPageNumberCitation(FONode parent) Main constructorPageNumberCitationLast(FONode parent) Main constructorRetrieveMarker(FONode parent) Create a new RetrieveMarker instance that is a child of the givenFONode.RetrieveTableMarker(FONode parent) Create a new RetrieveTableMarker instance that is a child of the givenFONode.Create a Wrapper instance that is a child of the givenFONode -
Uses of FONode in org.apache.fop.fo.flow.table
Subclasses of FONode in org.apache.fop.fo.flow.tableModifier and TypeClassDescriptionclassClass modelling thefo:tableobject.classClass modelling thefo:table-and-captionproperty.classClass modelling thefo:table-bodyobject.classClass modelling thefo:table-captionobject.classClass modelling thefo:table-cellobject.classA common class for fo:table-body and fo:table-row which both can contain fo:table-cell.classClass modelling thefo:table-columnobject.classCommon base class for table-related FOsclassClass modelling thefo:table-footerobject.classClass modelling thefo:table-headerobject.classAn abstract base class modelling a TablePart (i.e.classClass modelling thefo:table-rowobject.Methods in org.apache.fop.fo.flow.table that return FONodeModifier and TypeMethodDescriptionPerforms a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesMethods in org.apache.fop.fo.flow.table that return types with arguments of type FONodeMethods in org.apache.fop.fo.flow.table with parameters of type FONodeModifier and TypeMethodDescriptionprotected voidTable.addChildNode(FONode child) Adds a node as a child of this node.protected voidTablePart.addChildNode(FONode child) Adds a node as a child of this node.protected voidTableRow.addChildNode(FONode child) Adds a node as a child of this node.Performs a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesConstructors in org.apache.fop.fo.flow.table with parameters of type FONodeModifierConstructorDescriptionConstruct a Table instance with the givenFONodeas parent.TableAndCaption(FONode parent) Create a TableAndCaption instance with the givenFONodeas parent.Create a TableBody instance with the givenFONodeas parent.TableCaption(FONode parent) Create a TableCaption instance with the givenFONodeas parent.Create a TableCell instance with the givenFONodeas parent.TableCellContainer(FONode parent) Construct table cell container.TableColumn(FONode parent) Create a TableColumn instance with the givenFONodeas parent.TableColumn(FONode parent, boolean implicit) Create a TableColumn instance with the givenFONodeas parentCreate a TableFObj instance that is a child of the givenFONodeTableFooter(FONode parent) Create a TableFooter instance with the givenFONodeas parent.TableHeader(FONode parent) Create a TableHeader instance with the givenFONodeas parent.Create a TablePart instance with the givenFONodeas parent.Create a TableRow instance with the givenFONodeas parent. -
Uses of FONode in org.apache.fop.fo.pagination
Subclasses of FONode in org.apache.fop.fo.paginationModifier and TypeClassDescriptionclassAbstract base class for thefo:page-sequenceformatting object and thefox:external-documentextension object.classClass modelling thefo:color-profileobject.classClass modelling thefo:conditional-page-master-referenceobject.classClass modelling thefo:declarationsobject.classClass modelling thefo:flowobject.classClass modelling thefo:layout-master-setobject.classClass modelling thefo:page-sequenceobject.classClass modelling thefo:page-sequence-masterobject.classClass modelling thefo:page-sequence-wrapperobject, first introduced in the XSL 1.1 WD.classThis is an abstract base class for pagination regions.classClass modelling thefo:region-afterobject.classAbstract base class forfo:region-beforeandfo:region-after.classClass modelling thefo:region-beforeobject.classClass modelling thefo:region-bodyobject.classClass modelling thefo:region-endobject.classAbstract base class forfo:region-startandfo:region-end.classClass modelling thefo:region-startobject.classClass modelling thefo:repeatable-page-master-alternativesobject.classClass modelling thefo:repeatable-page-master-referenceobject.classClass modeling thefo:rootformatting object.classCommon base class for side regions (before, after, start, end).classClass modelling thefo:simple-page-masterobject.classClass modelling thefo:single-page-master-referenceobject.classClass modelling thefo:static-contentobject.classClass modeling thefo:titleobject.Methods in org.apache.fop.fo.pagination that return types with arguments of type FONodeMethods in org.apache.fop.fo.pagination with parameters of type FONodeModifier and TypeMethodDescriptionvoidPageSequence.addChildNode(FONode child) Adds a node as a child of this node.protected voidSimplePageMaster.addChildNode(FONode child) Adds a node as a child of this node.protected voidRoot.validateChildNode(Locator loc, FONode child) Constructors in org.apache.fop.fo.pagination with parameters of type FONodeModifierConstructorDescriptionAbstractPageSequence(FONode parent) Create an AbstractPageSequence that is a child of the given parentFONode.ColorProfile(FONode parent) Base constructorConditionalPageMasterReference(FONode parent) Create a ConditionalPageMasterReference instance that is a child of the givenFONode.Declarations(FONode parent) Create a Flow instance that is a child of the givenFONode.LayoutMasterSet(FONode parent) Create a LayoutMasterSet instance that is a child of the given parentFONode.PageSequence(FONode parent) Create a PageSequence instance that is a child of the givenFONode.PageSequenceMaster(FONode parent, BlockLevelEventProducer blockLevelEventProducer) Create a PageSequenceMaster instance that is a child of the givenFONode.PageSequenceWrapper(FONode parent) Create a PageSequenceWrapper instance that is a child of the given parentFONode.protectedBase constructorRegionAfter(FONode parent) Create a RegionAfter instance that is a child of the given parentFONode.protectedCreate a RegionBA instance that is a child of the given parentFONode.RegionBefore(FONode parent) Create a RegionBefore instance that is a child of the given parentFONode.RegionBody(FONode parent) Create a RegionBody instance that is a child of the given parentFONode.Create a RegionEnd instance that is a child of the given parentFONode.protectedCreate a RegionSE instance that is a child of the given parentFONode.RegionStart(FONode parent) Create a RegionStart instance that is a child of the given parentFONode.Base constructorRepeatablePageMasterReference(FONode parent) Base constructorBase constructorprotectedSideRegion(FONode parent) Creates a new side region.SimplePageMaster(FONode parent) Base constructorSinglePageMasterReference(FONode parent) Creates a new SinglePageMasterReference instance that is a child of the givenFONode.StaticContent(FONode parent) -
Uses of FONode in org.apache.fop.fo.pagination.bookmarks
Subclasses of FONode in org.apache.fop.fo.pagination.bookmarksModifier and TypeClassDescriptionclassClass modelling thefo:bookmarkobject, first introduced in the XSL 1.1 WD.classClass modelling thefo:bookmark-titleobject, first introduced in the XSL 1.1 WD.classClass modelling thefo:bookmark-treeobject, first introduced in the XSL 1.1 WD.Methods in org.apache.fop.fo.pagination.bookmarks with parameters of type FONodeModifier and TypeMethodDescriptionprotected voidBookmark.addChildNode(FONode obj) Adds a node as a child of this node.protected voidBookmarkTree.addChildNode(FONode obj) Adds a node as a child of this node.Constructors in org.apache.fop.fo.pagination.bookmarks with parameters of type FONodeModifierConstructorDescriptionCreate a new Bookmark object that is a child of the givenFONode.BookmarkTitle(FONode parent) Create a new BookmarkTitle object that is a child of the givenFONode.BookmarkTree(FONode parent) Create a new BookmarkTree object that is a child of the givenFONode. -
Uses of FONode in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr with parameters of type FONodeModifier and TypeMethodDescriptionvoidLayoutManagerMapping.BasicLinkLayoutManagerMaker.make(FONode node, List lms, FOUserAgent userAgent) Create a layout manager.voidLayoutManagerMapping.BidiOverrideLayoutManagerMaker.make(FONode node, List lms, FOUserAgent userAgent) Create a layout manager.voidLayoutManagerMapping.BlockContainerLayoutManagerMaker.make(FONode node, List lms, FOUserAgent userAgent) Create a layout manager.voidLayoutManagerMapping.BlockLayoutManagerMaker.make(FONode node, List lms, FOUserAgent userAgent) Create a layout manager.voidLayoutManagerMapping.CharacterLayoutManagerMaker.make(FONode node, List lms, FOUserAgent userAgent) Create a layout manager.voidLayoutManagerMapping.ExternalGraphicLayoutManagerMaker.make(FONode node, List lms, FOUserAgent userAgent) Create a layout manager.voidLayoutManagerMapping.FloatLayoutManagerMaker.make(FONode node, List lms, FOUserAgent userAgent) voidLayoutManagerMapping.FootnoteLayoutManagerMaker.make(FONode node, List lms, FOUserAgent userAgent) Create a layout manager.voidLayoutManagerMapping.FOTextLayoutManagerMaker.make(FONode node, List lms, FOUserAgent userAgent) Create a layout manager.voidLayoutManagerMapping.InlineContainerLayoutManagerMaker.make(FONode node, List lms, FOUserAgent userAgent) Create a layout manager.voidLayoutManagerMapping.InlineLayoutManagerMaker.make(FONode node, List lms, FOUserAgent userAgent) Create a layout manager.voidLayoutManagerMapping.InstreamForeignObjectLayoutManagerMaker.make(FONode node, List lms, FOUserAgent userAgent) Create a layout manager.voidLayoutManagerMapping.LeaderLayoutManagerMaker.make(FONode node, List lms, FOUserAgent userAgent) Create a layout manager.voidLayoutManagerMapping.ListBlockLayoutManagerMaker.make(FONode node, List lms, FOUserAgent userAgent) Create a layout manager.voidLayoutManagerMapping.ListItemLayoutManagerMaker.make(FONode node, List lms, FOUserAgent userAgent) Create a layout manager.voidLayoutManagerMapping.Maker.make(FONode node, List lms, FOUserAgent userAgent) Create a layout manager.voidLayoutManagerMapping.MultiCaseLayoutManagerMaker.make(FONode node, List lms, FOUserAgent userAgent) voidLayoutManagerMapping.MultiSwitchLayoutManagerMaker.make(FONode node, List lms, FOUserAgent userAgent) voidLayoutManagerMapping.PageNumberCitationLastLayoutManagerMaker.make(FONode node, List lms, FOUserAgent userAgent) Create a layout manager.voidLayoutManagerMapping.PageNumberCitationLayoutManagerMaker.make(FONode node, List lms, FOUserAgent userAgent) Create a layout manager.voidLayoutManagerMapping.PageNumberLayoutManagerMaker.make(FONode node, List lms, FOUserAgent userAgent) Create a layout manager.voidLayoutManagerMapping.RetrieveMarkerLayoutManagerMaker.make(FONode node, List lms, FOUserAgent userAgent) Create a layout manager.voidLayoutManagerMapping.RetrieveTableMarkerLayoutManagerMaker.make(FONode node, List lms, FOUserAgent userAgent) voidLayoutManagerMapping.TableLayoutManagerMaker.make(FONode node, List lms, FOUserAgent userAgent) Create a layout manager.voidLayoutManagerMapping.WrapperLayoutManagerMaker.make(FONode node, List lms, FOUserAgent userAgent) Create a layout manager.LayoutManagerMaker.makeLayoutManager(FONode node) Make a specific LayoutManager for the node.LayoutManagerMapping.makeLayoutManager(FONode node) Make a specific LayoutManager for the node.voidLayoutManagerMaker.makeLayoutManagers(FONode node, List<LayoutManager> lms) Make LayoutManagers for the node and add them to the list lms.voidLayoutManagerMapping.makeLayoutManagers(FONode node, List lms) Make LayoutManagers for the node and add them to the list lms. -
Uses of FONode in org.apache.fop.render.afp.extensions
Subclasses of FONode in org.apache.fop.render.afp.extensionsModifier and TypeClassDescriptionclassBase class for the AFP-specific extension elements.classRepresents the "include-form-map" extension in the FO tree.classThis class represents an AFP-specific extension element to embed Invoke Medium Map (IMM) fields at the beginning of a page group or just prior to a Page.classThis class extends the org.apache.fop.render.afp.extensions.AbstractAFPExtensionObject class.classThis class extends the org.apache.fop.extensions.ExtensionObj class.classThis class extends the org.apache.fop.extensions.ExtensionObj class.Constructors in org.apache.fop.render.afp.extensions with parameters of type FONodeModifierConstructorDescriptionAbstractAFPExtensionObject(FONode parent, String name) AFPIncludeFormMapElement(FONode parent, String name) Constructs an AFP object (called by Maker).AFPInvokeMediumMapElement(FONode parent) Constructs the AFP extension object (called by Maker).AFPPageOverlayElement(FONode parent, String name) Constructs an AFP object (called by Maker).AFPPageSegmentElement(FONode parent, String name) Constructs an AFP object (called by Maker).AFPPageSetupElement(FONode parent, String name) Constructs an AFP object (called by Maker). -
Uses of FONode in org.apache.fop.render.pdf.extensions
Subclasses of FONode in org.apache.fop.render.pdf.extensionsModifier and TypeClassDescriptionclassBase class for the PDF-specific extension elements.classExtension element for pdf:action.classExtension element for pdf:array.classExtension element for pdf:catalog.classExtension element for collection entries: pdf:{array,boolean,dictionary,name,number,reference,string}.classExtension element for dictionaries: pdf:{catalog,page,dictionary}.classclassExtension element for pdf:embedded-file.classExtension element for pdf:layer.classExtension element for pdf:navigator.classExtension element for pdf:page.classclassExtension element for pdf:reference.classMethods in org.apache.fop.render.pdf.extensions with parameters of type FONodeModifier and TypeMethodDescriptionprotected voidPDFArrayElement.addChildNode(FONode child) protected voidPDFDictionaryElement.addChildNode(FONode child) protected voidPDFDocumentInformationElement.addChildNode(FONode child) Constructors in org.apache.fop.render.pdf.extensions with parameters of type FONode -
Uses of FONode in org.apache.fop.render.ps.extensions
Subclasses of FONode in org.apache.fop.render.ps.extensionsModifier and TypeClassDescriptionclassBase postscript commment element classclassBase class for the PostScript-specific extension elements.classBase class for the PostScript-specific extension elements.classComment after elementclassComment before elementclassExtension element for fox:ps-page-setup-code.classComment before elementclassExtension element for ps:ps-setpagedevice.classExtension element for fox:ps-setup-code.Constructors in org.apache.fop.render.ps.extensions with parameters of type FONodeModifierConstructorDescriptionAbstractPSCommentElement(FONode parent) Default constructorAbstractPSExtensionElement(FONode parent) Default constructorAbstractPSExtensionObject(FONode parent) Main constructor.PSCommentAfterElement(FONode parent) Main constructorPSCommentBeforeElement(FONode parent) Main constructorPSPageSetupCodeElement(FONode parent) Main constructorPSPageTrailerCodeBeforeElement(FONode parent) Main constructorprotectedPSSetPageDeviceElement(FONode parent) Main constructorPSSetupCodeElement(FONode parent) Main constructor -
Uses of FONode in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type FONodeModifier and TypeMethodDescriptionvoidRTFEventProducer.ignoredDeferredEvent(Object source, FONode node, boolean start, Locator loc) The RTF handler ignored some deferred event (i.e. -
Uses of FONode in org.apache.fop.traits
Methods in org.apache.fop.traits with parameters of type FONodeModifier and TypeMethodDescriptionstatic WritingModeTraitsGetterWritingModeTraits.getWritingModeTraitsGetter(FONode fn) Helper function to find the writing mode traits getter (if any) that applies for a given FO node.