Uses of Enum Class
org.docx4j.wml.STFldCharType
Packages that use STFldCharType
Package
Description
-
Uses of STFldCharType in org.docx4j.convert.out.common
Methods in org.docx4j.convert.out.common with parameters of type STFldCharTypeModifier and TypeMethodDescriptionvoidAbstractWmlConversionContext.updateComplexFieldDefinition(STFldCharType fieldCharType) -
Uses of STFldCharType in org.docx4j.convert.out.common.preprocess
Methods in org.docx4j.convert.out.common.preprocess that return STFldCharTypeModifier and TypeMethodDescriptionprivate STFldCharTypeFieldsCombiner.CombineVisitor.getFldCharType(R r) -
Uses of STFldCharType in org.docx4j.model.fields
Methods in org.docx4j.model.fields with parameters of type STFldCharTypeModifier and TypeMethodDescriptionstatic booleanFieldsPreprocessor.isCharType(Object o2, STFldCharType charType) -
Uses of STFldCharType in org.docx4j.samples
Methods in org.docx4j.samples with parameters of type STFldCharTypeModifier and TypeMethodDescriptionstatic booleanXPathDeleteCheckboxField.doesRcontainField(R r, STFldCharType fldCharType) -
Uses of STFldCharType in org.docx4j.wml
Fields in org.docx4j.wml declared as STFldCharTypeMethods in org.docx4j.wml that return STFldCharTypeModifier and TypeMethodDescriptionstatic STFldCharTypeFldChar.getFldCharType()Gets the value of the fldCharType property.static STFldCharTypeReturns the enum constant of this class with the specified name.static STFldCharType[]STFldCharType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.docx4j.wml with parameters of type STFldCharTypeModifier and TypeMethodDescriptionvoidFldChar.setFldCharType(STFldCharType value) Sets the value of the fldCharType property.