public interface DocumentStyle
DocumentStyle
interface provides a mechanism by which the
style sheets embedded in a document can be retrieved. The expectation is
that an instance of the DocumentStyle
interface can be
obtained by using binding-specific casting methods on an instance of the
Document
interface.
See also the Document Object Model (DOM) Level 2 Style Specification.
Modifier and Type | Method and Description |
---|---|
StyleSheetList |
getStyleSheets()
A list containing all the style sheets explicitly linked into or
embedded in a document.
|
StyleSheetList getStyleSheets()
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2005, 2015, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.