Module com.aoapps.html.any
Interface Valign<E extends Element<?,?,E> & Valign<E,V>,V extends Enum<V> & Function<? super AnyDocument<?>,String>>     
- Type Parameters:
- E- This element type
- V- This enum type to use for this attribute
- All Known Implementing Classes:
- AnyCOL
@Deprecated(forRemoval=false)
public interface Valign<E extends Element<?,?,E> & Valign<E,V>,V extends Enum<V> & Function<? super AnyDocument<?>,String>>     
Deprecated.
The valign attribute is not supported in HTML5. Use CSS instead.
- Author:
- AO Industries, Inc.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classDeprecated.The valign attribute is not supported in HTML5.
- 
Method SummaryModifier and TypeMethodDescriptionvalign(Suppliers.String<Ex> valign) Deprecated.The valign attribute is not supported in HTML5.valign(IOSupplierE<V, Ex> valign) Deprecated.The valign attribute is not supported in HTML5.default EDeprecated.The valign attribute is not supported in HTML5.default EDeprecated.The valign attribute is not supported in HTML5.
- 
Method Details- 
valignDeprecated.The valign attribute is not supported in HTML5. Use CSS instead.- Throws:
- IOException
 
- 
valign@Deprecated(forRemoval=false) default <Ex extends Throwable> E valign(Suppliers.String<Ex> valign) throws IOException, Ex Deprecated.The valign attribute is not supported in HTML5. Use CSS instead.- Type Parameters:
- Ex- An arbitrary exception type that may be thrown
- Throws:
- IOException
- Ex
- See Also:
 
- 
valignDeprecated.The valign attribute is not supported in HTML5. Use CSS instead.- Throws:
- IOException
- See Also:
 
- 
valign@Deprecated(forRemoval=false) default <Ex extends Throwable> E valign(IOSupplierE<V, Ex> valign) throws IOException, ExDeprecated.The valign attribute is not supported in HTML5. Use CSS instead.- Type Parameters:
- Ex- An arbitrary exception type that may be thrown
- Throws:
- IOException
- Ex
- See Also:
 
 
- 

