Uses of Class
org.faceless.publisher.type.Flow

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

    Fields in org.faceless.publisher.type declared as org.faceless.publisher.type.Flow in in
    Modifier and Type
    Field
    Description
    static final org.faceless.publisher.type.Flow
    Flow.NONE
     
    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.Flow in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.Flow
    CSSStyle.getFlowFrom()
    Returns the value of the flow-from CSS property, or null if this property is set to "none".
    org.faceless.publisher.type.Flow
    FilterCSSStyle.getFlowFrom()
     
    org.faceless.publisher.type.Flow
    CSSStyle.getFlowInto()
    Returns the value of the flow-into CSS property, or null if this property is set to "none".
    org.faceless.publisher.type.Flow
    FilterCSSStyle.getFlowInto()