|
||||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Uses of PropertyList in org.apache.fop.datatypes |
| Methods in org.apache.fop.datatypes that return PropertyList | |
protected PropertyList |
LengthBase.getPropertyList()
Accessor for propertyList object from subclasses which define custom kinds of LengthBase calculations. |
| Methods in org.apache.fop.datatypes with parameters of type PropertyList | |
Property |
ToBeImplementedProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
|
| Constructors in org.apache.fop.datatypes with parameters of type PropertyList | |
LengthBase(FObj parentFO,
PropertyList plist,
int iBaseType)
|
|
| Uses of PropertyList in org.apache.fop.extensions |
| Methods in org.apache.fop.extensions with parameters of type PropertyList | |
FObj |
Outline.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
Label.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
Destination.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
ContinuedLabel.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
| Constructors in org.apache.fop.extensions with parameters of type PropertyList | |
Outline(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
Label(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
ExtensionObj(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
Destination(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
ContinuedLabel(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
| Uses of PropertyList in org.apache.fop.fo |
| Subclasses of PropertyList in org.apache.fop.fo | |
static class |
DirectPropertyListBuilder.AttrPropertyList
|
| Fields in org.apache.fop.fo declared as PropertyList | |
PropertyList |
FObj.properties
|
| Methods in org.apache.fop.fo that return PropertyList | |
PropertyList |
PropertyListBuilder.makeList(java.lang.String ns,
java.lang.String elementName,
org.xml.sax.Attributes attributes,
PropertyList parentPropertyList,
FObj parentFO)
|
PropertyList |
DirectPropertyListBuilder.makeList(java.lang.String uri,
java.lang.String elementName,
org.xml.sax.Attributes attributes,
PropertyList parentPropertyList,
FObj parentFO)
|
| Methods in org.apache.fop.fo with parameters of type PropertyList | |
FObj |
XMLElement.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
make an XML object. |
FObj |
UnknownXMLObj.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
make an unknown xml object. |
FObj |
Unknown.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
Title.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
Property |
StringProperty.Maker.make(PropertyList propertyList,
java.lang.String value,
FObj fo)
|
Property |
ShorthandParser.getValueForProperty(java.lang.String propName,
Property.Maker maker,
PropertyList propertyList)
|
Property |
PropertyListBuilder.computeProperty(PropertyList propertyList,
java.lang.String space,
java.lang.String element,
java.lang.String propertyName)
|
PropertyList |
PropertyListBuilder.makeList(java.lang.String ns,
java.lang.String elementName,
org.xml.sax.Attributes attributes,
PropertyList parentPropertyList,
FObj parentFO)
|
boolean |
PropertyListBuilder.isCorrespondingForced(PropertyList propertyList,
java.lang.String space,
java.lang.String element,
java.lang.String propertyName)
|
Property |
PropertyListBuilder.getShorthand(PropertyList propertyList,
java.lang.String space,
java.lang.String element,
java.lang.String propertyName)
|
Property |
PropertyListBuilder.makeProperty(PropertyList propertyList,
java.lang.String space,
java.lang.String element,
java.lang.String propertyName)
|
PercentBase |
Property.Maker.getPercentBase(FObj fo,
PropertyList pl)
Return an object implementing the PercentBase interface. |
Property |
Property.Maker.make(Property baseProp,
java.lang.String partName,
PropertyList propertyList,
java.lang.String value,
FObj fo)
Return a property value for a compound property. |
Property |
Property.Maker.make(PropertyList propertyList,
java.lang.String value,
FObj fo)
Create a Property object from an attribute specification. |
Property |
Property.Maker.convertShorthandProperty(PropertyList propertyList,
Property prop,
FObj fo)
|
Property |
Property.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Return a Property object based on the passed Property object. |
protected Property |
Property.Maker.convertPropertyDatatype(Property p,
PropertyList propertyList,
FObj fo)
|
Property |
Property.Maker.make(PropertyList propertyList)
Return a Property object representing the initial value. |
protected Property |
Property.Maker.makeCompound(PropertyList propertyList,
FObj parentFO)
Return a Property object representing the initial value. |
Property |
Property.Maker.compute(PropertyList propertyList)
Return a Property object representing the value of this property, based on other property values for this FO. |
boolean |
Property.Maker.isCorrespondingForced(PropertyList propertyList)
|
Property |
Property.Maker.getShorthand(PropertyList propertyList)
|
Property |
NumberProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
|
Property |
MarginShorthandParser.getValueForProperty(java.lang.String propName,
Property.Maker maker,
PropertyList propertyList)
|
protected Property |
MarginShorthandParser.convertValueForProperty(java.lang.String propName,
Property.Maker maker,
PropertyList propertyList)
|
Property |
ListProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
|
Property |
LengthProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
|
Property |
GenericShorthandParser.getValueForProperty(java.lang.String propName,
Property.Maker maker,
PropertyList propertyList)
|
protected Property |
GenericShorthandParser.convertValueForProperty(java.lang.String propName,
Property.Maker maker,
PropertyList propertyList)
|
protected PropertyManager |
FObj.makePropertyManager(PropertyList propertyList)
|
abstract FObj |
FObj.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
Property |
EnumProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
|
PropertyList |
DirectPropertyListBuilder.makeList(java.lang.String uri,
java.lang.String elementName,
org.xml.sax.Attributes attributes,
PropertyList parentPropertyList,
FObj parentFO)
|
FObj |
Declarations.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
Property |
ColorTypeProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
|
FObj |
ColorProfile.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
Property |
CharacterProperty.Maker.make(PropertyList propertyList,
java.lang.String value,
FObj fo)
|
protected Property |
BoxPropShorthandParser.convertValueForProperty(java.lang.String propName,
Property.Maker maker,
PropertyList propertyList)
|
| Constructors in org.apache.fop.fo with parameters of type PropertyList | |
XMLObj(FObj parent,
PropertyList propertyList,
java.lang.String tag,
java.lang.String systemId,
int line,
int column)
|
|
XMLElement(FObj parent,
PropertyList propertyList,
java.lang.String tag,
java.lang.String systemId,
int line,
int column)
constructs an XML object (called by Maker). |
|
UnknownXMLObj(FObj parent,
PropertyList propertyList,
java.lang.String namespace,
java.lang.String name,
java.lang.String systemId,
int line,
int column)
constructs an unknown xml object (called by Maker). |
|
Unknown(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
ToBeImplementedElement(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
Title(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
PropertyManager(PropertyList pList)
|
|
PropertyList(PropertyList parentPropertyList,
java.lang.String space,
java.lang.String el)
|
|
FObjMixed(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
FObj(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
Declarations(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
ColorProfile(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
| Uses of PropertyList in org.apache.fop.fo.expr |
| Methods in org.apache.fop.fo.expr that return PropertyList | |
PropertyList |
PropertyInfo.getPropertyList()
|
| Constructors in org.apache.fop.fo.expr with parameters of type PropertyList | |
PropertyInfo(Property.Maker maker,
PropertyList plist,
FObj fo)
|
|
| Uses of PropertyList in org.apache.fop.fo.flow |
| Methods in org.apache.fop.fo.flow with parameters of type PropertyList | |
FObj |
Wrapper.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
TableRow.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
TableHeader.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
TableFooter.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
TableColumn.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
TableCell.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
TableCaption.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
TableBody.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
TableAndCaption.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
Table.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
StaticContent.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
RetrieveMarker.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
PageNumberCitation.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
PageNumber.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
MultiToggle.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
MultiSwitch.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
MultiPropertySet.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
MultiProperties.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
MultiCase.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
Marker.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
ListItemLabel.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
ListItemBody.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
ListItem.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
ListBlock.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
Leader.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
InstreamForeignObject.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
make an SVG object. |
FObj |
InlineContainer.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
Inline.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
InitialPropertySet.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
FootnoteBody.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
Footnote.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
Flow.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
Float.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
ExternalGraphic.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
Character.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
BlockContainer.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
Block.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
BidiOverride.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
FObj |
BasicLink.Maker.make(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
| Constructors in org.apache.fop.fo.flow with parameters of type PropertyList | |
Wrapper(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
TableRow(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
TableHeader(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
TableFooter(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
TableColumn(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
TableCell(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
TableCaption(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
TableBody(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
TableAndCaption(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
Table(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
StaticContent(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
RetrieveMarker(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
PageNumberCitation(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
PageNumber(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
MultiToggle(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
MultiSwitch(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
MultiPropertySet(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
MultiProperties(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
MultiCase(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
Marker(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
ListItemLabel(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
ListItemBody(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
ListItem(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
ListBlock(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
Leader(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
InstreamForeignObject(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
constructs an instream-foreign-object object (called by Maker). |
|
InlineContainer(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
Inline(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
InitialPropertySet(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
FootnoteBody(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
Footnote(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
Flow(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
Float(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
ExternalGraphic(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
Character(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
BlockContainer(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
Block(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
BidiOverride(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
BasicLink(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
AbstractTableBody(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
AbstractFlow(FObj parent,
PropertyList propertyList,
java.lang.String systemId,
int line,
int column)
|
|
| Uses of PropertyList in org.apache.fop.fo.pagination |
| Methods in org.apache.fop.fo.pagination with parameters of type PropertyList | |
FObj |
SinglePageMasterReference.Maker. |