Uses of Class
org.docx4j.model.fields.FieldRef
Packages that use FieldRef
-
Uses of FieldRef in org.docx4j.model.fields
Methods in org.docx4j.model.fields with parameters of type FieldRefModifier and TypeMethodDescriptionprotected static voidAbstractMerger.removeSimpleField(FieldRef fr) Remove the field but preserve the paragraph and content around itprotected static voidAbstractMerger.setFormFieldProperties(FieldRef fr, String ffName, String ffTextInputFormat) 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.protected static voidAbstractMerger.canonicaliseStarts(ComplexFieldLocator fl, List<FieldRef> fieldRefs) -
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.setFormFieldProperties(FieldRef fr, String ffName, String ffTextInputFormat)