Package org.docx4j.model.fields
Class FldSimpleModel
java.lang.Object
org.docx4j.model.fields.FldSimpleModel
Just a basic model for w:fldSimple that gets used in the
FldSimpleModelConverter for the conversion to pdf/html
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Nodeprotected Stringprotected Stringprotected CTSimpleField -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidappendParameter(List<String> parameters, String value) voidvoidbuild(CTSimpleField fldSimple, Node content) The name of the field, for example DATE, MERGEFIELDFor example, "caContractId \* UPPER"protected voidreset()protected voidsplitParameters(String text)
-
Field Details
-
fldSimple
-
-
fldName
-
fldParameterString
-
fldParameters
-
-
Constructor Details
-
FldSimpleModel
public FldSimpleModel()
-
-
Method Details
-
build
- Throws:
TransformerException
-
build
- Throws:
TransformerException
-
setupNameParameterString
-
splitParameters
-
appendParameter
-
getFldName
The name of the field, for example DATE, MERGEFIELD- Returns:
- See Also:
-
getFldArgument
-
getFldParameterString
For example, "caContractId \* UPPER" -
getFldParameters
-
getFldSimple
-
getContent
-
reset
protected void reset()
-