Uses of Enum
org.apache.fop.render.afp.AFPRendererOption
Packages that use AFPRendererOption
Package
Description
An AFP Renderer implementation and supporting classes.
-
Uses of AFPRendererOption in org.apache.fop.render.afp
Subclasses with type arguments of type AFPRendererOption in org.apache.fop.render.afpModifier and TypeClassDescriptionenumAn enumeration of the configuration options available for the AFP renderer.Fields in org.apache.fop.render.afp with type parameters of type AFPRendererOptionModifier and TypeFieldDescriptionprivate final EnumMap<AFPRendererOption, Object> AFPRendererConfig.paramsMethods in org.apache.fop.render.afp that return AFPRendererOptionModifier and TypeMethodDescriptionstatic AFPRendererOptionReturns the enum constant of this type with the specified name.static AFPRendererOption[]AFPRendererOption.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.fop.render.afp with parameters of type AFPRendererOptionModifier and TypeMethodDescriptionprivate <T> TAFPRendererConfig.getParam(AFPRendererOption options, Class<T> type) private voidAFPRendererConfig.ParserHelper.setParam(AFPRendererOption option, Object value) private <T> voidAFPRendererConfig.setParam(AFPRendererOption option, T value)