Class OptionalCharacterProperty.Maker

java.lang.Object
org.apache.fop.fo.properties.PropertyMaker
org.apache.fop.fo.properties.OptionalCharacterProperty.Maker
All Implemented Interfaces:
Cloneable
Enclosing class:
OptionalCharacterProperty

public static class OptionalCharacterProperty.Maker extends PropertyMaker
Inner class for creating instances of OptionalCharacterProperty
  • Constructor Details

    • Maker

      public Maker(int propId)
      Parameters:
      propId - the id of the property for which a Maker should be created
  • Method Details

    • make

      public Property make(PropertyList propertyList, String value, FObj fo)
      Create a Property object from an attribute specification.
      Overrides:
      make in class PropertyMaker
      Parameters:
      propertyList - The PropertyList object being built for this FO.
      value - The attribute value.
      fo - The parent FO for the FO whose property is being made.
      Returns:
      The initialized Property object.