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

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

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