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

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

    Fields in org.faceless.publisher.type declared as org.faceless.publisher.type.TargetTextScope in in
    Modifier and Type
    Field
    Description
    final org.faceless.publisher.type.TargetTextScope
    Content.TargetText.scope
     
    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.TargetTextScope in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.TargetTextScope
    Content.TargetText.getScope()
     
    static org.faceless.publisher.type.TargetTextScope
    TargetTextScope.valueOf(String name)
     
    static org.faceless.publisher.type.TargetTextScope[]
    TargetTextScope.values()
     
    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.TargetTextScope in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.type.PendingText
    RegistryState.getText(org.faceless.publisher.type.TargetTextScope scope)
    Return the text from the specifiec pseudo-element of this element, if applicable, or null otherwise
    org.faceless.publisher.type.PendingText
    PendingTextBuilder.getView(org.faceless.publisher.type.TargetTextScope scope)
    Return a CharSequence which is a live view on this object, but covers only the specified scope.
    Constructors in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.TargetTextScope in in
    Modifier
    Constructor
    Description
     
    TargetText(String target, org.faceless.publisher.type.TargetTextScope scope)