Class DocVariableResolver
java.lang.Object
org.docx4j.model.fields.docvariable.DocVariableResolver
public class DocVariableResolver
extends java.lang.Object
a docVar is stored in the docVars element
in the DocumentSettings part.
- Since:
- 8.2.2
- Author:
- jharrop
-
Constructor Summary
Constructors Constructor Description DocVariableResolver(WordprocessingMLPackage wordMLPackage) -
Method Summary
Modifier and Type Method Description java.lang.StringgetValue(java.lang.String key)
-
Constructor Details
-
Method Details
-
getValue
public java.lang.String getValue(java.lang.String key) throws FieldFormattingException, FieldValueException
-