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

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

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