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