Interface HTMLStyleElement

  • All Superinterfaces:
    Element, HTMLElement, Node

    public interface HTMLStyleElement
    extends HTMLElement
    Style information. A more detailed style sheet object model is planned to be defined in a separate document. See the STYLE element definition in HTML 4.0.
    • Method Detail

      • getDisabled

        boolean getDisabled()
        Enables/disables the style sheet.
      • setDisabled

        void setDisabled​(boolean disabled)
      • getMedia

        java.lang.String getMedia()
        Designed for use with one or more target media. See the media attribute definition in HTML 4.0.
      • setMedia

        void setMedia​(java.lang.String media)
      • getType

        java.lang.String getType()
        The style sheet language (Internet media type). See the type attribute definition in HTML 4.0.
      • setType

        void setType​(java.lang.String type)