Uses of Class
org.apache.poi.hemf.record.emfplus.HemfPlusBrush.EmfPlusHatchStyle
-
Packages that use HemfPlusBrush.EmfPlusHatchStyle Package Description org.apache.poi.hemf.draw org.apache.poi.hemf.record.emfplus -
-
Uses of HemfPlusBrush.EmfPlusHatchStyle in org.apache.poi.hemf.draw
Methods in org.apache.poi.hemf.draw that return HemfPlusBrush.EmfPlusHatchStyle Modifier and Type Method Description HemfPlusBrush.EmfPlusHatchStyleHemfDrawProperties. getEmfPlusBrushHatch()Methods in org.apache.poi.hemf.draw with parameters of type HemfPlusBrush.EmfPlusHatchStyle Modifier and Type Method Description voidHemfDrawProperties. setEmfPlusBrushHatch(HemfPlusBrush.EmfPlusHatchStyle emfPlusBrushHatch) -
Uses of HemfPlusBrush.EmfPlusHatchStyle in org.apache.poi.hemf.record.emfplus
Methods in org.apache.poi.hemf.record.emfplus that return HemfPlusBrush.EmfPlusHatchStyle Modifier and Type Method Description static HemfPlusBrush.EmfPlusHatchStyleHemfPlusBrush.EmfPlusHatchStyle. valueOf(int id)Returns the enum constant of this type with the specified name.static HemfPlusBrush.EmfPlusHatchStyleHemfPlusBrush.EmfPlusHatchStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static HemfPlusBrush.EmfPlusHatchStyle[]HemfPlusBrush.EmfPlusHatchStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.
-