All Packages Class Hierarchy This Package Previous Next Index
Interface org.w3c.css.parser.CssPrinterStyle
- public interface CssPrinterStyle
This class is invoke by all propperties when a print is required.
- See Also:
- print
-
print(CssProperty)
- Print this property.
print
public abstract void print(CssProperty property)
- Print this property.
- Parameters:
- property - The property to print.
- See Also:
- toString, getPropertyName
All Packages Class Hierarchy This Package Previous Next Index