void setInlineStyle(String property, String value) { // Current only for mark property is setting by inline style. inlineStyle[property] = value; style.setProperty(property, value, true); }