Uses of Class
org.apache.fop.apps.FOPException
-
Packages that use FOPException Package Description org.apache.fop.apps Application classes used for running FOP embedded in other applications.org.apache.fop.area FOP's area tree.org.apache.fop.cli This package contains the command-line client for Apache FOP.org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.fo.expr Classes for XSL expressions and functions.org.apache.fop.fo.extensions Base classes for implementing extensions to XSL-FO.org.apache.fop.fo.extensions.destination Classes to support named destinations (only relevant for PDF output)org.apache.fop.fo.flow All the block- and inline-level flow formatting objects.org.apache.fop.fo.flow.table org.apache.fop.fo.pagination All the pagination and declaration formatting objects.org.apache.fop.fo.pagination.bookmarks Formatting objects for bookmarks as defined since XSL 1.1.org.apache.fop.fonts Classes for font handling.org.apache.fop.fonts.substitute Font substitution facilities.org.apache.fop.render Generic renderer interface.org.apache.fop.render.afp An AFP Renderer implementation and supporting classes.org.apache.fop.render.afp.extensions org.apache.fop.render.awt AWT Renderer used for displaying rendered pages in Java applications.org.apache.fop.render.awt.viewer AWT Viewer PreviewDialog and PreviewPanel.org.apache.fop.render.bitmap Bitmap Renderer which creates TIFF and PNG images from rendered pages.org.apache.fop.render.intermediate org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances.org.apache.fop.render.pcl PCL Renderer (Supports PCL5 and HP GL/2)org.apache.fop.render.pdf PDF Rendererorg.apache.fop.render.pdf.extensions org.apache.fop.render.print Renderer which prints rendered pages directly to a printer.org.apache.fop.render.ps PostScript Rendererorg.apache.fop.render.ps.extensions Extensions specific to the PostScript Renderer.org.apache.fop.render.rtf.rtflib.rtfdoc Independent subsystem (not specific to FOP) classes that are used to build RTF documents.org.apache.fop.render.txt Plain Text Rendererorg.apache.fop.render.xml Area Tree XML Renderer.org.apache.fop.servlet This package contains two sample FOP servlets.org.apache.fop.svg Classes that add SVG support to FOP and SVG->PDF conversion for Batik.org.apache.fop.tools.fontlist org.apache.fop.util Various utility classes (I/O, codecs, color support, service discovers etc.). -
-
Uses of FOPException in org.apache.fop.apps
Methods in org.apache.fop.apps that throw FOPException Modifier and Type Method Description org.xml.sax.helpers.DefaultHandlerFop. getDefaultHandler()Returns the DefaultHandler object that will receive the SAX stream containing the FO document to be rendered.RendererConfigFOUserAgent. getRendererConfig(java.lang.String mimeType, RendererConfig.RendererConfigParser configCreator)Returns the renderer configuration object for a particular MIME type.FopFopFactory. newFop(java.lang.String outputFormat)Returns a newFopinstance.FopFopFactory. newFop(java.lang.String outputFormat, java.io.OutputStream stream)Returns a newFopinstance.FopFopFactory. newFop(java.lang.String outputFormat, FOUserAgent userAgent)Returns a newFopinstance.FopFopFactory. newFop(java.lang.String outputFormat, FOUserAgent userAgent, java.io.OutputStream stream)Returns a newFopinstance.FopFopFactory. newFop(FOUserAgent userAgent)Returns a newFopinstance.FopFOUserAgent. newFop(java.lang.String outputFormat)Returns a newFopinstance.FopFOUserAgent. newFop(java.lang.String outputFormat, java.io.OutputStream stream)Returns a newFopinstance. -
Uses of FOPException in org.apache.fop.area
Methods in org.apache.fop.area that throw FOPException Modifier and Type Method Description protected voidAreaTreeHandler. setupModel(FOUserAgent userAgent, java.lang.String outputFormat, java.io.OutputStream stream)Sets up the AreaTreeModel instance for use by the AreaTreeHandler.Constructors in org.apache.fop.area that throw FOPException Constructor Description AreaTreeHandler(FOUserAgent userAgent, java.lang.String outputFormat, java.io.OutputStream stream)Constructor.CachedRenderPagesModel(FOUserAgent userAgent, java.lang.String outputFormat, FontInfo fontInfo, java.io.OutputStream stream)Main ConstructorPageViewport(PageViewport original)Copy constructor.RenderPagesModel(FOUserAgent userAgent, java.lang.String outputFormat, FontInfo fontInfo, java.io.OutputStream stream)Create a new render pages model with the given renderer. -
Uses of FOPException in org.apache.fop.cli
Methods in org.apache.fop.cli that throw FOPException Modifier and Type Method Description protected java.lang.StringCommandLineOptions. getOutputFormat()booleanCommandLineOptions. parse(java.lang.String[] args)Parses the command line arguments.voidAreaTreeInputHandler. renderTo(FOUserAgent userAgent, java.lang.String outputFormat, java.io.OutputStream out)Generate a document, given an initialized Fop objectvoidIFInputHandler. renderTo(FOUserAgent userAgent, java.lang.String outputFormat, java.io.OutputStream out)Generate a document, given an initialized Fop objectvoidInputHandler. renderTo(FOUserAgent userAgent, java.lang.String outputFormat)Renders the pre-setup document.voidInputHandler. renderTo(FOUserAgent userAgent, java.lang.String outputFormat, java.io.OutputStream out)Generate a document, given an initialized Fop objectvoidInputHandler. transformTo(java.io.OutputStream out)In contrast to render(Fop) this method only performs the XSLT stage and saves the intermediate XSL-FO file to the output file.protected voidInputHandler. transformTo(javax.xml.transform.Result result)Transforms the input document to the input format expected by FOP using XSLT. -
Uses of FOPException in org.apache.fop.fo
Subclasses of FOPException in org.apache.fop.fo Modifier and Type Class Description classValidationExceptionException thrown during FO tree validation.Methods in org.apache.fop.fo with parameters of type FOPException Modifier and Type Method Description voidFOValidationEventProducer. markerCloningFailed(java.lang.Object source, java.lang.String markerClassName, FOPException fe, org.xml.sax.Locator loc)Indicates a problem while cloning a marker (ex.Methods in org.apache.fop.fo that throw FOPException Modifier and Type Method Description protected voidFONode. addCharacters(char[] data, int start, int end, PropertyList pList, org.xml.sax.Locator locator)Deprecated.Please overrideFONode.characters(char[], int, int, PropertyList, Locator)instead!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 static voidFObj. addChildTo(FONode child, FONode parent)Used by RetrieveMarker during Marker-subtree cloningvoidFObj. bind(PropertyList pList)Bind property values from the property list to the FO node.voidFONode. bind(PropertyList propertyList)Bind the givenPropertyListto this node Does nothing by default.voidFOText. bind(PropertyList pList)Bind the givenPropertyListto this node Does nothing by default.protected voidFObjMixed. characters(char[] data, int start, int length, PropertyList pList, org.xml.sax.Locator locator)Adds characters.protected voidFONode. characters(char[] data, int start, int length, PropertyList pList, org.xml.sax.Locator locator)Adds characters.protected voidFOText. characters(char[] data, int start, int length, PropertyList list, org.xml.sax.Locator locator)Adds characters.protected voidUnknownXMLObj. characters(char[] data, int start, int length, PropertyList pList, org.xml.sax.Locator locator)Adds characters.protected voidXMLObj. characters(char[] data, int start, int length, PropertyList pList, org.xml.sax.Locator locator)Adds characters.FONodeFObj. clone(FONode parent, boolean removeChildren)Performs a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesFONodeFObjMixed. clone(FONode parent, boolean removeChildren)FONodeFONode. clone(FONode cloneparent, boolean removeChildren)Performs a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesFONodeFOText. clone(FONode parent, boolean removeChildren)Performs a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesprotected PropertyListFObj. createPropertyList(PropertyList parent, FOEventHandler foEventHandler)Create a default property list for this element.protected PropertyListFONode. createPropertyList(PropertyList pList, FOEventHandler foEventHandler)Create a property list for this node.voidFObj. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidFObjMixed. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidFONode. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidFOText. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidFObjMixed. finalizeNode()Finalize this node.voidFONode. finalizeNode()Finalize this node.ElementMapping.MakerElementMappingRegistry. findFOMaker(java.lang.String namespaceURI, java.lang.String localName, org.xml.sax.Locator locator)Finds the Maker used to create node objects of a particular typePropertyPropertyList. getPropertyForAttribute(org.xml.sax.Attributes attributes, java.lang.String attributeName, java.lang.String attributeValue)voidFObj. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList pList)Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element.voidFONode. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList pList)Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element.voidXMLObj. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element.voidFObj. startOfNode()Called after processNode() is called.voidFONode. startOfNode()Called after processNode() is called.Constructors in org.apache.fop.fo that throw FOPException Constructor Description FOTreeBuilder(java.lang.String outputFormat, FOUserAgent foUserAgent, java.io.OutputStream stream)FOTreeBuilderconstructor -
Uses of FOPException in org.apache.fop.fo.expr
Subclasses of FOPException in org.apache.fop.fo.expr Modifier and Type Class Description classPropertyExceptionClass for managing exceptions that are raised in Property processing. -
Uses of FOPException in org.apache.fop.fo.extensions
Methods in org.apache.fop.fo.extensions that throw FOPException Modifier and Type Method Description voidExternalDocument. bind(PropertyList pList)Bind property values from the property list to the FO node.voidExternalDocument. endOfNode()voidExternalDocument. startOfNode() -
Uses of FOPException in org.apache.fop.fo.extensions.destination
Methods in org.apache.fop.fo.extensions.destination that throw FOPException Modifier and Type Method Description voidDestination. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidDestination. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList pList)Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element. -
Uses of FOPException in org.apache.fop.fo.flow
Methods in org.apache.fop.fo.flow that throw FOPException Modifier and Type Method Description protected voidInstreamForeignObject. 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.voidAbstractGraphics. bind(PropertyList pList)Bind property values from the property list to the FO node.voidAbstractListItemPart. bind(PropertyList pList)Bind property values from the property list to the FO node.voidAbstractPageNumberCitation. bind(PropertyList pList)Bind property values from the property list to the FO node.voidAbstractRetrieveMarker. bind(PropertyList pList)Bind property values from the property list to the FO node.voidBasicLink. bind(PropertyList pList)Bind property values from the property list to the FO node.voidBidiOverride. bind(PropertyList pList)Bind property values from the property list to the FO node.voidBlock. bind(PropertyList pList)Bind property values from the property list to the FO node.voidBlockContainer. bind(PropertyList pList)Bind property values from the property list to the FO node.voidChangeBar. bind(PropertyList pList)Bind property values from the property list to the FO node.voidCharacter. bind(PropertyList pList)Bind property values from the property list to the FO node.voidExternalGraphic. bind(PropertyList pList)Bind property values from the property list to the FO node.voidFloat. bind(PropertyList pList)Bind property values from the property list to the FO node.voidFootnote. bind(PropertyList pList)Bind property values from the property list to the FO node.voidFootnoteBody. bind(PropertyList pList)Bind property values from the property list to the FO node.voidInitialPropertySet. bind(PropertyList pList)Bind property values from the property list to the FO node.voidInline. bind(PropertyList pList)Bind property values from the property list to the FO node.voidInlineContainer. bind(PropertyList pList)voidInlineLevel. bind(PropertyList pList)Bind property values from the property list to the FO node.voidLeader. bind(PropertyList pList)Bind property values from the property list to the FO node.voidListBlock. bind(PropertyList pList)Bind property values from the property list to the FO node.voidListItem. bind(PropertyList pList)Bind property values from the property list to the FO node.voidMarker. bind(PropertyList pList)Bind property values from the property list to the FO node.voidMultiCase. bind(PropertyList pList)voidMultiPropertySet. bind(PropertyList pList)Bind property values from the property list to the FO node.voidMultiSwitch. bind(PropertyList pList)Bind property values from the property list to the FO node.voidMultiToggle. bind(PropertyList pList)Bind property values from the property list to the FO node.voidPageNumber. bind(PropertyList pList)Bind property values from the property list to the FO node.voidRetrieveMarker. bind(PropertyList pList)Bind property values from the property list to the FO node.voidRetrieveTableMarker. bind(PropertyList pList)Bind property values from the property list to the FO node.voidWrapper. bind(PropertyList pList)voidAbstractListItemPart. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidBasicLink. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidBlock. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidBlockContainer. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidFloat. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidFootnote. endOfNode()Make sure content model satisfied, if so then tell theFOEventHandlerthat we are at the end of the footnote.voidFootnoteBody. endOfNode()Make sure the content model is satisfied, if so then tell theFOEventHandlerthat we are at the end of the footnote-body.voidInline. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidInlineContainer. endOfNode()voidInstreamForeignObject. endOfNode()Make sure content model satisfied, if so then tell theFOEventHandlerthat we are at the end of the instream-foreign-object.voidLeader. endOfNode()voidListBlock. endOfNode()Make sure the content model is satisfied, if so then tell theFOEventHandlerthat we are at the end of the list-block.voidListItem. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidListItemBody. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidListItemLabel. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidMarker. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidMultiCase. endOfNode()voidMultiProperties. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidMultiSwitch. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidPageNumber. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidPageNumberCitation. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidPageNumberCitationLast. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidRetrieveMarker. endOfNode()voidRetrieveTableMarker. endOfNode()voidWrapper. endOfNode()voidAbstractPageNumberCitation. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList pList)Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element.voidChangeBar. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList pList)Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element.voidChangeBarBegin. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList pList)Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element.voidChangeBarEnd. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList pList)Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element.voidFloat. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList pList)voidRetrieveMarker. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList pList)Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element.voidRetrieveTableMarker. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList pList)Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element.voidBasicLink. startOfNode()Called after processNode() is called.voidBlock. startOfNode()Called after processNode() is called.voidBlockContainer. startOfNode()Called after processNode() is called.voidCharacter. startOfNode()Called after processNode() is called.voidExternalGraphic. startOfNode()Called after processNode() is called.voidFootnote. startOfNode()Called after processNode() is called.voidFootnoteBody. startOfNode()Called after processNode() is called.voidInline. startOfNode()Called after processNode() is called.voidInstreamForeignObject. startOfNode()voidLeader. startOfNode()voidListBlock. startOfNode()Called after processNode() is called.voidListItem. startOfNode()Called after processNode() is called.voidListItemBody. startOfNode()Called after processNode() is called.voidListItemLabel. startOfNode()Called after processNode() is called.voidPageNumber. startOfNode()Called after processNode() is called.voidPageNumberCitation. startOfNode()Called after processNode() is called.voidPageNumberCitationLast. startOfNode()Called after processNode() is called.voidRetrieveMarker. startOfNode()voidRetrieveTableMarker. startOfNode()voidWrapper. startOfNode() -
Uses of FOPException in org.apache.fop.fo.flow.table
Methods in org.apache.fop.fo.flow.table that throw FOPException Modifier and Type Method Description protected 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.protected voidTableCellContainer. addTableCellChild(TableCell cell, boolean firstRow)Add cell to current row.voidTable. bind(PropertyList pList)Bind property values from the property list to the FO node.voidTableAndCaption. bind(PropertyList pList)voidTableCaption. bind(PropertyList pList)Bind property values from the property list to the FO node.voidTableCell. bind(PropertyList pList)Bind property values from the property list to the FO node.voidTableCellContainer. bind(PropertyList pList)voidTableColumn. bind(PropertyList pList)Bind property values from the property list to the FO node.voidTableFObj. bind(PropertyList pList)Bind property values from the property list to the FO node.voidTablePart. bind(PropertyList pList)Bind property values from the property list to the FO node.voidTableRow. bind(PropertyList pList)Bind property values from the property list to the FO node.FONodeTable. clone(FONode parent, boolean removeChildren)Performs a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesvoidTable. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidTableAndCaption. endOfNode()Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.voidTableBody. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidTableCaption. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidTableCell. endOfNode()Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the table-cell.voidTableColumn. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidTableFooter. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidTableHeader. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidTableRow. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidTable. finalizeNode()Finalize this node.voidTableCell. finalizeNode()Finalize this node.voidTablePart. finalizeNode()Finalize this node.voidTableRow. finalizeNode()Finalize this node.voidTableFObj. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList pList)Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element.voidTablePart. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList pList)Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element.voidTableRow. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList pList)Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element.voidTable. startOfNode()Called after processNode() is called.voidTableBody. startOfNode()Called after processNode() is called.voidTableCell. startOfNode()Called after processNode() is called.voidTableColumn. startOfNode()Called after processNode() is called.voidTableFooter. startOfNode()Called after processNode() is called.voidTableHeader. startOfNode()Called after processNode() is called.voidTableRow. startOfNode()Called after processNode() is called. -
Uses of FOPException in org.apache.fop.fo.pagination
Methods in org.apache.fop.fo.pagination that throw FOPException Modifier and Type Method Description voidPageSequence. 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.voidAbstractPageSequence. bind(PropertyList pList)Bind property values from the property list to the FO node.voidColorProfile. bind(PropertyList pList)Bind property values from the property list to the FO node.voidConditionalPageMasterReference. bind(PropertyList pList)Bind property values from the property list to the FO node.voidDeclarations. bind(PropertyList pList)Bind property values from the property list to the FO node.voidFlow. bind(PropertyList pList)Bind property values from the property list to the FO node.voidLayoutMasterSet. bind(PropertyList pList)Bind property values from the property list to the FO node.voidPageSequence. bind(PropertyList pList)Bind property values from the property list to the FO node.voidPageSequenceMaster. bind(PropertyList pList)Bind property values from the property list to the FO node.voidPageSequenceWrapper. bind(PropertyList pList)Bind property values from the property list to the FO node.voidRegion. bind(PropertyList pList)Bind property values from the property list to the FO node.voidRegionBA. bind(PropertyList pList)Bind property values from the property list to the FO node.voidRegionBody. bind(PropertyList pList)Bind property values from the property list to the FO node.voidRegionSE. bind(PropertyList pList)Bind property values from the property list to the FO node.voidRepeatablePageMasterAlternatives. bind(PropertyList pList)Bind property values from the property list to the FO node.voidRepeatablePageMasterReference. bind(PropertyList pList)Bind property values from the property list to the FO node.voidRoot. bind(PropertyList pList)Bind property values from the property list to the FO node.voidSideRegion. bind(PropertyList pList)Bind property values from the property list to the FO node.voidSimplePageMaster. bind(PropertyList pList)Bind property values from the property list to the FO node.voidSinglePageMasterReference. bind(PropertyList pList)Bind property values from the property list to the FO node.voidDeclarations. endOfNode()At the end of this element sort out the children into a hashmap of color profiles and a list of extension attachments.voidFlow. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidLayoutMasterSet. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidPageSequence. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidPageSequenceMaster. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidRepeatablePageMasterAlternatives. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidRoot. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidSimplePageMaster. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidStaticContent. endOfNode()Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.voidAbstractPageSequence. startOfNode()Called after processNode() is called.voidConditionalPageMasterReference. startOfNode()Called after processNode() is called.voidFlow. startOfNode()Called after processNode() is called.voidLayoutMasterSet. startOfNode()Called after processNode() is called.voidPageSequence. startOfNode()Called after processNode() is called.voidPageSequenceMaster. startOfNode()Called after processNode() is called.voidRepeatablePageMasterAlternatives. startOfNode()Called after processNode() is called.voidRepeatablePageMasterReference. startOfNode()Called after processNode() is called.voidRoot. startOfNode()Called after processNode() is called.voidSimplePageMaster. startOfNode()Called after processNode() is called.voidSinglePageMasterReference. startOfNode()Called after processNode() is called.voidStaticContent. startOfNode()Called after processNode() is called. -
Uses of FOPException in org.apache.fop.fo.pagination.bookmarks
Methods in org.apache.fop.fo.pagination.bookmarks that throw FOPException Modifier and Type Method Description voidBookmark. bind(PropertyList pList)Bind property values from the property list to the FO node.voidBookmarkTitle. bind(PropertyList pList)voidBookmark. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidBookmarkTree. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached. -
Uses of FOPException in org.apache.fop.fonts
Methods in org.apache.fop.fonts that throw FOPException Modifier and Type Method Description voidFontManager. autoDetectFonts(boolean autoDetectFonts, FontAdder fontAdder, boolean strict, FontEventListener listener, java.util.List<EmbedFontInfo> fontInfoList)Detect fonts from the operating system via FOPs autodetect mechanism.java.util.List<EmbedFontInfo>DefaultFontConfigurator. configure(FontConfig fontInfoConfig)Initializes font info settings from the user configurationjava.util.List<T>FontConfigurator. configure(FontConfig fontInfoConfig)Initializes font info settings from the user configurationvoidFontManagerConfigurator. configure(FontManager fontManager, boolean strict)Initializes font settings from the user configurationstatic FontTriplet.MatcherFontManagerConfigurator. createFontsMatcher(java.util.List<java.lang.String> fontFamilies, boolean strict)Creates a font triplet matcher from a configuration object.static FontTriplet.MatcherFontManagerConfigurator. createFontsMatcher(Configuration cfg, boolean strict)Creates a font triplet matcher from a configuration object.voidFontCacheManager. delete()Deletes the font cache from the file-system.voidFontManager. deleteCache()Deletes the current FontCache filevoidFontDetector. detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, java.util.List<EmbedFontInfo> fontInfoList)DefaultFontConfigDefaultFontConfig.DefaultFontConfigParser. parse(Configuration cfg, boolean strict)Parses the font configuration and return the configuration object.DefaultFontConfigDefaultFontConfig.DefaultFontConfigParser. parse(Configuration cfg, boolean strict, FontEventAdapter eventAdapter)FontConfigDefaultFontConfig.DefaultFontConfigParser. parse(Configuration cfg, FontManager fontManager, boolean strict, org.apache.fop.events.EventProducer eventProducer)Parse the font configuration and return an object containing all the necessary data.FontConfigFontConfig.FontConfigParser. parse(Configuration cfg, FontManager fontManager, boolean strict, org.apache.fop.events.EventProducer eventProducer)Parse the font configuration and return an object containing all the necessary data.voidFontCache. save()Deprecated.useFontCache.saveTo(File)insteadvoidFontCacheManager. save()Serializes the font cache to file.voidFontManager. saveCache()Saves the FontCache as necessaryvoidFontCache. saveTo(java.io.File cacheFile)Writes the font cache to disk.Constructors in org.apache.fop.fonts that throw FOPException Constructor Description XMLFontMetricsReader(org.xml.sax.InputSource source, InternalResourceResolver resourceResolver)Deprecated.Construct a XMLFontMetricsReader object from a path to a metric.xml file and read metric data -
Uses of FOPException in org.apache.fop.fonts.substitute
Methods in org.apache.fop.fonts.substitute that throw FOPException Modifier and Type Method Description voidFontSubstitutionsConfigurator. configure(FontSubstitutions substitutions)Configures a font substitution catalog -
Uses of FOPException in org.apache.fop.render
Methods in org.apache.fop.render that throw FOPException Modifier and Type Method Description RendererConfigRendererConfig.RendererConfigParser. build(FOUserAgent userAgent, Configuration rendererConfiguration)Builds the object that contains the renderer configuration data.voidPrintRendererConfigurator. configure(IFDocumentHandler documentHandler)Configures a intermediate format document handler.voidPrintRendererConfigurator. configure(Renderer renderer)Builds a list of EmbedFontInfo objects for use with the setup() method.voidXMLHandlerConfigurator. configure(RendererContext context, java.lang.String ns)Configures renderer context by setting the handler configuration on it.abstract voidAbstractRendererMaker. configureRenderer(FOUserAgent userAgent, Renderer renderer)Configures a given renderer using the appropriate configurator.IFDocumentHandlerRendererFactory. createDocumentHandler(FOUserAgent userAgent, java.lang.String outputFormat)Creates aIFDocumentHandlerobject based on the desired output format.FOEventHandlerRendererFactory. createFOEventHandler(FOUserAgent userAgent, java.lang.String outputFormat, java.io.OutputStream out)Creates FOEventHandler instances based on the desired output.RendererRendererFactory. createRenderer(FOUserAgent userAgent, java.lang.String outputFormat)Creates a Renderer object based on render-type desiredprotected FontCollectionPrintRendererConfigurator. getCustomFontCollection(InternalResourceResolver resolver, java.lang.String mimeType)Returns the font collection for custom configured fonts.protected RendererConfigPrintRendererConfigurator. getRendererConfig(java.lang.String mimeType)gets the renderer configuration data for a specific renderer.protected RendererConfigPrintRendererConfigurator. getRendererConfig(IFDocumentHandler documentHandler)Returns the renderer configuration data for a specific renderer.protected RendererConfigPrintRendererConfigurator. getRendererConfig(Renderer renderer)gets the renderer configuration data for a specific renderer.abstract FOEventHandlerAbstractFOEventHandlerMaker. makeFOEventHandler(FOUserAgent ua, java.io.OutputStream out)Instantiates a new FOEventHandler.voidAbstractRenderer. renderPage(PageViewport page)Tells the renderer to render a particular page.voidRenderer. renderPage(PageViewport page)Tells the renderer to render a particular page.abstract voidAbstractRenderer. setupFontInfo(FontInfo fontInfo)Set up the given FontInfo.voidPrintRenderer. setupFontInfo(FontInfo inFontInfo)Set up the given FontInfo.voidPrintRendererConfigurator. setupFontInfo(java.lang.String mimeType, FontInfo fontInfo)Sets up theFontInfoobject for the IFDocumentHandler.voidRenderer. setupFontInfo(FontInfo fontInfo)Set up the given FontInfo. -
Uses of FOPException in org.apache.fop.render.afp
Methods in org.apache.fop.render.afp that throw FOPException Modifier and Type Method Description AFPRendererConfigAFPRendererConfig.AFPRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)Builds the object that contains the renderer configuration data.voidAFPRendererConfigurator. configure(IFDocumentHandler documentHandler)protected FontCollectionAFPRendererConfigurator. getCustomFontCollection(InternalResourceResolver uriResolverWrapper, java.lang.String mimeType) -
Uses of FOPException in org.apache.fop.render.afp.extensions
Methods in org.apache.fop.render.afp.extensions that throw FOPException Modifier and Type Method Description protected voidAFPPageSetupElement. characters(char[] data, int start, int length, PropertyList pList, org.xml.sax.Locator locator)Adds characters.voidAbstractAFPExtensionObject. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidAbstractAFPExtensionObject. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element.voidAFPIncludeFormMapElement. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element.voidAFPPageOverlayElement. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element.voidAFPPageSegmentElement. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element.voidAFPPageSetupElement. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element.voidAFPIncludeFormMapElement. startOfNode()Called after processNode() is called.voidAFPInvokeMediumMapElement. startOfNode()Called after processNode() is called.voidAFPPageOverlayElement. startOfNode()Called after processNode() is called.voidAFPPageSetupElement. startOfNode()Called after processNode() is called. -
Uses of FOPException in org.apache.fop.render.awt
Methods in org.apache.fop.render.awt that throw FOPException Modifier and Type Method Description java.awt.DimensionAWTRenderer. getPageImageSize(int pageNum)voidAWTRenderer. renderPage(PageViewport pageViewport)This method override only stores the PageViewport in a List. -
Uses of FOPException in org.apache.fop.render.awt.viewer
Methods in org.apache.fop.render.awt.viewer that throw FOPException Modifier and Type Method Description doublePreviewPanel. getScaleToFit(double viewWidth, double viewHeight)Returns the scale factor required in order to fit either the current page or two adjacent pages within a window of the given height and width, depending on the display mode.doublePreviewPanel. getScaleToFitWidth()As getScaleToFitWindow, but ignoring the Y axis.doublePreviewPanel. getScaleToFitWindow()Returns the scale factor required in order to fit either the current page within the current window or to fit two adjacent pages within the display if the displaymode is continuous.voidRenderable. renderTo(FOUserAgent userAgent, java.lang.String outputFormat)Renders the pre-setup document. -
Uses of FOPException in org.apache.fop.render.bitmap
Methods in org.apache.fop.render.bitmap that throw FOPException Modifier and Type Method Description BitmapRendererConfigBitmapRendererConfig.BitmapRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)PNGRendererConfigPNGRendererConfig.PNGRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)TIFFRendererConfigTIFFRendererConfig.TIFFRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)Builds the object that contains the renderer configuration data.voidBitmapRendererConfigurator. configure(IFDocumentHandler documentHandler)Configures a intermediate format document handler.voidTIFFRendererConfigurator. configure(IFDocumentHandler documentHandler)voidTIFFRendererConfigurator. configure(Renderer renderer)Configure the TIFF renderer.voidPNGRendererMaker. configureRenderer(FOUserAgent userAgent, Renderer renderer)voidTIFFRendererMaker. configureRenderer(FOUserAgent userAgent, Renderer renderer) -
Uses of FOPException in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate that throw FOPException Modifier and Type Method Description RendererConfigIFRendererConfig.IFRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)Builds the object that contains the renderer configuration data.voidIFDocumentHandlerConfigurator. configure(IFDocumentHandler documentHandler)Configures a intermediate format document handler.voidIFRenderer. renderPage(PageViewport page)Tells the renderer to render a particular page.voidIFDocumentHandlerConfigurator. setupFontInfo(java.lang.String mimeType, FontInfo fontInfo)Sets up theFontInfoobject for the IFDocumentHandler.voidIFRenderer. setupFontInfo(FontInfo inFontInfo)Set up the given FontInfo.static voidIFUtil. setupFonts(IFDocumentHandler documentHandler)Sets up the fonts on a document handler.static voidIFUtil. setupFonts(IFDocumentHandler documentHandler, FontInfo fontInfo)Sets up the fonts on a document handler. -
Uses of FOPException in org.apache.fop.render.java2d
Methods in org.apache.fop.render.java2d that throw FOPException Modifier and Type Method Description Java2DRendererConfigJava2DRendererConfig.Java2DRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)Builds the object that contains the renderer configuration data.voidJava2DRendererConfigurator. configure(Renderer renderer)Configure the Java 2D renderer.java.awt.image.BufferedImageJava2DRenderer. getPageImage(int pageNum)Generates a desired page from the renderer's page viewport list.PageViewportJava2DRenderer. getPageViewport(int pageIndex)Returns a page viewport.voidJava2DRenderer. renderPage(PageViewport pageViewport)This method override only stores the PageViewport in a List. -
Uses of FOPException in org.apache.fop.render.pcl
Methods in org.apache.fop.render.pcl that throw FOPException Modifier and Type Method Description PCLRendererConfigPCLRendererConfig.PCLRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)Builds the object that contains the renderer configuration data.voidPCLRendererConfigurator. configure(IFDocumentHandler documentHandler)Configures a intermediate format document handler. -
Uses of FOPException in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf that throw FOPException Modifier and Type Method Description PDFRendererConfigPDFRendererConfig.PDFRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)voidPDFRendererConfigurator. configure(IFDocumentHandler documentHandler)Configures a intermediate format document handler. -
Uses of FOPException in org.apache.fop.render.pdf.extensions
Methods in org.apache.fop.render.pdf.extensions that throw FOPException Modifier and Type Method Description protected voidPDFArrayElement. addChildNode(FONode child)protected voidPDFDictionaryElement. addChildNode(FONode child)protected voidPDFDocumentInformationElement. addChildNode(FONode child)protected voidPDFCollectionEntryElement. characters(char[] data, int start, int length, PropertyList pList, org.xml.sax.Locator locator)voidPDFArrayElement. endOfNode()voidPDFCollectionEntryElement. endOfNode()voidPDFDictionaryElement. endOfNode()voidPDFActionElement. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)voidPDFArrayElement. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)voidPDFCollectionEntryElement. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)voidPDFDictionaryElement. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)voidPDFDocumentInformationElement. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)voidPDFEmbeddedFileElement. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)voidPDFPageElement. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)voidPDFReferenceElement. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)voidPDFActionElement. startOfNode()voidPDFArrayElement. startOfNode()voidPDFCatalogElement. startOfNode()voidPDFCollectionEntryElement. startOfNode()voidPDFDictionaryElement. startOfNode()voidPDFDocumentInformationElement. startOfNode()voidPDFEmbeddedFileElement. startOfNode()voidPDFLayerElement. startOfNode()voidPDFNavigatorElement. startOfNode()voidPDFPageElement. startOfNode() -
Uses of FOPException in org.apache.fop.render.print
Methods in org.apache.fop.render.print that throw FOPException Modifier and Type Method Description voidPrintRendererMaker. configureRenderer(FOUserAgent userAgent, Renderer renderer) -
Uses of FOPException in org.apache.fop.render.ps
Methods in org.apache.fop.render.ps that throw FOPException Modifier and Type Method Description PSRendererConfigPSRendererConfig.PSRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)voidPSRendererConfigurator. configure(IFDocumentHandler documentHandler) -
Uses of FOPException in org.apache.fop.render.ps.extensions
Methods in org.apache.fop.render.ps.extensions that throw FOPException Modifier and Type Method Description voidAbstractPSExtensionElement. endOfNode()voidAbstractPSExtensionObject. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidAbstractPSExtensionObject. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element.voidPSSetPageDeviceElement. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)Initialize the node with its name, location information, and attributes The attributes must be used immediately as the sax attributes will be altered for the next element.voidAbstractPSCommentElement. startOfNode()voidPSPageSetupCodeElement. startOfNode()Called after processNode() is called.voidPSSetPageDeviceElement. startOfNode()Called after processNode() is called.voidPSSetupCodeElement. startOfNode()Called after processNode() is called. -
Uses of FOPException in org.apache.fop.render.rtf.rtflib.rtfdoc
Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that throw FOPException Modifier and Type Method Description RtfAttributesIRtfTextContainer. getTextContainerAttributes()Text containers usually provide default attributes for all texts that they contain.RtfAttributesRtfHyperLink. getTextContainerAttributes()IRtfTextContainer requirement:RtfAttributesRtfParagraph. getTextContainerAttributes()IRtfTextContainer requirement: return a copy of our attributesRtfAttributesRtfText. getTextContainerAttributes()IRtfTextContainer requirement:RtfTableCellRtfTableRow. newTableCellMergedHorizontally(int cellWidth, RtfAttributes attrs)Added by Boris POUDEROUS on 07/02/2002 in order to add an empty cell that is merged with the previous cell.RtfTableRowRtfTable. newTableRow(RtfAttributes attrs)Close current row if any and start a new one -
Uses of FOPException in org.apache.fop.render.txt
Methods in org.apache.fop.render.txt that throw FOPException Modifier and Type Method Description TxtRendererConfigTxtRendererConfig.TxtRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)Builds the object that contains the renderer configuration data.voidTXTRendererConfigurator. configure(Renderer renderer)Configure the PS renderer.voidTXTRendererMaker. configureRenderer(FOUserAgent userAgent, Renderer renderer)voidTXTRenderer. renderPage(PageViewport page)Tells the renderer to render a particular page. -
Uses of FOPException in org.apache.fop.render.xml
Methods in org.apache.fop.render.xml that throw FOPException Modifier and Type Method Description voidXMLRendererMaker. configureRenderer(FOUserAgent userAgent, Renderer renderer)voidXMLRenderer. renderPage(PageViewport page)Tells the renderer to render a particular page.voidXMLRenderer. setupFontInfo(FontInfo inFontInfo)Set up the given FontInfo. -
Uses of FOPException in org.apache.fop.servlet
Methods in org.apache.fop.servlet that throw FOPException Modifier and Type Method Description protected voidFopPrintServlet. render(javax.xml.transform.Source src, javax.xml.transform.Transformer transformer, javax.servlet.http.HttpServletResponse response)Renders an input file (XML or XSL-FO) into a PDF file.protected voidFopServlet. render(javax.xml.transform.Source src, javax.xml.transform.Transformer transformer, javax.servlet.http.HttpServletResponse response)Renders an input file (XML or XSL-FO) into a PDF file.protected voidFopServlet. renderFO(java.lang.String fo, javax.servlet.http.HttpServletResponse response)Renders an XSL-FO file into a PDF file.protected voidFopServlet. renderXML(java.lang.String xml, java.lang.String xslt, javax.servlet.http.HttpServletResponse response)Renders an XML file into a PDF file by applying a stylesheet that converts the XML to XSL-FO. -
Uses of FOPException in org.apache.fop.svg
Methods in org.apache.fop.svg that throw FOPException Modifier and Type Method Description static FontInfoPDFDocumentGraphics2DConfigurator. createFontInfo(Configuration cfg, boolean useComplexScriptFeatures)Creates theFontInfoinstance for the given configuration. -
Uses of FOPException in org.apache.fop.tools.fontlist
Methods in org.apache.fop.tools.fontlist that throw FOPException Modifier and Type Method Description java.util.SortedMapFontListGenerator. listFonts(FopFactory fopFactory, java.lang.String mime, FontEventListener listener)List all fonts configured for a particular output format (identified by MIME type). -
Uses of FOPException in org.apache.fop.util
Methods in org.apache.fop.util that throw FOPException Modifier and Type Method Description static voidLogUtil. handleError(org.apache.commons.logging.Log log, java.lang.String errorStr, boolean strict)Convenience method that handles any error appropriatelystatic voidLogUtil. handleException(org.apache.commons.logging.Log log, java.lang.Exception e, boolean strict)Convenience method that handles any error appropriately
-