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

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

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.FloatProp in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.FloatProp
    FloatProp.computedValue(LayoutContext layoutContext)
    Collapse inside/outside to left/right based on the current page
    org.faceless.publisher.type.FloatProp
    CSSStyle.getFloat()
    Returns the value of the float property.
    org.faceless.publisher.type.FloatProp
    FilterCSSStyle.getFloat()
     
    static org.faceless.publisher.type.FloatProp
    FloatProp.valueOf(String name)
     
    static org.faceless.publisher.type.FloatProp[]
    FloatProp.values()
     
    Methods in org.faceless.publisher.type that return types with arguments of type org.faceless.publisher.type.FloatProp in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.EnumParser<org.faceless.publisher.type.FloatProp>
    FloatProp.getParser()