Interface MathMLElementStyleMethods<E extends MathMLElement,B extends TypedBuilder<E,B>>

All Superinterfaces:
IsElement<E>, TypedBuilder<E,B>
All Known Implementing Classes:
MathMLContainerMethods, MathMLElementBuilder

public interface MathMLElementStyleMethods<E extends MathMLElement,B extends TypedBuilder<E,B>> extends TypedBuilder<E,B>, IsElement<E>
Provides methods and default implementations for modifying MathML elements.
  • Method Summary

    Modifier and Type
    Method
    Description
    default B
    style(String style)
    Sets the CSS style of the element.

    Methods inherited from interface org.jboss.elemento.IsElement

    element

    Methods inherited from interface org.jboss.elemento.TypedBuilder

    that
  • Method Details

    • style

      default B style(String style)
      Sets the CSS style of the element.