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

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

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






Borders (Google Sheets API v4-rev20240312-2.0.0)












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

Class Borders

    • Constructor Detail

      • Borders

        public Borders()
    • Method Detail

      • getBottom

        public Border getBottom()
        The bottom border of the cell.
        Returns:
        value or null for none
      • setBottom

        public Borders setBottom(Border bottom)
        The bottom border of the cell.
        Parameters:
        bottom - bottom or null for none
      • getLeft

        public Border getLeft()
        The left border of the cell.
        Returns:
        value or null for none
      • setLeft

        public Borders setLeft(Border left)
        The left border of the cell.
        Parameters:
        left - left or null for none
      • getRight

        public Border getRight()
        The right border of the cell.
        Returns:
        value or null for none
      • setRight

        public Borders setRight(Border right)
        The right border of the cell.
        Parameters:
        right - right or null for none
      • getTop

        public Border getTop()
        The top border of the cell.
        Returns:
        value or null for none
      • setTop

        public Borders setTop(Border top)
        The top border of the cell.
        Parameters:
        top - top or null for none
      • set

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

        public Borders 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