Interface CommentProcessorFactory.IDisplayIfProcessor

Enclosing class:
CommentProcessorFactory

public static interface CommentProcessorFactory.IDisplayIfProcessor
  • Method Details

    • displayParagraphIfAbsent

      void displayParagraphIfAbsent(@Nullable Object condition)
    • displayParagraphIf

      void displayParagraphIf(@Nullable Boolean condition)
    • displayParagraphIfPresent

      void displayParagraphIfPresent(@Nullable Object condition)
    • displayTableRowIf

      void displayTableRowIf(@Nullable Boolean condition)
    • displayTableRowIfPresent

      void displayTableRowIfPresent(@Nullable Object condition)
    • displayTableRowIfAbsent

      void displayTableRowIfAbsent(@Nullable Object condition)
    • displayTableIf

      void displayTableIf(@Nullable Boolean condition)
    • displayTableIfPresent

      void displayTableIfPresent(@Nullable Object condition)
    • displayTableIfAbsent

      void displayTableIfAbsent(@Nullable Object condition)
    • displayWordsIf

      void displayWordsIf(@Nullable Boolean condition)
    • displayWordsIfPresent

      void displayWordsIfPresent(@Nullable Object condition)
    • displayWordsIfAbsent

      void displayWordsIfAbsent(@Nullable Object condition)
    • displayDocPartIf

      void displayDocPartIf(@Nullable Boolean condition)
    • displayDocPartIfPresent

      void displayDocPartIfPresent(@Nullable Object condition)
    • displayDocPartIfAbsent

      void displayDocPartIfAbsent(@Nullable Object condition)