package org.simantics.document.server.io; public interface ITableCellStyleClass { String getStyleClass(); int getColumn(); int getRow(); }