Class ConditionalOperators
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.common.function.type4.ConditionalOperators
-
class ConditionalOperators extends java.lang.ObjectProvides the conditional operators such as "if" and "ifelse".
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classConditionalOperators.IfImplements the "if" operator.(package private) static classConditionalOperators.IfElseImplements the "ifelse" operator.
-
Constructor Summary
Constructors Modifier Constructor Description privateConditionalOperators()
-