Uses of Class
org.apache.fop.fo.FObj
-
Packages that use FObj Package Description org.apache.fop.datatypes XSL Datatypes.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.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.fo.properties Classes representing the various property types as well as supporting data structures for the FO tree.org.apache.fop.layoutmgr FOP's layout engine.org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building.org.apache.fop.layoutmgr.table Layout managers for tables.org.apache.fop.render Generic renderer interface.org.apache.fop.render.rtf.rtflib.tools Utility classes used in RTF file generation. -
-
Uses of FObj in org.apache.fop.datatypes
Fields in org.apache.fop.datatypes declared as FObj Modifier and Type Field Description protected FObjLengthBase. fobjThe FO for which this property is to be calculated.Methods in org.apache.fop.datatypes with parameters of type FObj Modifier and Type Method Description intPercentBaseContext. getBaseLength(int lengthBase, FObj fobj)Returns the base length for the given length base.intSimplePercentBaseContext. getBaseLength(int lengthBase, FObj fobj)Returns the value for the given lengthBase.intValidationPercentBaseContext. getBaseLength(int lengthBase, FObj fobj)Returns the value for the given lengthBase. -
Uses of FObj in org.apache.fop.fo
Subclasses of FObj in org.apache.fop.fo Modifier and Type Class Description classFObjMixedAbstract base class for representation of mixed content formatting objects (= those that can contain both childFONodes and#PCDATA).Methods in org.apache.fop.fo that return FObj Modifier and Type Method Description FObjFObj. findNearestAncestorFObj()Find the nearest parent, grandparent, etc.FObjPropertyList. getFObj()FObjPropertyList. getParentFObj()FObjFObj.FObjIterator. parent()Returns the parent node for this iterator's list of child nodesFObjFONode.FONodeIterator. parent()Returns the parent node for this iterator's list of child nodesMethods in org.apache.fop.fo with parameters of type FObj Modifier and Type Method Description PropertyListPropertyListMaker. make(FObj fobj, PropertyList parentPropertyList)Make a property list.Constructors in org.apache.fop.fo with parameters of type FObj Constructor Description PropertyList(FObj fObjToAttach, PropertyList parentPropertyList)Basic constructor.RecursiveCharIterator(FObj fobj)Constructor which creates an iterator for all child nodesRecursiveCharIterator(FObj fobj, FONode child)Constructor which creates an iterator for only some child nodesStaticPropertyList(FObj fObjToAttach, PropertyList parentPropertyList)Construct a StaticPropertyList. -
Uses of FObj in org.apache.fop.fo.expr
Methods in org.apache.fop.fo.expr that return FObj Modifier and Type Method Description FObjPropertyInfo. getFO()accessor for FObj -
Uses of FObj in org.apache.fop.fo.extensions
Subclasses of FObj in org.apache.fop.fo.extensions Modifier and Type Class Description classExternalDocumentClass for the fox:external-document extension element. -
Uses of FObj in org.apache.fop.fo.flow
Subclasses of FObj in org.apache.fop.fo.flow Modifier and Type Class Description classAbstractGraphicsCommon base class for thefo:instream-foreign-objectandfo:external-graphicflow formatting objects.classAbstractListItemPartCommon superclass forfo:list-item-labelandfo:list-item-body.classAbstractPageNumberCitationCommon base class for thefo:page-number-citationandfo:page-number-citation-lastobjects.classAbstractRetrieveMarkerAbstract base class for thefo:retrieve-markerandfo:retrieve-table-markerformatting objects.classBasicLinkClass modelling thefo:basic-linkobject.classBidiOverrideClass modelling thefo:bidi-overrideobject.classBlockClass modelling thefo:block object.classBlockContainerClass modelling thefo:block-containerobject.classChangeBarCommon change bar base class.classChangeBarBeginclassChangeBarEndclassCharacterClass modelling thefo:characterobject.classExternalGraphicClass modelling thefo:external-graphicobject.classFloatClass modelling thefo:floatobject.classFootnoteClass modelling thefo:footnoteobject.classFootnoteBodyClass modelling thefo:footnote-bodyobject.classInitialPropertySetClass modelling thefo:initial-property-setobject.classInlineClass modelling thefo:inlineformatting object.classInlineContainerclassInlineLevelClass modelling the commonalities of several inline-level formatting objects.classInstreamForeignObjectClass modelling thefo:instream-foreign-objectobject.classLeaderClass modelling thefo:leaderobject.classListBlockClass modelling the list blockfo:list-blockobject.classListItemClass modelling the list itemfo:list-itemobject.classListItemBodyClass modelling the list itemfo:list-item-body object.classListItemLabelClass modelling the list itemfo:list-item-labelobject.classMarkerClass modelling the markerfo:markerobject.classMultiCaseClass modelling thefo:multi-caseobject.classMultiPropertiesClass modelling thefo:multi-propertiesobject.classMultiPropertySetClass modelling thefo:multi-property-setobject.classMultiSwitchClass modelling thefo:multi-switchobject.classMultiToggleClass modelling thefo:multi-toggleproperty.classPageNumberClass modelling thefo:page-numberobject.classPageNumberCitationClass modelling thefo:page-number-citationobject.classPageNumberCitationLastClass modelling thefo:page-number-citation-lastobject from XSL 1.1.classRetrieveMarkerClass modelling thefo:retrieve-markerformatting object.classRetrieveTableMarkerClass modelling thefo:retrieve-table-markerformatting object.classWrapperClass modelling the fo wrapperfo:wrapperobject.Constructors in org.apache.fop.fo.flow with parameters of type FObj Constructor Description MarkerPropertyList(FObj fobj, PropertyList parentPropertyList)Overriding default constructor -
Uses of FObj in org.apache.fop.fo.flow.table
Subclasses of FObj in org.apache.fop.fo.flow.table Modifier and Type Class Description classTableClass modelling thefo:tableobject.classTableAndCaptionClass modelling thefo:table-and-captionproperty.classTableBodyClass modelling thefo:table-bodyobject.classTableCaptionClass modelling thefo:table-captionobject.classTableCellClass modelling thefo:table-cellobject.classTableCellContainerA common class for fo:table-body and fo:table-row which both can contain fo:table-cell.classTableColumnClass modelling thefo:table-columnobject.classTableFObjCommon base class for table-related FOsclassTableFooterClass modelling thefo:table-footerobject.classTableHeaderClass modelling thefo:table-headerobject.classTablePartAn abstract base class modelling a TablePart (i.e.classTableRowClass modelling thefo:table-rowobject.Methods in org.apache.fop.fo.flow.table with parameters of type FObj Modifier and Type Method Description PropertyTableFObj.ColumnNumberPropertyMaker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertyTableFObj.ColumnNumberPropertyMaker. make(PropertyList propertyList, java.lang.String value, FObj fo)Create a Property object from an attribute specification. -
Uses of FObj in org.apache.fop.fo.pagination
Subclasses of FObj in org.apache.fop.fo.pagination Modifier and Type Class Description classAbstractPageSequenceAbstract base class for thefo:page-sequenceformatting object and thefox:external-documentextension object.classColorProfileClass modelling thefo:color-profileobject.classConditionalPageMasterReferenceClass modelling thefo:conditional-page-master-referenceobject.classDeclarationsClass modelling thefo:declarationsobject.classFlowClass modelling thefo:flowobject.classLayoutMasterSetClass modelling thefo:layout-master-setobject.classPageSequenceClass modelling thefo:page-sequenceobject.classPageSequenceMasterClass modelling thefo:page-sequence-masterobject.classPageSequenceWrapperClass modelling thefo:page-sequence-wrapperobject, first introduced in the XSL 1.1 WD.classRegionThis is an abstract base class for pagination regions.classRegionAfterClass modelling thefo:region-afterobject.classRegionBAAbstract base class forfo:region-beforeandfo:region-after.classRegionBeforeClass modelling thefo:region-beforeobject.classRegionBodyClass modelling thefo:region-bodyobject.classRegionEndClass modelling thefo:region-endobject.classRegionSEAbstract base class forfo:region-startandfo:region-end.classRegionStartClass modelling thefo:region-startobject.classRepeatablePageMasterAlternativesClass modelling thefo:repeatable-page-master-alternativesobject.classRepeatablePageMasterReferenceClass modelling thefo:repeatable-page-master-referenceobject.classRootClass modeling thefo:rootformatting object.classSideRegionCommon base class for side regions (before, after, start, end).classSimplePageMasterClass modelling thefo:simple-page-masterobject.classSinglePageMasterReferenceClass modelling thefo:single-page-master-referenceobject.classStaticContentClass modelling thefo:static-contentobject.classTitleClass modeling thefo:titleobject. -
Uses of FObj in org.apache.fop.fo.pagination.bookmarks
Subclasses of FObj in org.apache.fop.fo.pagination.bookmarks Modifier and Type Class Description classBookmarkClass modelling thefo:bookmarkobject, first introduced in the XSL 1.1 WD.classBookmarkTitleClass modelling thefo:bookmark-titleobject, first introduced in the XSL 1.1 WD.classBookmarkTreeClass modelling thefo:bookmark-treeobject, first introduced in the XSL 1.1 WD. -
Uses of FObj in org.apache.fop.fo.properties
Methods in org.apache.fop.fo.properties with parameters of type FObj Modifier and Type Method Description PropertyColorProperty.Maker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a ColorProperty object based on the passed Property object.protected PropertyCompoundPropertyMaker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertyCondLengthProperty.Maker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertyEnumProperty.Maker. convertProperty(Property p, PropertyList propertyList, FObj fo)Convert a property.PropertyFontFamilyProperty.Maker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertyFontSizePropertyMaker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertyFontStretchPropertyMaker. convertProperty(Property p, PropertyList propertyList, FObj fo)Convert a property.PropertyKeepProperty.Maker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertyLengthPairProperty.Maker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertyLengthProperty.Maker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertyLengthRangeProperty.Maker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertyLineHeightPropertyMaker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertyListProperty.Maker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertyNumberProperty.Maker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertyNumberProperty.PositiveIntegerMaker. convertProperty(Property p, PropertyList propertyList, FObj fo)If the value is not positive, return a property with value 1 Return a Property object based on the passed Property object.protected PropertyPropertyMaker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertySpaceProperty.Maker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertySpacingPropertyMaker. convertProperty(Property p, PropertyList propertyList, FObj fo)Support for the 'normal' value.PropertyTextDecorationMaker. convertProperty(Property p, PropertyList propertyList, FObj fo)Return a Property object based on the passed Property object.PropertyToBeImplementedProperty.Maker. convertProperty(Property p, PropertyList propertyList, FObj fo)protected PropertyPropertyMaker. convertPropertyDatatype(Property p, PropertyList propertyList, FObj fo)For properties that have more than one legal way to be specified, this routine should be overridden to attempt to set them based upon the other methods.PropertyPropertyMaker. convertShorthandProperty(PropertyList propertyList, Property prop, FObj fo)Converts a shorthand propertyPropertyBackgroundPositionShorthand.Maker. make(PropertyList propertyList, java.lang.String value, FObj fo)Create a Property object from an attribute specification.PropertyCharacterProperty.Maker. make(PropertyList propertyList, java.lang.String value, FObj fo)Create a Property object from an attribute specification.PropertyCompoundPropertyMaker. make(Property baseProperty, int subpropertyId, PropertyList propertyList, java.lang.String value, FObj fo)Return a property value for a compound property.PropertyCompoundPropertyMaker. make(PropertyList propertyList, java.lang.String value, FObj fo)Create a Property object from an attribute specification.PropertyFontFamilyProperty.Maker. make(PropertyList propertyList, java.lang.String value, FObj fo)Create a Property object from an attribute specification.PropertyFontShorthandProperty.Maker. make(PropertyList propertyList, java.lang.String value, FObj fo)Create a Property object from an attribute specification.PropertyFontSizePropertyMaker. make(PropertyList propertyList, java.lang.String value, FObj fo)Create a Property object from an attribute specification.PropertyFontWeightPropertyMaker. make(PropertyList pList, java.lang.String value, FObj fo)Create a Property object from an attribute specification.PropertyLineHeightPropertyMaker. make(PropertyList propertyList, java.lang.String value, FObj fo)Create a Property object from an attribute specification.PropertyOptionalCharacterProperty.Maker. make(PropertyList propertyList, java.lang.String value, FObj fo)Create a Property object from an attribute specification.PropertyPropertyMaker. make(Property baseProperty, int subpropertyId, PropertyList propertyList, java.lang.String value, FObj fo)Make a property value for a compound property.PropertyPropertyMaker. make(PropertyList propertyList, java.lang.String value, FObj fo)Create a Property object from an attribute specification.PropertyStringProperty.Maker. make(PropertyList propertyList, java.lang.String value, FObj fo)Make a new StringProperty objectPropertyURIProperty.Maker. make(PropertyList propertyList, java.lang.String value, FObj fo)Create a Property object from an attribute specification.protected PropertyCompoundPropertyMaker. makeCompound(PropertyList propertyList, FObj parentFO)Create a empty compound property and fill it with default values for the subproperties.Constructors in org.apache.fop.fo.properties with parameters of type FObj Constructor Description TableColLength(double tcolUnits, FObj column)Construct an object with tcolUnits of proportional measure. -
Uses of FObj in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr declared as FObj Modifier and Type Field Description protected FObjAbstractBaseLayoutManager. fobjThe formatting object for this LM.Methods in org.apache.fop.layoutmgr that return FObj Modifier and Type Method Description FObjAbstractBaseLayoutManager. getFObj()Returns the fo this layout manager is associated with.FObjLayoutManager. getFObj()Returns the fo this layout manager is associated with.Methods in org.apache.fop.layoutmgr with parameters of type FObj Modifier and Type Method Description intAbstractBaseLayoutManager. getBaseLength(int lengthBase, FObj fobjx)Returns the base length for the given length base.Constructors in org.apache.fop.layoutmgr with parameters of type FObj Constructor Description AbstractBaseLayoutManager(FObj fo)Abstract base layout manager.AbstractLayoutManager(FObj fo)Abstract layout manager.BlockStackingLayoutManager(FObj node)MultiCaseLayoutManager(FObj node)MultiSwitchLayoutManager(FObj node)SpacedBorderedPaddedBlockLayoutManager(FObj node) -
Uses of FObj in org.apache.fop.layoutmgr.inline
Methods in org.apache.fop.layoutmgr.inline with parameters of type FObj Modifier and Type Method Description intAbstractGraphicsLayoutManager. getBaseLength(int lengthBase, FObj fobj)Returns the base length for the given length base.intLeaderLayoutManager. getBaseLength(int lengthBase, FObj fobj)Returns the base length for the given length base.Constructors in org.apache.fop.layoutmgr.inline with parameters of type FObj Constructor Description InlineStackingLayoutManager(FObj node)Create an inline stacking layout manager.LeafNodeLayoutManager(FObj node)Create a Leaf node layout manager. -
Uses of FObj in org.apache.fop.layoutmgr.table
Methods in org.apache.fop.layoutmgr.table with parameters of type FObj Modifier and Type Method Description intTableContentLayoutManager. getBaseLength(int lengthBase, FObj fobj)Returns the base length for the given length base.intTableLayoutManager. getBaseLength(int lengthBase, FObj fobj)Returns the base length for the given length base. -
Uses of FObj in org.apache.fop.render
Methods in org.apache.fop.render with parameters of type FObj Modifier and Type Method Description intDummyPercentBaseContext. getBaseLength(int lengthBase, FObj fo)Returns the base length for the given length base. -
Uses of FObj in org.apache.fop.render.rtf.rtflib.tools
Methods in org.apache.fop.render.rtf.rtflib.tools with parameters of type FObj Modifier and Type Method Description intPercentContext. getBaseLength(int lengthBase, FObj fobj)Returns the available width for a specific FObjvoidBuilderContext. pushPart(FObj part)Push a Class representing a non-writeable section of the FO treevoidPercentContext. setDimension(FObj fobj)Elements willing to use this context have to register themselves by calling this function.voidPercentContext. setDimension(FObj fobj, int width)Elements having a width property can call this function if their width is calculated in RTFHandler
-