Uses of Interface
org.apache.fop.util.text.AdvancedMessageFormat.Part
Packages that use AdvancedMessageFormat.Part
Package
Description
Subsystem for reporting events inside FOP to client applications.
Message formatting classes.
-
Uses of AdvancedMessageFormat.Part in org.apache.fop.events
Classes in org.apache.fop.events that implement AdvancedMessageFormat.PartMethods in org.apache.fop.events that return AdvancedMessageFormat.PartModifier and TypeMethodDescriptionCreates a new part by parsing the values parameter to configure the part. -
Uses of AdvancedMessageFormat.Part in org.apache.fop.util.text
Classes in org.apache.fop.util.text that implement AdvancedMessageFormat.PartModifier and TypeClassDescriptionprivate static class
private static class
private static class
private static class
class
Defines a "choice" field part that works likeChoiceFormat
.class
Defines an "equals" field part that can compare a field's string value against another string.class
Function formatting a character to a glyph name.class
Function formatting a number or character to a hex value.class
Defines an "if" field part that checks if field's value is true or false.Fields in org.apache.fop.util.text with type parameters of type AdvancedMessageFormat.PartModifier and TypeFieldDescriptionprotected List<AdvancedMessageFormat.Part>
AdvancedMessageFormat.CompositePart.parts
Methods in org.apache.fop.util.text that return AdvancedMessageFormat.PartModifier and TypeMethodDescriptionCreates a new part by parsing the values parameter to configure the part.Creates a new part by parsing the values parameter to configure the part.Creates a new part by parsing the values parameter to configure the part.Creates a new part by parsing the values parameter to configure the part.Creates a new part by parsing the values parameter to configure the part.Creates a new part by parsing the values parameter to configure the part.private AdvancedMessageFormat.Part
AdvancedMessageFormat.parseField
(String field) Methods in org.apache.fop.util.text with parameters of type AdvancedMessageFormat.PartModifier and TypeMethodDescriptionvoid
AdvancedMessageFormat.CompositePart.addChild
(AdvancedMessageFormat.Part part) Constructor parameters in org.apache.fop.util.text with type arguments of type AdvancedMessageFormat.Part