Interface IDisplayIfProcessor

All Known Implementing Classes:
DisplayIfProcessor

public interface IDisplayIfProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    May be called to delete the commented paragraph or not, depending on the given boolean condition.
    void
    May be called to delete the table surrounding the commented paragraph, depending on the given boolean condition.
    void
    May be called to delete the table surrounding the commented paragraph, depending on the given boolean condition.
  • Method Details

    • displayParagraphIf

      void displayParagraphIf(Boolean condition)
      May be called to delete the commented paragraph or not, depending on the given boolean condition.
      Parameters:
      condition - if true, the commented paragraph will remain in the document. If false, the commented paragraph will be deleted at stamping.
    • displayTableRowIf

      void displayTableRowIf(Boolean condition)
      May be called to delete the table surrounding the commented paragraph, depending on the given boolean condition.
      Parameters:
      condition - if true, the table row surrounding the commented paragraph will remain in the document. If false, the table row will be deleted at stamping.
    • displayTableIf

      void displayTableIf(Boolean condition)
      May be called to delete the table surrounding the commented paragraph, depending on the given boolean condition.
      Parameters:
      condition - if true, the table surrounding the commented paragraph will remain in the document. If false, the table will be deleted at stamping.