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

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

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






Padding (Google Sheets API v4-rev20230526-2.0.0)












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

Class Padding

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>


    public final class Padding
    extends com.google.api.client.json.GenericJson
    The amount of padding around the cell, in pixels. When updating padding, every field must be specified.

    This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Sheets API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json

    Author:
    Google, Inc.
    • Constructor Detail

      • Padding

        public Padding()
    • Method Detail

      • getBottom

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

        public Padding setBottom(Integer bottom)
        The bottom padding of the cell.
        Parameters:
        bottom - bottom or null for none
      • getLeft

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

        public Padding setLeft(Integer left)
        The left padding of the cell.
        Parameters:
        left - left or null for none
      • getRight

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

        public Padding setRight(Integer right)
        The right padding of the cell.
        Parameters:
        right - right or null for none
      • getTop

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

        public Padding setTop(Integer top)
        The top padding of the cell.
        Parameters:
        top - top or null for none
      • set

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

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

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy