Class InsertFormElementData

  • All Implemented Interfaces:
    Serializable

    public class InsertFormElementData
    extends Object
    implements Serializable
    Used by the PDF importer, data with the element to insert into the form.
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • InsertFormElementData

        public InsertFormElementData()
    • Method Detail

      • getPersist

        public com.alibaba.fastjson.JSONObject getPersist()
        Returns:
        Persist JSON for the form element to insert.
      • getRelations

        public FormElementRelations getRelations()
        Returns:
        Relations with elements close to the element to insert, used e.g. for smart positioning.
      • setPersist

        public void setPersist​(com.alibaba.fastjson.JSONObject persist)
        Parameters:
        persist - Persist JSON for the form element to insert.
      • setRelations

        public void setRelations​(FormElementRelations relations)
        Parameters:
        relations - Relations with elements close to the element to insert, used e.g. for smart positioning.