Uses of Class
org.docx4j.fonts.RunFontSelector.RunFontActionType
| Package | Description |
|---|---|
| org.docx4j.fonts |
-
Uses of RunFontSelector.RunFontActionType in org.docx4j.fonts
Methods in org.docx4j.fonts that return RunFontSelector.RunFontActionType Modifier and Type Method Description static RunFontSelector.RunFontActionTypeRunFontSelector.RunFontActionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RunFontSelector.RunFontActionType[]RunFontSelector.RunFontActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.docx4j.fonts with parameters of type RunFontSelector.RunFontActionType Constructor Description RunFontSelector(WordprocessingMLPackage wordMLPackage, RunFontSelector.RunFontCharacterVisitor visitor, RunFontSelector.RunFontActionType outputType)