| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FOPException in org.apache.fop.apps |
Methods in org.apache.fop.apps that throw FOPException | |
void | Driver.buildFOTree(Document document) build the formatting object tree using the given DOM Document |
void | Driver.buildFOTree(XMLReader parser, InputSource source) build the formatting object tree using the given SAX Parser and SAX InputSource |
void | Driver.format() format the formatting object tree into an area tree |
void | Driver.render() render the area tree to the output form |
void | PDFOutputHandler.doFormat() format the formatting object tree into an area tree |
void | PDFOutputHandler.doRender() render the area tree to the output form |
void | XTDriver.buildFOTree(Document document) build the formatting object tree using the given DOM Document |
void | XTDriver.buildFOTree(Parser parser, InputSource source) build the formatting object tree using the given SAX Parser and SAX InputSource |
void | XTDriver.format() format the formatting object tree into an area tree |
void | XTDriver.render() render the area tree to the output form |
Uses of FOPException in org.apache.fop.configuration |
Methods in org.apache.fop.configuration that throw FOPException | |
void | ConfigurationReader.start() intantiates parser and starts parsing of config file |
Uses of FOPException in org.apache.fop.datatypes |
Methods in org.apache.fop.datatypes that throw FOPException | |
void | IDReferences.createID(String id) Creates id entry |
void | IDReferences.initializeID(String id, Area area) Creates and configures the specified id. |
Uses of FOPException in org.apache.fop.fo |
Methods in org.apache.fop.fo that throw FOPException | |
Property | EnumProperty.Maker.make(PropertyList propertyList, String value, FObj fo) |
Status | FObj.layout(Area area) generates the area or areas for this formatting object and adds these to the area. |
FObj | FObj.Maker.make(FObj parent, PropertyList propertyList) |
Status | FObjMixed.layout(Area area) |
FObj | FObjMixed.Maker.make(FObj parent, PropertyList propertyList) |
abstract Status | FONode.layout(Area area) |
Status | FOText.layout(Area area) |
void | FOTreeBuilder.format(AreaTree areaTree) format this formatting object tree |
Property | Property.Maker.make(Property baseProp, String partName, PropertyList propertyList, String value, FObj fo) Return a property value for a compound property. |
Property | Property.Maker.make(PropertyList propertyList, String value, FObj fo) Create a Property object from an attribute specification. |
Property | Property.Maker.make(PropertyList propertyList) Return a Property object representing the initial value. |
PropertyList | PropertyListBuilder.makeList(String elementName, Attributes attributes, PropertyList parentPropertyList, FObj parentFO) |
Property | PropertyListBuilder.makeProperty(PropertyList propertyList, String space, String element, String propertyName) |
Uses of FOPException in org.apache.fop.fo.flow |
Constructors in org.apache.fop.fo.flow that throw FOPException | |
BasicLink.BasicLink(FObj parent, PropertyList propertyList) | |
Inline.Inline(FObj parent, PropertyList propertyList) |
Methods in org.apache.fop.fo.flow that throw FOPException | |
Status | BasicLink.layout(Area area) |
FObj | BasicLink.Maker.make(FObj parent, PropertyList propertyList) |
Status | Block.layout(Area area) |
FObj | Block.Maker.make(FObj parent, PropertyList propertyList) |
Status | BlockContainer.layout(Area area) |
FObj | BlockContainer.Maker.make(FObj parent, PropertyList propertyList) |
Status | Character.layout(Area area) |
FObj | Character.Maker.make(FObj parent, PropertyList propertyList) |
Status | DisplaySequence.layout(Area area) |
FObj | DisplaySequence.Maker.make(FObj parent, PropertyList propertyList) |
Status | ExternalGraphic.layout(Area area) |
FObj | ExternalGraphic.Maker.make(FObj parent, PropertyList propertyList) |
Status | Flow.layout(Area area, Region region) |
Status | Flow.layout(Area area) |
FObj | Flow.Maker.make(FObj parent, PropertyList propertyList) |
FObj | Inline.Maker.make(FObj parent, PropertyList propertyList) |
Status | InlineGraphic.layout(Area area) |
FObj | InlineGraphic.Maker.make(FObj parent, PropertyList propertyList) |
Status | InstreamForeignObject.layout(Area area) layout this formatting object. |
FObj | InstreamForeignObject.Maker.make(FObj parent, PropertyList propertyList) make an SVG object. |
Status | Leader.layout(Area area) |
FObj | Leader.Maker.make(FObj parent, PropertyList propertyList) |
Status | ListBlock.layout(Area area) |
FObj | ListBlock.Maker.make(FObj parent, PropertyList propertyList) |
Status | ListItem.layout(Area area) |
FObj | ListItem.Maker.make(FObj parent, PropertyList propertyList) |
Status | ListItemBody.layout(Area area) |
FObj | ListItemBody.Maker.make(FObj parent, PropertyList propertyList) |
Status | ListItemLabel.layout(Area area) |
FObj | ListItemLabel.Maker.make(FObj parent, PropertyList propertyList) |
Status | PageNumber.layout(Area area) |
FObj | PageNumber.Maker.make(FObj parent, PropertyList propertyList) |
Status | PageNumberCitation.layout(Area area) |
FObj | PageNumberCitation.Maker.make(FObj parent, PropertyList propertyList) |
Status | StaticContent.layout(Area area, Region region) |
Status | StaticContent.layout(Area area) |
FObj | StaticContent.Maker.make(FObj parent, PropertyList propertyList) |
Status | Table.layout(Area area) |
FObj | Table.Maker.make(FObj parent, PropertyList propertyList) |
Status | TableBody.layout(Area area) |
FObj | TableBody.Maker.make(FObj parent, PropertyList propertyList) |
void | TableCell.doSetup(Area area) |
Status | TableCell.layout(Area area) |
FObj | TableCell.Maker.make(FObj parent, PropertyList propertyList) |
Status | TableColumn.layout(Area area) |
FObj | TableColumn.Maker.make(FObj parent, PropertyList propertyList) |
FObj | TableFooter.Maker.make(FObj parent, PropertyList propertyList) |
FObj | TableHeader.Maker.make(FObj parent, PropertyList propertyList) |
void | TableRow.doSetup(Area area) |
Status | TableRow.layout(Area area) |
FObj | TableRow.Maker.make(FObj parent, PropertyList propertyList) |
Uses of FOPException in org.apache.fop.fo.pagination |
Constructors in org.apache.fop.fo.pagination that throw FOPException | |
ConditionalPageMasterReference.ConditionalPageMasterReference(FObj parent, PropertyList propertyList) | |
PageMasterReference.PageMasterReference(FObj parent, PropertyList propertyList) | |
RepeatablePageMasterAlternatives.RepeatablePageMasterAlternatives(FObj parent, PropertyList propertyList) | |
RepeatablePageMasterReference.RepeatablePageMasterReference(FObj parent, PropertyList propertyList) | |
SinglePageMasterReference.SinglePageMasterReference(FObj parent, PropertyList propertyList) |
Methods in org.apache.fop.fo.pagination that throw FOPException | |
FObj | ConditionalPageMasterReference.Maker.make(FObj parent, PropertyList propertyList) |
FObj | LayoutMasterSet.Maker.make(FObj parent, PropertyList propertyList) |
void | PageSequence.addFlow(Flow flow) |
void | PageSequence.format(AreaTree areaTree) Runs the formatting of this page sequence into the given area tree |
FObj | PageSequence.Maker.make(FObj parent, PropertyList propertyList) |
FObj | PageSequenceMaster.Maker.make(FObj parent, PropertyList propertyList) |
FObj | RegionAfter.Maker.make(FObj parent, PropertyList propertyList) |
FObj | RegionBefore.Maker.make(FObj parent, PropertyList propertyList) |
FObj | RegionBody.Maker.make(FObj parent, PropertyList propertyList) |
FObj | RepeatablePageMasterAlternatives.Maker.make(FObj parent, PropertyList propertyList) |
FObj | RepeatablePageMasterReference.Maker.make(FObj parent, PropertyList propertyList) |
void | Root.format(AreaTree areaTree) |
FObj | Root.Maker.make(FObj parent, PropertyList propertyList) |
FObj | SimplePageMaster.Maker.make(FObj parent, PropertyList propertyList) |
FObj | SinglePageMasterReference.Maker.make(FObj parent, PropertyList propertyList) |
Uses of FOPException in org.apache.fop.fo.properties |
Methods in org.apache.fop.fo.properties that throw FOPException | |
Property | BackgroundColorMaker.make(PropertyList propertyList) |
Property | BlankOrNotBlankMaker.make(PropertyList propertyList) |
Property | BorderAfterColorMaker.make(PropertyList propertyList) |
Property | BorderBeforeColorMaker.make(PropertyList propertyList) |
Property | BorderBottomColorMaker.make(PropertyList propertyList) |
Property | BorderBottomMaker.make(PropertyList propertyList) |
Property | BorderColorMaker.make(PropertyList propertyList) |
Property | BorderEndColorMaker.make(PropertyList propertyList) |
Property | BorderLeftColorMaker.make(PropertyList propertyList) |
Property | BorderLeftMaker.make(PropertyList propertyList) |
Property | BorderRightColorMaker.make(PropertyList propertyList) |
Property | BorderRightMaker.make(PropertyList propertyList) |
Property | BorderStartColorMaker.make(PropertyList propertyList) |
Property | BorderTopColorMaker.make(PropertyList propertyList) |
Property | BorderTopMaker.make(PropertyList propertyList) |
Property | BorderWidthMaker.make(PropertyList propertyList) |
Property | BottomMaker.make(PropertyList propertyList) |
Property | CharacterMaker.make(PropertyList propertyList) |
Property | ColorMaker.make(PropertyList propertyList) |
Property | ColumnCountMaker.make(PropertyList propertyList) |
Property | ColumnGapMaker.make(PropertyList propertyList) |
Property | ColumnNumberMaker.make(PropertyList propertyList) |
Property | ColumnWidthMaker.make(PropertyList propertyList) |
Property | ContentHeightMaker.make(PropertyList propertyList) |
Property | ContentWidthMaker.make(PropertyList propertyList) |
Property | CountryMaker.make(PropertyList propertyList) |
Property | ElementClassMaker.make(PropertyList propertyList) |
Property | EndIndentMaker.make(PropertyList propertyList) |
Property | ExtentMaker.make(PropertyList propertyList) |
Property | ExternalDestinationMaker.make(PropertyList propertyList) |
Property | FlowNameMaker.make(PropertyList propertyList) |
Property | FontFamilyMaker.make(PropertyList propertyList) |
Property | FontSizeMaker.make(PropertyList propertyList) |
Property | FontStyleMaker.make(PropertyList propertyList) |
Property | FontWeightMaker.make(PropertyList propertyList) |
Property | GenericBorderStyle.make(PropertyList propertyList) |
Property | GenericBorderWidth.make(PropertyList propertyList) |
Property | GenericBreak.make(PropertyList propertyList) |
Property | GenericCondBorderWidth.make(PropertyList propertyList) |
Property | GenericCondLength.make(PropertyList propertyList) |
Property | GenericPadding.make(PropertyList propertyList) |
Property | GenericSpace.make(PropertyList propertyList) |
Property | GenericUnits.make(PropertyList propertyList) |
Property | HeightMaker.make(PropertyList propertyList) |
Property | HRefMaker.make(PropertyList propertyList) |
Property | HyphenateMaker.make(PropertyList propertyList) |
Property | HyphenationCharacterMaker.make(PropertyList propertyList) |
Property | HyphenationPushCharacterCountMaker.make(PropertyList propertyList) |
Property | HyphenationRemainCharacterCountMaker.make(PropertyList propertyList) |
Property | IdMaker.make(PropertyList propertyList) |
Property | InitialPageNumberMaker.make(PropertyList propertyList) |
Property | InternalDestinationMaker.make(PropertyList propertyList) |
Property | KeepTogetherMaker.make(PropertyList propertyList) |
Property | KeepWithNextMaker.make(PropertyList propertyList) |
Property | KeepWithPreviousMaker.make(PropertyList propertyList) |
Property | LanguageMaker.make(PropertyList propertyList) |
Property | LeaderAlignmentMaker.make(PropertyList propertyList) |
Property | LeaderLengthMaker.make(PropertyList propertyList) |
Property | LeaderPatternMaker.make(PropertyList propertyList) |
Property | LeaderPatternWidthMaker.make(PropertyList propertyList) |
Property | LeftMaker.make(PropertyList propertyList) |
Property | LineHeightMaker.make(PropertyList propertyList) |
Property | MarginBottomMaker.make(PropertyList propertyList) |
Property | MarginLeftMaker.make(PropertyList propertyList) |
Property | MarginRightMaker.make(PropertyList propertyList) |
Property | MarginTopMaker.make(PropertyList propertyList) |
Property | MasterNameMaker.make(PropertyList propertyList) |
Property | MaximumRepeatsMaker.make(PropertyList propertyList) |
Property | NumberColumnsRepeatedMaker.make(PropertyList propertyList) |
Property | NumberColumnsSpannedMaker.make(PropertyList propertyList) |
Property | NumberRowsSpannedMaker.make(PropertyList propertyList) |
Property | OddOrEvenMaker.make(PropertyList propertyList) |
Property | OrphansMaker.make(PropertyList propertyList) |
Property | OverflowMaker.make(PropertyList propertyList) |
Property | PaddingMaker.make(PropertyList propertyList) |
Property | PageHeightMaker.make(PropertyList propertyList) |
Property | PageMasterEvenMaker.make(PropertyList propertyList) |
Property | PageMasterFirstMaker.make(PropertyList propertyList) |
Property | PageMasterOddMaker.make(PropertyList propertyList) |
Property | PageMasterRepeatingMaker.make(PropertyList propertyList) |
Property | PagePositionMaker.make(PropertyList propertyList) |
Property | PageWidthMaker.make(PropertyList propertyList) |
Property | PositionMaker.make(PropertyList propertyList) |
Property | ProvisionalDistanceBetweenStartsMaker.make(PropertyList propertyList) |
Property | ProvisionalLabelSeparationMaker.make(PropertyList propertyList) |
Property | RefIdMaker.make(PropertyList propertyList) |
Property | RegionNameMaker.make(PropertyList propertyList) |
Property | RequiredExtensionsMaker.make(PropertyList propertyList) |
Property | RequiredFeaturesMaker.make(PropertyList propertyList) |
Property | RightMaker.make(PropertyList propertyList) |
Property | RuleStyleMaker.make(PropertyList propertyList) |
Property | RuleThicknessMaker.make(PropertyList propertyList) |
Property | ScalingMaker.make(PropertyList propertyList) |
Property | SpanMaker.make(PropertyList propertyList) |
Property | SpreadMethodMaker.make(PropertyList propertyList) |
Property | SrcMaker.make(PropertyList propertyList) |
Property | StartIndentMaker.make(PropertyList propertyList) |
Property | SystemLanguageMaker.make(PropertyList propertyList) |
Property | TableOmitFooterAtBreakMaker.make(PropertyList propertyList) |
Property | TableOmitHeaderAtBreakMaker.make(PropertyList propertyList) |
Property | TextAlignLastMaker.make(PropertyList propertyList) |
Property | TextAlignMaker.make(PropertyList propertyList) |
Property | TextDecorationMaker.make(PropertyList propertyList) |
Property | TextIndentMaker.make(PropertyList propertyList) |
Property | TopMaker.make(PropertyList propertyList) |
Property | VerticalAlignMaker.make(PropertyList propertyList) |
Property | ViewBoxMaker.make(PropertyList propertyList) |
Property | WhiteSpaceCollapseMaker.make(PropertyList propertyList) |
Property | WidowsMaker.make(PropertyList propertyList) |
Property | WidthMaker.make(PropertyList propertyList) |
Property | WrapOptionMaker.make(PropertyList propertyList) |
Property | XMLSpaceMaker.make(PropertyList propertyList) |
Uses of FOPException in org.apache.fop.layout |
Constructors in org.apache.fop.layout that throw FOPException | |
FontState.FontState(FontInfo fontInfo, String fontFamily, String fontStyle, String fontWeight, int fontSize) |
Methods in org.apache.fop.layout that throw FOPException | |
AreaContainer | BodyAreaContainer.getNextArea(FObj fo) |
String | FontInfo.fontLookup(String family, String style, String weight) |
FontMetric | FontInfo.getMetricsFor(String family, String style, String weight) |
FontMetric | FontInfo.getMetricsFor(String fontName) |
Uses of FOPException in org.apache.fop.render |
Methods in org.apache.fop.render that throw FOPException | |
void | Renderer.render(AreaTree areaTree, OutputStream stream) render the given area tree to the given stream |
Uses of FOPException in org.apache.fop.render.pdf |
Methods in org.apache.fop.render.pdf that throw FOPException | |
void | PDFRenderer.render(AreaTree areaTree, OutputStream stream) render the areas into PDF |
Uses of FOPException in org.apache.fop.svg |
Methods in org.apache.fop.svg that throw FOPException | |
FObj | A.Maker.make(FObj parent, PropertyList propertyList) make a A object. |
FObj | AltGlyph.Maker.make(FObj parent, PropertyList propertyList) make a AltGlyph object. |
FObj | Animate.Maker.make(FObj parent, PropertyList propertyList) make a Animate object. |
FObj | AnimateColor.Maker.make(FObj parent, PropertyList propertyList) make a AnimateColor object. |
FObj | AnimateMotion.Maker.make(FObj parent, PropertyList propertyList) make a AnimateMotion object. |
FObj | AnimateTransform.Maker.make(FObj parent, PropertyList propertyList) make a AnimateTransform object. |
FObj | Circle.Maker.make(FObj parent, PropertyList propertyList) make a Circle object. |
FObj | ClipPath.Maker.make(FObj parent, PropertyList propertyList) make a ClipPath object. |
FObj | Cursor.Maker.make(FObj parent, PropertyList propertyList) make a Cursor object. |
FObj | Defs.Maker.make(FObj parent, PropertyList propertyList) make a Defs object. |
FObj | Desc.Maker.make(FObj parent, PropertyList propertyList) make a Desc object. |
FObj | Ellipse.Maker.make(FObj parent, PropertyList propertyList) make a Ellipse object. |
FObj | Filter.Maker.make(FObj parent, PropertyList propertyList) make a Filter object. |
FObj | Font.Maker.make(FObj parent, PropertyList propertyList) make a Font object. |
FObj | G.Maker.make(FObj parent, PropertyList propertyList) make a G object. |
FObj | Glyph.Maker.make(FObj parent, PropertyList propertyList) make a Glyph object. |
FObj | HKern.Maker.make(FObj parent, PropertyList propertyList) make a HKern object. |
FObj | Image.Maker.make(FObj parent, PropertyList propertyList) make a Image object. |
FObj | Line.Maker.make(FObj parent, PropertyList propertyList) make a Line object. |
FObj | LinearGradient.Maker.make(FObj parent, PropertyList propertyList) make a LinearGradient object. |
FObj | Marker.Maker.make(FObj parent, PropertyList propertyList) make a Marker object. |
FObj | Mask.Maker.make(FObj parent, PropertyList propertyList) make a Mask object. |
FObj | MissingGlyph.Maker.make(FObj parent, PropertyList propertyList) make a MissingGlyph object. |
FObj | Path.Maker.make(FObj parent, PropertyList propertyList) make a Path object. |
FObj | Pattern.Maker.make(FObj parent, PropertyList propertyList) make a Pattern object. |
FObj | Polygon.Maker.make(FObj parent, PropertyList propertyList) make a Polygon object. |
FObj | Polyline.Maker.make(FObj parent, PropertyList propertyList) make a Polyline object. |
FObj | RadialGradient.Maker.make(FObj parent, PropertyList propertyList) make a RadialGradient object. |
FObj | Rect.Maker.make(FObj parent, PropertyList propertyList) make a Rect object. |
FObj | Set.Maker.make(FObj parent, PropertyList propertyList) make a Set object. |
FObj | Stop.Maker.make(FObj parent, PropertyList propertyList) make a Stop object. |
FObj | Style.Maker.make(FObj parent, PropertyList propertyList) make a Style object. |
Status | SVG.layout(Area area) layout this formatting object. |
FObj | SVG.Maker.make(FObj parent, PropertyList propertyList) make an SVG object. |
Property | SVGD.Maker.make(PropertyList propertyList, String value, FObj fo) make an SVG Length property with the given value. |
Property | SVGD.Maker.make(PropertyList propertyList) make an SVG Length property with the default value. |
void | SVGDriver.buildSVGTree(Document document) build the formatting object tree using the given DOM Document |
void | SVGDriver.buildSVGTree(XMLReader parser, InputSource source) build the formatting object tree using the given SAX Parser and SAX InputSource |
void | SVGDriver.format() format the formatting object tree into an area tree |
Property | SVGLengthListProperty.Maker.make(PropertyList propertyList, String value, FObj fo) make an SVG Length property with the given value. |
Property | SVGLengthListProperty.Maker.make(PropertyList propertyList) make an SVG Length property with the default value. |
Property | SVGLengthProperty.Maker.make(PropertyList propertyList, String value, FObj fo) make an SVG Length property with the given value. |
Property | SVGLengthProperty.Maker.make(PropertyList propertyList) make an SVG Length property with the default value. |
Status | SVGObj.layout(Area area) layout this formatting object. |
Property | SVGPoints.Maker.make(PropertyList propertyList, String value, FObj fo) make an SVG Length property with the given value. |
Property | SVGPoints.Maker.make(PropertyList propertyList) make an SVG Length property with the default value. |
Property | SVGStringProperty.Maker.make(PropertyList propertyList, String value, FObj fo) make an SVG Length property with the given value. |
Property | SVGStringProperty.Maker.make(PropertyList propertyList) make an SVG Length property with the default value. |
Property | SVGStyle.Maker.make(PropertyList propertyList, String value, FObj fo) make an SVG Length property with the given value. |
Property | SVGStyle.Maker.make(PropertyList propertyList) make an SVG Length property with the default value. |
Property | SVGTransform.Maker.make(PropertyList propertyList, String value, FObj fo) make an SVG Length property with the given value. |
Property | SVGTransform.Maker.make(PropertyList propertyList) make an SVG Length property with the default value. |
FObj | Switch.Maker.make(FObj parent, PropertyList propertyList) make a Line object. |
FObj | Symbol.Maker.make(FObj parent, PropertyList propertyList) make a Symbol object. |
FObj | Text.Maker.make(FObj parent, PropertyList propertyList) make an SVG Text object. |
FObj | TextPath.Maker.make(FObj parent, PropertyList propertyList) make a TextPath object. |
Property | TextProperty.Maker.make(PropertyList propertyList, String value, FObj fo) make an SVG Length property with the given value. |
Property | TextProperty.Maker.make(PropertyList propertyList) make an SVG Length property with the default value. |
FObj | Title.Maker.make(FObj parent, PropertyList propertyList) make a Title object. |
FObj | TRef.Maker.make(FObj parent, PropertyList propertyList) make a Line object. |
FObj | TSpan.Maker.make(FObj parent, PropertyList propertyList) make a Line object. |
FObj | Use.Maker.make(FObj parent, PropertyList propertyList) make a Use object. |
FObj | VKern.Maker.make(FObj parent, PropertyList propertyList) make a VKern object. |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |