Uses of Class
org.apache.poi.common.usermodel.fonts.FontGroup
-
Packages that use FontGroup Package Description org.apache.poi.common.usermodel.fonts org.apache.poi.hslf.usermodel org.apache.poi.sl.usermodel org.apache.poi.xddf.usermodel.text org.apache.poi.xslf.usermodel -
-
Uses of FontGroup in org.apache.poi.common.usermodel.fonts
Methods in org.apache.poi.common.usermodel.fonts that return FontGroup Modifier and Type Method Description FontGroupFontGroup.FontGroupRange. getFontGroup()static FontGroupFontGroup. getFontGroupFirst(java.lang.String runText)static FontGroupFontGroup. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FontGroup[]FontGroup. values()Returns an array containing the constants of this enum type, 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 FontGroup Modifier and Type Method Description java.lang.StringHSLFTextRun. getFontFamily(FontGroup fontGroup)HSLFFontInfoHSLFTextRun. getFontInfo(FontGroup fontGroup)voidHSLFTextRun. setFontFamily(java.lang.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 FontGroup Modifier and Type Method Description java.lang.StringTextRun. getFontFamily(FontGroup fontGroup)Get the font family - convenience method forTextRun.getFontInfo(FontGroup)FontInfoTextRun. getFontInfo(FontGroup fontGroup)Get the font info for the given font groupvoidTextRun. setFontFamily(java.lang.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 FontGroup Modifier and Type Method Description FontGroupXDDFFont. getGroup()Methods in org.apache.poi.xddf.usermodel.text with parameters of type FontGroup Modifier and Type Method Description static XDDFFontXDDFFont. unsetFontForGroup(FontGroup group)Constructors in org.apache.poi.xddf.usermodel.text with parameters of type FontGroup Constructor Description XDDFFont(FontGroup group, java.lang.String typeface, java.lang.Byte charset, java.lang.Byte pitch, byte[] panose)XDDFFont(FontGroup group, org.openxmlformats.schemas.drawingml.x2006.main.CTTextFont font) -
Uses of FontGroup in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel with parameters of type FontGroup Modifier and Type Method Description java.lang.StringXSLFTextRun. getFontFamily(FontGroup fontGroup)FontInfoXSLFTextRun. getFontInfo(FontGroup fontGroup)voidXSLFTextRun. setFontFamily(java.lang.String typeface, FontGroup fontGroup)voidXSLFTextRun. setFontInfo(FontInfo fontInfo, FontGroup fontGroup)
-