Class FldSimpleModel

java.lang.Object
org.docx4j.model.fields.FldSimpleModel

public class FldSimpleModel extends Object
Just a basic model for w:fldSimple that gets used in the FldSimpleModelConverter for the conversion to pdf/html
See Also:
  • Field Details

    • fldSimple

      protected CTSimpleField fldSimple
    • content

      protected Node content
    • fldName

      protected String fldName
    • fldParameterString

      protected String fldParameterString
    • fldParameters

      protected List<String> fldParameters
  • Constructor Details

    • FldSimpleModel

      public FldSimpleModel()
  • Method Details