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

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

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.DisplayProp in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.DisplayProp
    DisplayProp.blockify()
    Convert the outer display type to "block" Defined in css-display-3
    org.faceless.publisher.type.DisplayProp
    DisplayProp.flowRootify()
     
    org.faceless.publisher.type.DisplayProp
    CSSStyle.getDisplay()
    Returns the value of the display property.
    org.faceless.publisher.type.DisplayProp
    FilterCSSStyle.getDisplay()
     
    org.faceless.publisher.type.DisplayProp
    DisplayProp.inlinify()
    Convert the outer display type to "inline" Defined in css-display-3
    org.faceless.publisher.type.DisplayProp
    DisplayProp.mathify()
     
    static org.faceless.publisher.type.DisplayProp
    DisplayProp.valueOf(String name)
     
    static org.faceless.publisher.type.DisplayProp[]
    DisplayProp.values()
     
    Methods in org.faceless.publisher.type that return types with arguments of type org.faceless.publisher.type.DisplayProp in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.EnumParser<org.faceless.publisher.type.DisplayProp>
    DisplayProp.getParser()