Package org.docx4j.model.fields.seq
Class FieldUpdaterSEQ
java.lang.Object
org.docx4j.model.fields.seq.FieldUpdaterSEQ
Renumbers SEQ fields, following the approach
in FieldUpdater (for DOCPROPERTY and DOCVARIABLE fields).
This implementation updates all SEQ fields,
whatever their identifier. For example, all
"Figure", "Table".
Do this whether they are simple or complex.
This updates the docx. If you don't want to do
that, apply it to a clone instead.
- Author:
- jharrop
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidsetSimpleFieldConent(R r, String val) voidupdate()voidupdateComplex(JaxbXmlPart part) voidupdateSimple(JaxbXmlPart part)
-
Constructor Details
-
FieldUpdaterSEQ
-
-
Method Details
-
update
- Throws:
Docx4JException
-
updateSimple
- Throws:
Docx4JException
-
setSimpleFieldConent
-
updateComplex
- Throws:
Docx4JException
-