Package net.webpdf.wsclient.openapi
Class OperationHeaderFooterPositions
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationHeaderFooterPositions
-
public class OperationHeaderFooterPositions extends Object
The header/footer consists of three parts (left margin, centre, right margin). This element can be used to define the text contents that should be shown at these positions. The contents can consist of static and dynamic contents. **Important:** Please consult the chapter \"Display Options\" concerning the format of the hereby set contents.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CENTERstatic StringJSON_PROPERTY_LEFTstatic StringJSON_PROPERTY_RIGHT
-
Constructor Summary
Constructors Constructor Description OperationHeaderFooterPositions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationHeaderFooterPositionscenter(String center)booleanequals(Object o)@Nullable StringgetCenter()Used to define the text content of the header/footer in the centre.@Nullable StringgetLeft()Used to define the text content of the header/footer on the left page margin.@Nullable StringgetRight()Used to define the text content of the header/footer on the right page margin.inthashCode()OperationHeaderFooterPositionsleft(String left)OperationHeaderFooterPositionsright(String right)voidsetCenter(String center)voidsetLeft(String left)voidsetRight(String right)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CENTER
public static final String JSON_PROPERTY_CENTER
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LEFT
public static final String JSON_PROPERTY_LEFT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RIGHT
public static final String JSON_PROPERTY_RIGHT
- See Also:
- Constant Field Values
-
-
Method Detail
-
center
public OperationHeaderFooterPositions center(String center)
-
getCenter
@Nullable public @Nullable String getCenter()
Used to define the text content of the header/footer in the centre.- Returns:
- center
-
setCenter
public void setCenter(String center)
-
left
public OperationHeaderFooterPositions left(String left)
-
getLeft
@Nullable public @Nullable String getLeft()
Used to define the text content of the header/footer on the left page margin.- Returns:
- left
-
setLeft
public void setLeft(String left)
-
right
public OperationHeaderFooterPositions right(String right)
-
getRight
@Nullable public @Nullable String getRight()
Used to define the text content of the header/footer on the right page margin.- Returns:
- right
-
setRight
public void setRight(String right)
-
-