Uses of Class
ch.rabanti.picoxlsx4j.style.Font
-
Packages that use Font Package Description ch.rabanti.picoxlsx4j.style -
-
Uses of Font in ch.rabanti.picoxlsx4j.style
Methods in ch.rabanti.picoxlsx4j.style that return Font Modifier and Type Method Description Font
Font. copy()
Method to copy the current object to a new oneFont
Style. getFont()
Gets the font component of the styleFont
StyleManager. getFontByHash(int hash)
Gets a font by its hashFont[]
StyleManager. getFonts()
Gets all fonts of the style managerMethods in ch.rabanti.picoxlsx4j.style with parameters of type Font Modifier and Type Method Description void
Style. setFont(Font fontRef)
Sets the font component of the style
-