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

Packages that use org.faceless.publisher.type.InlineState
Package
Description
Provides the base classes for output from BFO Publisher, extended by type-specific subpackages
Contains utility classes and interfaces which are used across BFO Publisher
  • Uses of org.faceless.publisher.type.InlineState in org.faceless.publisher.output

    Methods in org.faceless.publisher.output with parameters of type org.faceless.publisher.type.InlineState in in
    Modifier and Type
    Method
    Description
    boolean
    GeneralText.getInlineState(org.faceless.publisher.type.InlineState state)
     
    void
    GeneralText.setInlineState(org.faceless.publisher.type.InlineState state, boolean on)
     
  • Uses of org.faceless.publisher.type.InlineState in org.faceless.publisher.type

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.InlineState in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.InlineState
    InlineState.valueOf(String name)
     
    static org.faceless.publisher.type.InlineState[]
    InlineState.values()
     
    Methods in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.InlineState in in
    Modifier and Type
    Method
    Description
    boolean
    ReplacedInline.getInlineState(org.faceless.publisher.type.InlineState state)
     
    void
    ReplacedInline.setInlineState(org.faceless.publisher.type.InlineState state, boolean on)