Uses of Enum Class
org.apache.poi.common.usermodel.fonts.FontGroup
Packages that use FontGroup
Package
Description
-
Uses of FontGroup in org.apache.poi.common.usermodel.fonts
Methods in org.apache.poi.common.usermodel.fonts that return FontGroupModifier and TypeMethodDescriptionFontGroup.FontGroupRange.getFontGroup()static FontGroupFontGroup.getFontGroupFirst(String runText) static FontGroupReturns the enum constant of this class with the specified name.static FontGroup[]FontGroup.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FontGroup in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel with parameters of type FontGroupModifier and TypeMethodDescriptionHSLFTextRun.getFontFamily(FontGroup fontGroup) HSLFTextRun.getFontInfo(FontGroup fontGroup) voidHSLFTextRun.setFontFamily(String typeface, FontGroup fontGroup) voidHSLFTextRun.setFontInfo(FontInfo fontInfo, FontGroup fontGroup) -
Uses of FontGroup in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel with parameters of type FontGroupModifier and TypeMethodDescriptionTextRun.getFontFamily(FontGroup fontGroup) Get the font family - convenience method forTextRun.getFontInfo(FontGroup)TextRun.getFontInfo(FontGroup fontGroup) Get the font info for the given font groupvoidTextRun.setFontFamily(String typeface, FontGroup fontGroup) Specifies the typeface, or name of the font that is to be used for this text run - convenience method for callingTextRun.setFontInfo(FontInfo, FontGroup)with just a font namevoidTextRun.setFontInfo(FontInfo fontInfo, FontGroup fontGroup) Specifies the font to be used for this text run. -
Uses of FontGroup in org.apache.poi.xddf.usermodel.text
Methods in org.apache.poi.xddf.usermodel.text that return FontGroupMethods in org.apache.poi.xddf.usermodel.text with parameters of type FontGroupConstructors in org.apache.poi.xddf.usermodel.text with parameters of type FontGroup -
Uses of FontGroup in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel with parameters of type FontGroupModifier and TypeMethodDescriptionXSLFTextRun.getFontFamily(FontGroup fontGroup) XSLFTextRun.getFontInfo(FontGroup fontGroup) voidXSLFTextRun.setFontFamily(String typeface, FontGroup fontGroup) voidXSLFTextRun.setFontInfo(FontInfo fontInfo, FontGroup fontGroup)