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

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

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