Module com.aoapps.html.any
Interface StyleNoHtml4<E extends Element<?,?,E> & StyleNoHtml4<E>>
- Type Parameters:
E
- This element type
- All Superinterfaces:
Style<E>
- All Known Implementing Classes:
AnyBASE
,AnyHEAD
,AnyHTML
,AnyMETA
,AnyPARAM
,AnySCRIPT
,AnySTYLE
,AnyTITLE
- See 3.2.6.5 The style attribute.
- See Global attributes / style.
- See HTMLElement.style.
- See HTML style Attribute.
In HTML 4.01, the style attribute cannot be used with: <base>, <head>, <html>, <meta>, <param>, <script>, <style>, and <title>.
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.aoapps.html.any.attributes.text.Style
Style.style
-
Method Summary
Modifier and TypeMethodDescriptionstyle
(StyleWritable<Ex> style) See 3.2.6.5 The style attribute. See Global attributes / style. See HTMLElement.style. See HTML style Attribute. In HTML 4.01, the style attribute cannot be used with: <base>, <head>, <html>, <meta>, <param>, <script>, <style>, and <title>.style
(IOSupplierE<?, Ex> style) See 3.2.6.5 The style attribute. See Global attributes / style. See HTMLElement.style. See HTML style Attribute. In HTML 4.01, the style attribute cannot be used with: <base>, <head>, <html>, <meta>, <param>, <script>, <style>, and <title>.default E
See 3.2.6.5 The style attribute. See Global attributes / style. See HTMLElement.style. See HTML style Attribute. In HTML 4.01, the style attribute cannot be used with: <base>, <head>, <html>, <meta>, <param>, <script>, <style>, and <title>.default E
See 3.2.6.5 The style attribute. See Global attributes / style. See HTMLElement.style. See HTML style Attribute. In HTML 4.01, the style attribute cannot be used with: <base>, <head>, <html>, <meta>, <param>, <script>, <style>, and <title>.
-
Method Details
-
style
- See 3.2.6.5 The style attribute.
- See Global attributes / style.
- See HTMLElement.style.
- See HTML style Attribute.
In HTML 4.01, the style attribute cannot be used with: <base>, <head>, <html>, <meta>, <param>, <script>, <style>, and <title>.
- Specified by:
style
in interfaceStyle<E extends Element<?,
?, E> & StyleNoHtml4<E>> - Throws:
IOException
-
style
- See 3.2.6.5 The style attribute.
- See Global attributes / style.
- See HTMLElement.style.
- See HTML style Attribute.
In HTML 4.01, the style attribute cannot be used with: <base>, <head>, <html>, <meta>, <param>, <script>, <style>, and <title>.
- Specified by:
style
in interfaceStyle<E extends Element<?,
?, E> & StyleNoHtml4<E>> - Parameters:
style
- Multiple styles will be semicolon-separated.- Throws:
IOException
-
style
- See 3.2.6.5 The style attribute.
- See Global attributes / style.
- See HTMLElement.style.
- See HTML style Attribute.
In HTML 4.01, the style attribute cannot be used with: <base>, <head>, <html>, <meta>, <param>, <script>, <style>, and <title>.
- Specified by:
style
in interfaceStyle<E extends Element<?,
?, E> & StyleNoHtml4<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-
style
- See 3.2.6.5 The style attribute.
- See Global attributes / style.
- See HTMLElement.style.
- See HTML style Attribute.
In HTML 4.01, the style attribute cannot be used with: <base>, <head>, <html>, <meta>, <param>, <script>, <style>, and <title>.
- Specified by:
style
in interfaceStyle<E extends Element<?,
?, E> & StyleNoHtml4<E>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-