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

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

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






ChartCustomNumberFormatOptions (Google Sheets API v4-rev20240319-2.0.0)












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

Class ChartCustomNumberFormatOptions

    • Constructor Detail

      • ChartCustomNumberFormatOptions

        public ChartCustomNumberFormatOptions()
    • Method Detail

      • getPrefix

        public String getPrefix()
        Custom prefix to be prepended to the chart attribute. This field is optional.
        Returns:
        value or null for none
      • setPrefix

        public ChartCustomNumberFormatOptions setPrefix(String prefix)
        Custom prefix to be prepended to the chart attribute. This field is optional.
        Parameters:
        prefix - prefix or null for none
      • getSuffix

        public String getSuffix()
        Custom suffix to be appended to the chart attribute. This field is optional.
        Returns:
        value or null for none
      • setSuffix

        public ChartCustomNumberFormatOptions setSuffix(String suffix)
        Custom suffix to be appended to the chart attribute. This field is optional.
        Parameters:
        suffix - suffix or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy