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

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

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.TextJustifyProp in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.TextJustifyProp
    CSSStyle.getTextJustify()
    Returns the value of the text-justify property.
    org.faceless.publisher.type.TextJustifyProp
    FilterCSSStyle.getTextJustify()
     
    static org.faceless.publisher.type.TextJustifyProp
    TextJustifyProp.resolveAuto(Language language)
    Given the specified language, determine the most appropriate value to use instead of "auto"
    static org.faceless.publisher.type.TextJustifyProp
    TextJustifyProp.valueOf(String name)
     
    static org.faceless.publisher.type.TextJustifyProp[]
    TextJustifyProp.values()
     
    Methods in org.faceless.publisher.type that return types with arguments of type org.faceless.publisher.type.TextJustifyProp in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.EnumParser<org.faceless.publisher.type.TextJustifyProp>
    TextJustifyProp.getParser()