Class FormFieldRendererUtil

java.lang.Object
com.itextpdf.forms.util.FormFieldRendererUtil

public final class FormFieldRendererUtil extends Object
Utility class for centralized logic related to form field rendering.
  • Method Details

    • removeProperties

      public static Map<Integer,Object> removeProperties (IPropertyContainer modelElement)
      Removes properties that impact the lay outing of interactive form fields.
      Parameters:
      modelElement - The model element to remove the properties from.
      Returns:
      A map containing the removed properties.
    • reapplyProperties

      public static void reapplyProperties (IPropertyContainer modelElement, Map<Integer,Object> properties)
      Reapplies the properties IPropertyContainer.
      Parameters:
      modelElement - The model element to reapply the properties to.
      properties - The properties to reapply.