Package net.webpdf.wsclient.openapi
Class OperationVisibilityBackgroundBaseSettings
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationVisibilityBackgroundBaseSettings
-
public class OperationVisibilityBackgroundBaseSettings extends Object
Used to define the element's visibility in various use contexts.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ON_PRINTstatic StringJSON_PROPERTY_ON_SCREEN
-
Constructor Summary
Constructors Constructor Description OperationVisibilityBackgroundBaseSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable BooleangetOnPrint()If true, the background will be printed when the document is printed.@Nullable BooleangetOnScreen()If true, the background will be shown when the document is displayed.inthashCode()OperationVisibilityBackgroundBaseSettingsonPrint(Boolean onPrint)OperationVisibilityBackgroundBaseSettingsonScreen(Boolean onScreen)voidsetOnPrint(Boolean onPrint)voidsetOnScreen(Boolean onScreen)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ON_PRINT
public static final String JSON_PROPERTY_ON_PRINT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ON_SCREEN
public static final String JSON_PROPERTY_ON_SCREEN
- See Also:
- Constant Field Values
-
-
Method Detail
-
onPrint
public OperationVisibilityBackgroundBaseSettings onPrint(Boolean onPrint)
-
getOnPrint
@Nullable public @Nullable Boolean getOnPrint()
If true, the background will be printed when the document is printed.- Returns:
- onPrint
-
setOnPrint
public void setOnPrint(Boolean onPrint)
-
onScreen
public OperationVisibilityBackgroundBaseSettings onScreen(Boolean onScreen)
-
getOnScreen
@Nullable public @Nullable Boolean getOnScreen()
If true, the background will be shown when the document is displayed.- Returns:
- onScreen
-
setOnScreen
public void setOnScreen(Boolean onScreen)
-
-