public interface IDisplayIfProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
displayParagraphIf(Boolean condition)
May be called to delete the commented paragraph or not, depending on the given boolean condition.
|
void |
displayTableIf(Boolean condition)
May be called to delete the table surrounding the commented paragraph, depending on the given boolean condition.
|
void |
displayTableRowIf(Boolean condition)
May be called to delete the table surrounding the commented paragraph, depending on the given boolean condition.
|
void displayParagraphIf(Boolean condition)
condition - if true, the commented paragraph will remain in the document. If false, the commented paragraph
will be deleted at stamping.void displayTableRowIf(Boolean condition)
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.void displayTableIf(Boolean condition)
condition - if true, the table surrounding the commented paragraph will remain in the document. If false, the table
will be deleted at stamping.Copyright © 2017. All rights reserved.