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

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

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.HyphensProp in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.HyphensProp
    CSSStyle.getHyphens()
    Returns the value of the hyphens property.
    org.faceless.publisher.type.HyphensProp
    FilterCSSStyle.getHyphens()
     
    static org.faceless.publisher.type.HyphensProp
    HyphensProp.valueOf(String name)
     
    static org.faceless.publisher.type.HyphensProp[]
    HyphensProp.values()
     
    Methods in org.faceless.publisher.type that return types with arguments of type org.faceless.publisher.type.HyphensProp in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.EnumParser<org.faceless.publisher.type.HyphensProp>
    HyphensProp.getParser()