Uses of Class
org.docx4j.model.fields.FldSimpleModel
Packages that use FldSimpleModel
Package
Description
-
Uses of FldSimpleModel in org.docx4j.convert.out.common.preprocess
Fields in org.docx4j.convert.out.common.preprocess declared as FldSimpleModelModifier and TypeFieldDescriptionprotected FldSimpleModelPageNumberInformationCollector.FieldVisitor.fldSimpleModel -
Uses of FldSimpleModel in org.docx4j.convert.out.common.writer
Methods in org.docx4j.convert.out.common.writer with parameters of type FldSimpleModelModifier and TypeMethodDescriptionprotected voidAbstractFldSimpleWriter.applyStyle(AbstractWmlConversionContext context, FldSimpleModel fldSimpleModel, Node node) Apply the formatting specified in the rPr node (if any).voidAbstractHyperlinkWriterModel.build(AbstractWmlConversionContext conversionContext, FldSimpleModel fldSimpleModel, Node content) Custom build method, get's used with a FldSimpleModel in those cases where the hyperlink is defined within a FieldAbstractFldSimpleWriter.FldSimpleNodeWriterHandler.toNode(AbstractWmlConversionContext context, FldSimpleModel model, Document doc) AbstractHyperlinkWriter.toNode(AbstractWmlConversionContext context, FldSimpleModel model, Document doc) AbstractPagerefHandler.toNode(AbstractWmlConversionContext context, FldSimpleModel model, Document doc) RefHandler.toNode(AbstractWmlConversionContext context, FldSimpleModel model, Document doc) AbstractFldSimpleWriter.DateHandler.toString(AbstractWmlConversionContext context, FldSimpleModel model) AbstractFldSimpleWriter.DocPropertyHandler.toString(AbstractWmlConversionContext context, FldSimpleModel model) AbstractFldSimpleWriter.FldSimpleStringWriterHandler.toString(AbstractWmlConversionContext context, FldSimpleModel model) AbstractFldSimpleWriter.PrintdateHandler.toString(AbstractWmlConversionContext context, FldSimpleModel model) AbstractFldSimpleWriter.TimeHandler.toString(AbstractWmlConversionContext context, FldSimpleModel model) -
Uses of FldSimpleModel in org.docx4j.convert.out.fo
Methods in org.docx4j.convert.out.fo with parameters of type FldSimpleModelModifier and TypeMethodDescriptionFldSimpleWriter.AbstractPagesHandler.toNode(AbstractWmlConversionContext context, FldSimpleModel model, Document doc) FldSimpleWriter.PageHandler.toNode(AbstractWmlConversionContext context, FldSimpleModel model, Document doc) -
Uses of FldSimpleModel in org.docx4j.convert.out.html
Methods in org.docx4j.convert.out.html with parameters of type FldSimpleModelModifier and TypeMethodDescriptionFldSimpleWriter.AbstractPageHandler.toString(AbstractWmlConversionContext context, FldSimpleModel model) -
Uses of FldSimpleModel in org.docx4j.model.fields
Methods in org.docx4j.model.fields with parameters of type FldSimpleModelModifier and TypeMethodDescriptionstatic StringFormattingSwitchHelper.applyFormattingSwitch(WordprocessingMLPackage wmlPackage, FldSimpleModel model, String value) static StringFormattingSwitchHelper.applyFormattingSwitch(WordprocessingMLPackage wmlPackage, FldSimpleModel model, String value, String lang) static StringFormattingSwitchHelper.formatDate(FldSimpleModel model) static StringFormattingSwitchHelper.formatDate(FldSimpleModel model, String format, Date date) private static StringFormattingSwitchHelper.formatDate(FldSimpleModel model, String format, Date date, String lang) static StringFormattingSwitchHelper.formatDate(FldSimpleModel model, Date date) private static StringFormattingSwitchHelper.formatGeneral(FldSimpleModel model, String format, String value) private static StringFormattingSwitchHelper.formatNumber(FldSimpleModel model, String wordNumberPattern, double dub, String lang) private static DateFormattingSwitchHelper.getDate(FldSimpleModel model, String dateStr) private static doubleFormattingSwitchHelper.getNumber(WordprocessingMLPackage wmlPackage, FldSimpleModel model, String value)