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.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.fo.properties |
Classes representing the various property types as well as supporting data structures for the FO tree.
|
org.apache.fop.render.afp.extensions | |
org.apache.fop.render.pdf.extensions | |
org.apache.fop.render.ps.extensions |
Extensions specific to the PostScript Renderer.
|
Constructor and Description |
---|
LengthBase(PropertyList plist,
int baseType)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
StaticPropertyList
A very fast implementation of PropertyList that uses arrays to store
the explicit set properties and another array to store cached values.
|
Modifier and Type | Field and Description |
---|---|
protected PropertyList |
PropertyList.parentPropertyList
reference to the parent FO's propertyList
|
Modifier and Type | Method and Description |
---|---|
protected PropertyList |
FONode.createPropertyList(PropertyList pList,
FOEventHandler foEventHandler)
Create a property list for this node.
|
protected PropertyList |
FObj.createPropertyList(PropertyList parent,
FOEventHandler foEventHandler)
Create a default property list for this element.
|
PropertyList |
PropertyList.getParentPropertyList() |
PropertyList |
PropertyListMaker.make(FObj fobj,
PropertyList parentPropertyList)
Make a property list.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FONode.addCharacters(char[] data,
int start,
int end,
PropertyList pList,
org.xml.sax.Locator locator)
Deprecated.
Please override
FONode.characters(char[], int, int, PropertyList, Locator)
instead! |
void |
FONode.bind(PropertyList propertyList)
Bind the given
PropertyList to this node
Does nothing by default. |
void |
FObj.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
FOText.bind(PropertyList pList)
Bind the given
PropertyList to this node
Does nothing by default. |
protected void |
FONode.characters(char[] data,
int start,
int length,
PropertyList pList,
org.xml.sax.Locator locator)
Adds characters.
|
protected void |
XMLObj.characters(char[] data,
int start,
int length,
PropertyList pList,
org.xml.sax.Locator locator)
Adds characters.
|
protected void |
FOText.characters(char[] data,
int start,
int length,
PropertyList list,
org.xml.sax.Locator locator)
Adds characters.
|
protected void |
FObjMixed.characters(char[] data,
int start,
int length,
PropertyList pList,
org.xml.sax.Locator locator)
Adds characters.
|
protected void |
UnknownXMLObj.characters(char[] data,
int start,
int length,
PropertyList pList,
org.xml.sax.Locator locator)
Adds characters.
|
protected PropertyList |
FONode.createPropertyList(PropertyList pList,
FOEventHandler foEventHandler)
Create a property list for this node.
|
protected PropertyList |
FObj.createPropertyList(PropertyList parent,
FOEventHandler foEventHandler)
Create a default property list for this element.
|
PropertyList |
PropertyListMaker.make(FObj fobj,
PropertyList parentPropertyList)
Make a property list.
|
void |
FONode.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.
|
void |
XMLObj.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.
|
void |
FObj.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.
|
Constructor and Description |
---|
PropertyList(FObj fObjToAttach,
PropertyList parentPropertyList)
Basic constructor.
|
StaticPropertyList(FObj fObjToAttach,
PropertyList parentPropertyList)
Construct a StaticPropertyList.
|
Modifier and Type | Method and Description |
---|---|
PropertyList |
PropertyInfo.getPropertyList()
accessor for PropertyList
|
Constructor and Description |
---|
PropertyInfo(PropertyMaker maker,
PropertyList plist)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected PropertyList |
ExtensionObj.createPropertyList(PropertyList parent,
FOEventHandler foEventHandler)
Create a default property list for this element.
|
Modifier and Type | Method and Description |
---|---|
void |
ExternalDocument.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
protected PropertyList |
ExtensionObj.createPropertyList(PropertyList parent,
FOEventHandler foEventHandler)
Create a default property list for this element.
|
void |
ExtensionObj.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.
|
Modifier and Type | Method and Description |
---|---|
void |
Destination.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.
|
Modifier and Type | Class and Description |
---|---|
protected class |
Marker.MarkerPropertyList
An implementation of
PropertyList which only stores the explicitly
specified properties/attributes as bundles of name-value-namespace
strings |
Modifier and Type | Method and Description |
---|---|
void |
Wrapper.bind(PropertyList pList) |
void |
Marker.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
AbstractListItemPart.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
Inline.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
BidiOverride.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
InlineLevel.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
FootnoteBody.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
ListItem.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
MultiPropertySet.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
AbstractPageNumberCitation.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
Float.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
MultiToggle.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
ExternalGraphic.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
Footnote.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
RetrieveMarker.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
AbstractRetrieveMarker.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
Character.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
BasicLink.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
MultiSwitch.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
BlockContainer.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
AbstractGraphics.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
Block.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
Leader.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
InitialPropertySet.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
PageNumber.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
InlineContainer.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
MultiCase.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
RetrieveTableMarker.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
ListBlock.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
AbstractPageNumberCitation.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.
|
void |
RetrieveMarker.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.
|
void |
RetrieveTableMarker.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.
|
Constructor and Description |
---|
Marker.MarkerPropertyList(FObj fobj,
PropertyList parentPropertyList)
Overriding default constructor
|
Modifier and Type | Method and Description |
---|---|
void |
TablePart.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
TableRow.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
TableCaption.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
TableAndCaption.bind(PropertyList pList) |
void |
Table.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
TableColumn.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
TableCellContainer.bind(PropertyList pList) |
void |
TableCell.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
TableFObj.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
Property |
TableFObj.ColumnNumberPropertyMaker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Return a Property object based on the passed Property object.
|
Property |
TableFObj.ColumnNumberPropertyMaker.make(PropertyList propertyList)
Return the default value.
|
Property |
TableFObj.ColumnNumberPropertyMaker.make(PropertyList propertyList,
java.lang.String value,
FObj fo)
Create a Property object from an attribute specification.
|
void |
TablePart.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.
|
void |
TableRow.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.
|
void |
TableFObj.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.
|
Modifier and Type | Method and Description |
---|---|
void |
RegionBody.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
ConditionalPageMasterReference.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
RepeatablePageMasterReference.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
Flow.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
PageSequenceMaster.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
ColorProfile.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
AbstractPageSequence.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
RepeatablePageMasterAlternatives.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
PageSequence.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
Region.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
SimplePageMaster.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
Root.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
SinglePageMasterReference.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
Declarations.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
PageSequenceWrapper.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
SideRegion.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
RegionSE.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
LayoutMasterSet.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
RegionBA.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
Modifier and Type | Method and Description |
---|---|
void |
Bookmark.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
BookmarkTitle.bind(PropertyList pList) |
protected void |
BookmarkTitle.characters(char[] data,
int start,
int length,
PropertyList pList,
org.xml.sax.Locator locator)
Add the characters to this BookmarkTitle.
|
Modifier and Type | Method and Description |
---|---|
protected PropertyList |
CorrespondingPropertyMaker.getWMPropertyList(PropertyList pList)
Return the property list to use for fetching writing mode depending property
ids.
|
Modifier and Type | Method and Description |
---|---|
protected Property |
LineHeightPropertyMaker.compute(PropertyList propertyList)
Recalculate the line-height value based on the nearest specified
value.
|
Property |
DimensionPropertyMaker.compute(PropertyList propertyList)
Return a Property object representing the value of this property,
based on other property values for this FO.
|
Property |
IndentPropertyMaker.compute(PropertyList propertyList)
Calculate the corresponding value for start-indent and end-indent.
|
Property |
SpacePropertyMaker.compute(PropertyList propertyList)
Return a Property object representing the value of this property,
based on other property values for this FO.
|
protected Property |
PropertyMaker.compute(PropertyList propertyList)
Return a Property object representing the value of this property,
based on other property values for this FO.
|
Property |
CorrespondingPropertyMaker.compute(PropertyList propertyList)
Return a Property object representing the value of this property,
based on other property values for this FO.
|
Property |
IndentPropertyMaker.computeAlternativeRuleset(PropertyList propertyList)
Calculate the corresponding value for start-indent and end-indent.
|
Property |
IndentPropertyMaker.computeConforming(PropertyList propertyList)
Calculate the corresponding value for start-indent and end-indent.
|
Property |
LengthRangeProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Return a Property object based on the passed Property object.
|
Property |
EnumProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Convert a property.
|
Property |
ColorProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Return a ColorProperty object based on the passed Property object.
|
Property |
TextDecorationMaker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Return a Property object based on the passed Property object.
|
Property |
ToBeImplementedProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo) |
Property |
CondLengthProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Return a Property object based on the passed Property object.
|
Property |
FontStretchPropertyMaker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Convert a property.
|
Property |
FontFamilyProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Return a Property object based on the passed Property object.
|
Property |
FontSizePropertyMaker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Return a Property object based on the passed Property object.
|
Property |
NumberProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Return a Property object based on the passed Property object.
|
Property |
NumberProperty.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 Property |
CompoundPropertyMaker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Return a Property object based on the passed Property object.
|
Property |
LineHeightPropertyMaker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Return a Property object based on the passed Property object.
|
Property |
LengthProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Return a Property object based on the passed Property object.
|
Property |
ListProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Return a Property object based on the passed Property object.
|
Property |
SpaceProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Return a Property object based on the passed Property object.
|
Property |
SpacingPropertyMaker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Support for the 'normal' value.
|
Property |
KeepProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Return a Property object based on the passed Property object.
|
protected Property |
PropertyMaker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Return a Property object based on the passed Property object.
|
Property |
LengthPairProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Return a Property object based on the passed Property object.
|
protected Property |
PropertyMaker.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.
|
Property |
PropertyMaker.convertShorthandProperty(PropertyList propertyList,
Property prop,
FObj fo)
Converts a shorthand property
|
protected Property |
BoxPropShorthandParser.convertValueForProperty(int propId,
Property property,
PropertyMaker maker,
PropertyList propertyList)
Stores 1 to 4 values of same type.
|
protected Property |
BorderSpacingShorthandParser.convertValueForProperty(int propId,
Property property,
PropertyMaker maker,
PropertyList propertyList)
Converts a property name into a Property
|
protected Property |
GenericShorthandParser.convertValueForProperty(int propId,
Property property,
PropertyMaker maker,
PropertyList propertyList)
Converts a property name into a Property
|
static CommonTextDecoration |
CommonTextDecoration.createFromPropertyList(PropertyList pList)
Creates a CommonTextDecoration object from a property list.
|
Property |
PropertyMaker.findProperty(PropertyList propertyList,
boolean tryInherit)
If the property is a relative property with a corresponding absolute
value specified, the absolute value is used.
|
Property |
BorderWidthPropertyMaker.get(int subpropId,
PropertyList propertyList,
boolean bTryInherit,
boolean bTryDefault)
Check the value of the style property and return a length of 0 when
the style is NONE.
|
Property |
CompoundPropertyMaker.get(int subpropertyId,
PropertyList propertyList,
boolean tryInherit,
boolean tryDefault)
Return the property on the current FlowObject.
|
Property |
PageDimensionMaker.get(int subpropId,
PropertyList propertyList,
boolean tryInherit,
boolean tryDefault)
Check the value of the page-width / page-height property.
|
Property |
PropertyMaker.get(int subpropertyId,
PropertyList propertyList,
boolean tryInherit,
boolean tryDefault)
Return the property on the current FlowObject.
|
Property |
ReferenceOrientationMaker.get(int subpropId,
PropertyList propertyList,
boolean tryInherit,
boolean tryDefault)
Check the value of the reference-orientation property.
|
static CommonHyphenation |
CommonHyphenation.getInstance(PropertyList propertyList)
Gets the canonical
CommonHyphenation instance corresponding
to the values of the related properties present on the given
PropertyList |
static CommonFont |
CommonFont.getInstance(PropertyList pList)
Returns a CommonFont instance for the given PropertyList
If the font-size and font-size-adjust properties are absolute
the entire instance will be cached.
|
static CommonAccessibility |
CommonAccessibility.getInstance(PropertyList propertyList)
Returns an instance that matches the values (if any) in the given property list.
|
static CommonBorderPaddingBackground |
CommonBorderPaddingBackground.getInstance(PropertyList pList)
Obtain a CommonBorderPaddingBackground instance based on the
related property valus in the given
PropertyList |
PercentBase |
BackgroundPositionShorthand.Maker.getPercentBase(PropertyList pl)
This is used to handle properties specified as a percentage of
some "base length", such as the content width of their containing
box.
|
PercentBase |
PropertyMaker.getPercentBase(PropertyList pl)
This is used to handle properties specified as a percentage of
some "base length", such as the content width of their containing
box.
|
Property |
PropertyMaker.getShorthand(PropertyList propertyList)
For properties that can be set by shorthand properties, this method
should return the Property, if any, that is parsed from any
shorthand properties that affect this property.
|
Property |
XMLLangShorthandParser.getValueForProperty(int propId,
Property property,
PropertyMaker maker,
PropertyList propertyList) |
Property |
BackgroundPositionShorthand.Parser.getValueForProperty(int propId,
Property property,
PropertyMaker maker,
PropertyList propertyList) |
Property |
VerticalAlignShorthandParser.getValueForProperty(int propId,
Property property,
PropertyMaker maker,
PropertyList propertyList) |
Property |
PageBreakShorthandParser.getValueForProperty(int propId,
Property property,
PropertyMaker maker,
PropertyList propertyList) |
Property |
WhiteSpaceShorthandParser.getValueForProperty(int propId,
Property property,
PropertyMaker maker,
PropertyList propertyList) |
Property |
FontShorthandParser.getValueForProperty(int propId,
Property property,
PropertyMaker maker,
PropertyList propertyList) |
Property |
ShorthandParser.getValueForProperty(int propId,
Property property,
PropertyMaker maker,
PropertyList propertyList) |
Property |
PositionShorthandParser.getValueForProperty(int propId,
Property property,
PropertyMaker maker,
PropertyList propertyList) |
Property |
GenericShorthandParser.getValueForProperty(int propId,
Property property,
PropertyMaker maker,
PropertyList propertyList) |
protected PropertyList |
CorrespondingPropertyMaker.getWMPropertyList(PropertyList pList)
Return the property list to use for fetching writing mode depending property
ids.
|
boolean |
DimensionPropertyMaker.isCorrespondingForced(PropertyList propertyList)
Determine if corresponding property is forced.
|
boolean |
CorrespondingPropertyMaker.isCorrespondingForced(PropertyList propertyList)
For properties that operate on a relative direction (before, after,
start, end) instead of an absolute direction (top, bottom, left,
right), this method determines whether a corresponding property
is specified on the corresponding absolute direction.
|
Property |
CompoundPropertyMaker.make(Property baseProperty,
int subpropertyId,
PropertyList propertyList,
java.lang.String value,
FObj fo)
Return a property value for a compound property.
|
Property |
PropertyMaker.make(Property baseProperty,
int subpropertyId,
PropertyList propertyList,
java.lang.String value,
FObj fo)
Make a property value for a compound property.
|
Property |
CompoundPropertyMaker.make(PropertyList propertyList)
Make a compound property with default values.
|
Property |
TableBorderPrecedence.make(PropertyList propertyList)
Set default precedence according to the parent FObj
Return the default value.
|
Property |
PropertyMaker.make(PropertyList propertyList)
Return the default value.
|
Property |
URIProperty.Maker.make(PropertyList propertyList,
java.lang.String value,
FObj fo)
Create a Property object from an attribute specification.
|
Property |
FontWeightPropertyMaker.make(PropertyList pList,
java.lang.String value,
FObj fo)
Create a Property object from an attribute specification.
|
Property |
StringProperty.Maker.make(PropertyList propertyList,
java.lang.String value,
FObj fo)
Make a new StringProperty object
|
Property |
FontShorthandProperty.Maker.make(PropertyList propertyList,
java.lang.String value,
FObj fo)
Create a Property object from an attribute specification.
|
Property |
FontFamilyProperty.Maker.make(PropertyList propertyList,
java.lang.String value,
FObj fo)
Create a Property object from an attribute specification.
|
Property |
FontSizePropertyMaker.make(PropertyList propertyList,
java.lang.String value,
FObj fo)
Create a Property object from an attribute specification.
|
Property |
CompoundPropertyMaker.make(PropertyList propertyList,
java.lang.String value,
FObj fo)
Create a Property object from an attribute specification.
|
Property |
CharacterProperty.Maker.make(PropertyList propertyList,
java.lang.String value,
FObj fo)
Create a Property object from an attribute specification.
|
Property |
BackgroundPositionShorthand.Maker.make(PropertyList propertyList,
java.lang.String value,
FObj fo)
Create a Property object from an attribute specification.
|
Property |
LineHeightPropertyMaker.make(PropertyList propertyList,
java.lang.String value,
FObj fo)
Create a Property object from an attribute specification.
|
Property |
PropertyMaker.make(PropertyList propertyList,
java.lang.String value,
FObj fo)
Create a Property object from an attribute specification.
|
protected Property |
CompoundPropertyMaker.makeCompound(PropertyList propertyList,
FObj parentFO)
Create a empty compound property and fill it with default values for
the subproperties.
|
Constructor and Description |
---|
CommonAbsolutePosition(PropertyList pList)
Create a CommonAbsolutePosition object.
|
CommonAural(PropertyList pList)
Create a CommonAbsolutePosition object.
|
CommonMarginBlock(PropertyList pList)
Create a CommonMarginBlock object.
|
CommonMarginInline(PropertyList pList)
Create a CommonMarginInline object.
|
CommonRelativePosition(PropertyList pList)
Create a CommonRelativePosition object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AFPPageSetupElement.characters(char[] data,
int start,
int length,
PropertyList pList,
org.xml.sax.Locator locator)
Adds characters.
|
Property |
AFPAttribute.make(PropertyList propertyList)
Overide the make method to return the property object
|
void |
AbstractAFPExtensionObject.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.
|
void |
AFPPageSetupElement.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.
|
void |
AFPPageSegmentElement.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.
|
void |
AFPIncludeFormMapElement.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.
|
void |
AFPPageOverlayElement.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.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFEmbeddedFileElement.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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPSExtensionElement.characters(char[] data,
int start,
int length,
PropertyList pList,
org.xml.sax.Locator locator)
Adds characters.
|
protected void |
AbstractPSExtensionObject.characters(char[] data,
int start,
int length,
PropertyList pList,
org.xml.sax.Locator locator)
Adds characters.
|
void |
AbstractPSExtensionObject.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.
|
void |
PSSetPageDeviceElement.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.
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.