Module pro.verron.officestamper
Package pro.verron.officestamper.preset
Interface CommentProcessorFactory.IDisplayIfProcessor
- Enclosing class:
CommentProcessorFactory
public static interface CommentProcessorFactory.IDisplayIfProcessor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
displayDocPartIf
(Boolean condition) void
displayDocPartIfAbsent
(Object condition) void
displayDocPartIfPresent
(Object condition) void
displayParagraphIf
(Boolean condition) void
displayParagraphIfAbsent
(Object condition) void
displayParagraphIfPresent
(Object condition) void
displayTableIf
(Boolean condition) void
displayTableIfAbsent
(Object condition) void
displayTableIfPresent
(Object condition) void
displayTableRowIf
(Boolean condition) void
displayTableRowIfAbsent
(Object condition) void
displayTableRowIfPresent
(Object condition) void
displayWordsIf
(Boolean condition) void
displayWordsIfAbsent
(Object condition) void
displayWordsIfPresent
(Object condition)
-
Method Details
-
displayParagraphIfAbsent
-
displayParagraphIf
-
displayParagraphIfPresent
-
displayTableRowIf
-
displayTableRowIfPresent
-
displayTableRowIfAbsent
-
displayTableIf
-
displayTableIfPresent
-
displayTableIfAbsent
-
displayWordsIf
-
displayWordsIfPresent
-
displayWordsIfAbsent
-
displayDocPartIf
-
displayDocPartIfPresent
-
displayDocPartIfAbsent
-