Uses of Interface
org.openl.rules.table.ui.ICellFont
-
-
Uses of ICellFont in org.openl.excel.grid
Methods in org.openl.excel.grid that return ICellFont Modifier and Type Method Description ICellFontParsedCell. getFont() -
Uses of ICellFont in org.openl.excel.parser
Methods in org.openl.excel.parser that return ICellFont Modifier and Type Method Description ICellFontTableStyles. getFont(int row, int column) -
Uses of ICellFont in org.openl.excel.parser.event.style
Methods in org.openl.excel.parser.event.style that return ICellFont Modifier and Type Method Description ICellFontEventTableStyles. getFont(int row, int column) -
Uses of ICellFont in org.openl.excel.parser.sax
Methods in org.openl.excel.parser.sax that return ICellFont Modifier and Type Method Description ICellFontSAXTableStyles. getFont(int row, int column) -
Uses of ICellFont in org.openl.rules.table
Methods in org.openl.rules.table that return ICellFont Modifier and Type Method Description ICellFontCompositeCell. getFont()ICellFontEmptyCell. getFont()ICellFontICell. getFont() -
Uses of ICellFont in org.openl.rules.table.ui
Classes in org.openl.rules.table.ui that implement ICellFont Modifier and Type Class Description classCellFontConstructors in org.openl.rules.table.ui with parameters of type ICellFont Constructor Description CellFont(ICellFont cf) -
Uses of ICellFont in org.openl.rules.table.xls
Classes in org.openl.rules.table.xls that implement ICellFont Modifier and Type Class Description classXlsCellFontMethods in org.openl.rules.table.xls that return ICellFont Modifier and Type Method Description ICellFontXlsCell. getFont()
-