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

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

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.WrapProp in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.WrapProp
    CSSStyle.getWrapAfter()
    Returns the value of wrap-after see https://drafts.csswg.org/css-text-4/#wrap-after
    org.faceless.publisher.type.WrapProp
    FilterCSSStyle.getWrapAfter()
     
    org.faceless.publisher.type.WrapProp
    CSSStyle.getWrapBefore()
    Returns the value of wrap-before see https://drafts.csswg.org/css-text-4/#wrap-before
    org.faceless.publisher.type.WrapProp
    FilterCSSStyle.getWrapBefore()
     
    org.faceless.publisher.type.WrapProp
    CSSStyle.getWrapInside()
    Returns the value of wrap-inside see https://drafts.csswg.org/css-text-4/#wrap-inside
    org.faceless.publisher.type.WrapProp
    FilterCSSStyle.getWrapInside()
     
    static org.faceless.publisher.type.WrapProp
    WrapProp.valueOf(String name)
     
    static org.faceless.publisher.type.WrapProp[]
    WrapProp.values()
     
    Methods in org.faceless.publisher.type that return types with arguments of type org.faceless.publisher.type.WrapProp in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.EnumParser<org.faceless.publisher.type.WrapProp>
    WrapProp.getParser()