All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.sheets.v4.model.Border.html Maven / Gradle / Ivy

There is a newer version: v4-rev20240514-2.0.0
Show newest version






Border (Google Sheets API v4-rev20240312-2.0.0)












com.google.api.services.sheets.v4.model

Class Border

    • Constructor Detail

      • Border

        public Border()
    • Method Detail

      • getColor

        public Color getColor()
        The color of the border. Deprecated: Use color_style.
        Returns:
        value or null for none
      • setColor

        public Border setColor(Color color)
        The color of the border. Deprecated: Use color_style.
        Parameters:
        color - color or null for none
      • getColorStyle

        public ColorStyle getColorStyle()
        The color of the border. If color is also set, this field takes precedence.
        Returns:
        value or null for none
      • setColorStyle

        public Border setColorStyle(ColorStyle colorStyle)
        The color of the border. If color is also set, this field takes precedence.
        Parameters:
        colorStyle - colorStyle or null for none
      • getStyle

        public String getStyle()
        The style of the border.
        Returns:
        value or null for none
      • setStyle

        public Border setStyle(String style)
        The style of the border.
        Parameters:
        style - style or null for none
      • getWidth

        public Integer getWidth()
        The width of the border, in pixels. Deprecated; the width is determined by the "style" field.
        Returns:
        value or null for none
      • setWidth

        public Border setWidth(Integer width)
        The width of the border, in pixels. Deprecated; the width is determined by the "style" field.
        Parameters:
        width - width or null for none
      • set

        public Border set(String fieldName,
                          Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public Border clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy