|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XWPFRun.FontCharRange | |
---|---|
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 | |
---|---|
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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |