Uses of Class
org.apache.poi.hslf.usermodel.HSLFFontInfo.FontRenderType
-
Packages that use HSLFFontInfo.FontRenderType Package Description org.apache.poi.hslf.usermodel -
-
Uses of HSLFFontInfo.FontRenderType in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return HSLFFontInfo.FontRenderType Modifier and Type Method Description HSLFFontInfo.FontRenderType
HSLFFontInfo. getRenderType()
static HSLFFontInfo.FontRenderType
HSLFFontInfo.FontRenderType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HSLFFontInfo.FontRenderType[]
HSLFFontInfo.FontRenderType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.hslf.usermodel with parameters of type HSLFFontInfo.FontRenderType Modifier and Type Method Description void
HSLFFontInfo. setRenderType(HSLFFontInfo.FontRenderType renderType)
-