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

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

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.BreakProp in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.BreakProp
    BreakProp.combineColumn(org.faceless.publisher.type.BreakProp before, org.faceless.publisher.type.BreakProp after)
     
    static org.faceless.publisher.type.BreakProp
    BreakProp.combineFlex(org.faceless.publisher.type.BreakProp before, org.faceless.publisher.type.BreakProp after)
     
    static org.faceless.publisher.type.BreakProp
    BreakProp.combinePage(org.faceless.publisher.type.BreakProp before, org.faceless.publisher.type.BreakProp after)
    Given a before-break and after-break values, return the used value
    org.faceless.publisher.type.BreakProp
    CSSStyle.getBreakAfter()
    Returns the value of the page-break-after property.
    org.faceless.publisher.type.BreakProp
    FilterCSSStyle.getBreakAfter()
     
    org.faceless.publisher.type.BreakProp
    CSSStyle.getBreakBefore()
    Returns the value of the page-break-before property.
    org.faceless.publisher.type.BreakProp
    FilterCSSStyle.getBreakBefore()
     
    org.faceless.publisher.type.BreakProp
    CSSStyle.getBreakInside()
    Returns the value of the page-break-inside property.
    org.faceless.publisher.type.BreakProp
    FilterCSSStyle.getBreakInside()
     
    static org.faceless.publisher.type.BreakProp
    BreakProp.valueOf(String name)
     
    static org.faceless.publisher.type.BreakProp[]
    BreakProp.values()
     
    Methods in org.faceless.publisher.type that return types with arguments of type org.faceless.publisher.type.BreakProp in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.EnumParser<org.faceless.publisher.type.BreakProp>
    BreakProp.getParser()
     
    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.BreakProp in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.BreakProp
    BreakProp.combineColumn(org.faceless.publisher.type.BreakProp before, org.faceless.publisher.type.BreakProp after)
     
    static org.faceless.publisher.type.BreakProp
    BreakProp.combineFlex(org.faceless.publisher.type.BreakProp before, org.faceless.publisher.type.BreakProp after)
     
    static org.faceless.publisher.type.BreakProp
    BreakProp.combinePage(org.faceless.publisher.type.BreakProp before, org.faceless.publisher.type.BreakProp after)
    Given a before-break and after-break values, return the used value