Class OperationOptionsFont


  • public class OperationOptionsFont
    extends Object
    Used to specify the font and formatting for the header and footer.
    • Constructor Detail

      • OperationOptionsFont

        public OperationOptionsFont()
    • Method Detail

      • getColor

        @Nullable
        public @Nullable String getColor()
        Used to set the colour for the text output. The colour needs to be specified as a hexadecimal RGB value with a number sign before it.
        Returns:
        color
      • setColor

        public void setColor​(String color)
      • getName

        @Nullable
        public @Nullable String getName()
        Used to specify the name of the font that should be used for the text output. If a font is not specified, \"Helvetica\" will be used.
        Returns:
        name
      • setName

        public void setName​(String name)
      • getSize

        @Nullable
        public @Nullable Integer getSize()
        Used to set the text size for the text output. minimum: 1 maximum: 1296
        Returns:
        size
      • setSize

        public void setSize​(Integer size)
      • getUnderline

        @Nullable
        public @Nullable Boolean getUnderline()
        If true, the text in the header and footer will be underlined.
        Returns:
        underline
      • setUnderline

        public void setUnderline​(Boolean underline)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object