Package org.docx4j.model.fields

  • Class Summary 
    Class Description
    ComplexFieldLocator  
    DateFormatInferencer
    From http://stackoverflow.com/questions/3389348/parse-any-date-in-java with modifications for locale See http://stackoverflow.com/questions/3307330/using-joda-date-time-api-to-parse-multiple-formats for similar in Joda
    FieldRef
    The objective of this class is to represent a complex field (containing nested fields, if any; nested fields are represented by FieldRef object of their own).
    FieldsPreprocessor
    This class puts fields into a "canonical" representation (see FieldRef for description).
    FieldUpdater
    Refreshes the values of certain fields in the docx (currently DOCPROPERTY and DOCVARIABLE only).
    FldSimpleModel
    Just a basic model for w:fldSimple that gets used in the FldSimpleModelConverter for the conversion to pdf/html
    FormattingSwitchHelper
    Formats the string value of the field according to the three possible formatting switches: + date-and-time-formatting-switch: \@ + numeric-formatting-switch: \# + general-formatting-switch: \* Note that the general-formatting-switch arguments CHARFORMAT and MERGEFORMAT are not handled here.
    NumberExtractor
    Extract a number from a string.
    SimpleFieldLocator  
  • Exception Summary 
    Exception Description
    FieldFormattingException  
    FieldValueException