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

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

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






TrimWhitespaceRequest (Google Sheets API v4-rev20240319-2.0.0)












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

Class TrimWhitespaceRequest

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


    public final class TrimWhitespaceRequest
    extends com.google.api.client.json.GenericJson
    Trims the whitespace (such as spaces, tabs, or new lines) in every cell in the specified range. This request removes all whitespace from the start and end of each cell's text, and reduces any subsequence of remaining whitespace characters to a single space. If the resulting trimmed text starts with a '+' or '=' character, the text remains as a string value and isn't interpreted as a formula.

    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

      • TrimWhitespaceRequest

        public TrimWhitespaceRequest()
    • Method Detail

      • getRange

        public GridRange getRange()
        The range whose cells to trim.
        Returns:
        value or null for none
      • clone

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