Uses of Class
org.docx4j.model.fields.FieldRef
Packages that use FieldRef
-
Uses of FieldRef in org.docx4j.model.fields
Method parameters in org.docx4j.model.fields with type arguments of type FieldRefModifier and TypeMethodDescriptionstatic PFieldsPreprocessor.canonicalise(P p, List<FieldRef> fieldRefs) Convert the field(s) in the input P into a predictable format, and add a FieldRef object to the list for each top level field encountered. -
Uses of FieldRef in org.docx4j.model.fields.merge
Methods in org.docx4j.model.fields.merge with parameters of type FieldRefModifier and TypeMethodDescriptionprotected static voidMailMerger.removeSimpleField(FieldRef fr) Remove the field but preserve the paragraph and content around itprotected static voidMailMerger.setFormFieldProperties(FieldRef fr, String ffName, String ffTextInputFormat) Method parameters in org.docx4j.model.fields.merge with type arguments of type FieldRefModifier and TypeMethodDescriptionprotected static voidMailMerger.canonicaliseStarts(ComplexFieldLocator fl, List<FieldRef> fieldRefs)