Uses of Enum Class
org.apache.poi.xwpf.usermodel.XWPFRun.FontCharRange
Packages that use XWPFRun.FontCharRange
-
Uses of XWPFRun.FontCharRange in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return XWPFRun.FontCharRangeModifier and TypeMethodDescriptionstatic XWPFRun.FontCharRangeReturns the enum constant of this class with the specified name.static XWPFRun.FontCharRange[]XWPFRun.FontCharRange.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFRun.FontCharRangeModifier and TypeMethodDescriptionXWPFRun.getFontFamily(XWPFRun.FontCharRange fcr) Gets the font family for the specified font char range.voidXWPFRun.setFontFamily(String fontFamily, XWPFRun.FontCharRange fcr) Specifies the fonts which shall be used to display the text contents of this run.