Class AFPAttribute

All Implemented Interfaces:
Cloneable

public class AFPAttribute extends StringProperty.Maker
This class extends the org.apache.fop.fo.StringProperty.Maker inner class in order to provide a static property maker. The object facilitates extraction of attributes from formatted objects based on the static list as defined in the AFPElementMapping implementation.

  • Constructor Details

    • AFPAttribute

      protected AFPAttribute(String name)
      Constructor for the AFPAttribute.
      Parameters:
      name - The attribute name
  • Method Details

    • make

      public Property make(PropertyList propertyList)
      Overide the make method to return the property object
      Overrides:
      make in class PropertyMaker
      Parameters:
      propertyList - the property list from which to make the property
      Returns:
      property The property object.