w3c.css.properties.css2.font.FontProperty Maven / Gradle / Ivy
//
// $Id$
// From Philippe Le Hegaret ([email protected])
//
// (c) COPYRIGHT MIT and INRIA, 1997.
// Please first read the full copyright statement in file COPYRIGHT.html
/*
*/
package org.w3c.css.properties.css2.font;
import org.w3c.css.properties.css.CssProperty;
/**
* @version $Revision$
*/
public abstract class FontProperty extends CssProperty {
/**
* Returns true if the property is inherited
*/
public boolean Inherited() {
return false;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy