Package | Description |
---|---|
org.apache.poi.xwpf.usermodel |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.