Uses of Class
org.apache.poi.hslf.usermodel.HSLFFontInfo.FontRenderType

Packages that use HSLFFontInfo.FontRenderType
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
 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
 void HSLFFontInfo.setRenderType(HSLFFontInfo.FontRenderType renderType)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.