Class ChoiceFieldPart

java.lang.Object
org.apache.fop.util.text.ChoiceFieldPart

public class ChoiceFieldPart extends Object
Defines a "choice" field part that works like ChoiceFormat.
  • Constructor Details

    • ChoiceFieldPart

      public ChoiceFieldPart(String fieldName, String choicesPattern)
      Creates a new choice part.
      Parameters:
      fieldName - the field name to work on
      choicesPattern - the choices pattern (as used by ChoiceFormat)
  • Method Details