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

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

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.TextOrientationProp in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.TextOrientationProp
    CSSStyle.getTextOrientation()
     
    org.faceless.publisher.type.TextOrientationProp
    FilterCSSStyle.getTextOrientation()
     
    static org.faceless.publisher.type.TextOrientationProp
    TextOrientationProp.valueOf(String name)
     
    static org.faceless.publisher.type.TextOrientationProp[]
    TextOrientationProp.values()
     
    Methods in org.faceless.publisher.type that return types with arguments of type org.faceless.publisher.type.TextOrientationProp in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.EnumParser<org.faceless.publisher.type.TextOrientationProp>
    TextOrientationProp.getParser()