@Generated(value="org.realityforge.webtack")
@Documented
public @interface WrapType
An enumerated value to indicate how the control wraps text.
Field Detail
hard
@Nonnull
public static final java.lang.String hard
The browser automatically inserts line breaks (CR+LF) so that each line has no more
than the width of the control; the cols attribute must also be specified for this to
take effect.
soft
@Nonnull
public static final java.lang.String soft
The browser ensures that all line breaks in the value consist of a CR+LF pair, but does
not insert any additional line breaks. This is the default value.