Uses of Class
org.apache.poi.common.usermodel.fonts.FontPitch

Packages that use FontPitch
org.apache.poi.common.usermodel.fonts   
org.apache.poi.hslf.usermodel   
org.apache.poi.hwmf.record   
 

Uses of FontPitch in org.apache.poi.common.usermodel.fonts
 

Methods in org.apache.poi.common.usermodel.fonts that return FontPitch
 FontPitch FontInfo.getPitch()
           
static FontPitch FontPitch.valueOf(int flag)
           
static FontPitch FontPitch.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FontPitch FontPitch.valueOfPitchFamily(byte pitchAndFamily)
          Get FontPitch from native id
static FontPitch[] FontPitch.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.poi.common.usermodel.fonts with parameters of type FontPitch
static byte FontPitch.getNativeId(FontPitch pitch, FontFamily family)
          Combine pitch and family to native id
 void FontInfo.setPitch(FontPitch pitch)
          Set the font pitch
 

Uses of FontPitch in org.apache.poi.hslf.usermodel
 

Methods in org.apache.poi.hslf.usermodel that return FontPitch
 FontPitch HSLFFontInfoPredefined.getPitch()
           
 FontPitch HSLFFontInfo.getPitch()
           
 

Methods in org.apache.poi.hslf.usermodel with parameters of type FontPitch
 void HSLFFontInfoPredefined.setPitch(FontPitch pitch)
           
 void HSLFFontInfo.setPitch(FontPitch pitch)
           
 

Uses of FontPitch in org.apache.poi.hwmf.record
 

Methods in org.apache.poi.hwmf.record that return FontPitch
 FontPitch HwmfFont.getPitch()
           
 

Methods in org.apache.poi.hwmf.record with parameters of type FontPitch
 void HwmfFont.setPitch(FontPitch pitch)
           
 



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