Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
ConditionalFormatRule |
ConditionalFormatRule.clone() |
ConditionalFormatRule |
UpdateConditionalFormatRuleResponse.getNewRule()
The new rule that replaced the old rule (if replacing), or the rule that was moved (if moved)
|
ConditionalFormatRule |
UpdateConditionalFormatRuleResponse.getOldRule()
The old (deleted) rule.
|
ConditionalFormatRule |
UpdateConditionalFormatRuleRequest.getRule()
The rule that should replace the rule at the given index.
|
ConditionalFormatRule |
DeleteConditionalFormatRuleResponse.getRule()
The rule that was deleted.
|
ConditionalFormatRule |
AddConditionalFormatRuleRequest.getRule()
The rule to add.
|
ConditionalFormatRule |
ConditionalFormatRule.set(String fieldName,
Object value) |
ConditionalFormatRule |
ConditionalFormatRule.setBooleanRule(BooleanRule booleanRule)
The formatting is either "on" or "off" according to the rule.
|
ConditionalFormatRule |
ConditionalFormatRule.setGradientRule(GradientRule gradientRule)
The formatting will vary based on the gradients in the rule.
|
ConditionalFormatRule |
ConditionalFormatRule.setRanges(List<GridRange> ranges)
The ranges that are formatted if the condition is true.
|
Modifier and Type | Method and Description |
---|---|
List<ConditionalFormatRule> |
Sheet.getConditionalFormats()
The conditional format rules in this sheet.
|
Modifier and Type | Method and Description |
---|---|
UpdateConditionalFormatRuleResponse |
UpdateConditionalFormatRuleResponse.setNewRule(ConditionalFormatRule newRule)
The new rule that replaced the old rule (if replacing), or the rule that was moved (if moved)
|
UpdateConditionalFormatRuleResponse |
UpdateConditionalFormatRuleResponse.setOldRule(ConditionalFormatRule oldRule)
The old (deleted) rule.
|
UpdateConditionalFormatRuleRequest |
UpdateConditionalFormatRuleRequest.setRule(ConditionalFormatRule rule)
The rule that should replace the rule at the given index.
|
DeleteConditionalFormatRuleResponse |
DeleteConditionalFormatRuleResponse.setRule(ConditionalFormatRule rule)
The rule that was deleted.
|
AddConditionalFormatRuleRequest |
AddConditionalFormatRuleRequest.setRule(ConditionalFormatRule rule)
The rule to add.
|
Modifier and Type | Method and Description |
---|---|
Sheet |
Sheet.setConditionalFormats(List<ConditionalFormatRule> conditionalFormats)
The conditional format rules in this sheet.
|
Copyright © 2011–2024 Google. All rights reserved.