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

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

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






ConditionalFormatRule (Google Sheets API v4-rev20240319-2.0.0)












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

Class ConditionalFormatRule

    • Constructor Detail

      • ConditionalFormatRule

        public ConditionalFormatRule()
    • Method Detail

      • getBooleanRule

        public BooleanRule getBooleanRule()
        The formatting is either "on" or "off" according to the rule.
        Returns:
        value or null for none
      • setBooleanRule

        public ConditionalFormatRule setBooleanRule(BooleanRule booleanRule)
        The formatting is either "on" or "off" according to the rule.
        Parameters:
        booleanRule - booleanRule or null for none
      • getGradientRule

        public GradientRule getGradientRule()
        The formatting will vary based on the gradients in the rule.
        Returns:
        value or null for none
      • setGradientRule

        public ConditionalFormatRule setGradientRule(GradientRule gradientRule)
        The formatting will vary based on the gradients in the rule.
        Parameters:
        gradientRule - gradientRule or null for none
      • getRanges

        public List<GridRange> getRanges()
        The ranges that are formatted if the condition is true. All the ranges must be on the same grid.
        Returns:
        value or null for none
      • setRanges

        public ConditionalFormatRule setRanges(List<GridRange> ranges)
        The ranges that are formatted if the condition is true. All the ranges must be on the same grid.
        Parameters:
        ranges - ranges or null for none
      • clone

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