Uses of Enum Class
org.faceless.publisher.type.MathStyleProp

Packages that use org.faceless.publisher.type.MathStyleProp
Package
Description
Contains utility classes and interfaces which are used across BFO Publisher
  • Uses of org.faceless.publisher.type.MathStyleProp in org.faceless.publisher.type

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.MathStyleProp in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.MathStyleProp
    CSSStyle.getMathStyle()
    Returns the value of the math-style CSS property
    org.faceless.publisher.type.MathStyleProp
    FilterCSSStyle.getMathStyle()
     
    static org.faceless.publisher.type.MathStyleProp
    MathStyleProp.valueOf(String name)
     
    static org.faceless.publisher.type.MathStyleProp[]
    MathStyleProp.values()
     
    Methods in org.faceless.publisher.type that return types with arguments of type org.faceless.publisher.type.MathStyleProp in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.EnumParser<org.faceless.publisher.type.MathStyleProp>
    MathStyleProp.getParser()