Uses of Class
org.docx4j.model.fields.FieldRef
Packages that use FieldRef
-
Uses of FieldRef in org.docx4j.model.fields
Fields in org.docx4j.model.fields declared as FieldRefFields in org.docx4j.model.fields with type parameters of type FieldRefModifier and TypeFieldDescriptionFieldsPreprocessor.fieldRefsA list of FieldRef objects representing outermost fields only.private LinkedList<FieldRef>FieldsPreprocessor.stackMethods in org.docx4j.model.fields with parameters of type FieldRefModifier and TypeMethodDescriptionprivate booleanFieldsPreprocessor.preserveResult(FieldRef fieldRef) Its preserved, if it is locked.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.Constructor parameters in org.docx4j.model.fields with type arguments of type FieldRef -
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) -
Uses of FieldRef in org.docx4j.samples
Methods in org.docx4j.samples with parameters of type FieldRefModifier and TypeMethodDescriptionprivate static voidFieldsDiagnostics.recurse(StringBuilder sb, FieldRef fr, String indent)