Uses of Class
org.xlsx4j.sml.CTConditionalFormatting
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
Uses of CTConditionalFormatting in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with type parameters of type CTConditionalFormatting Modifier and Type Field Description protected java.util.List<CTConditionalFormatting>CTWorksheet. conditionalFormattingMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return types with arguments of type CTConditionalFormatting Modifier and Type Method Description java.util.List<CTConditionalFormatting>CTWorksheet. getConditionalFormatting()Gets the value of the conditionalFormatting property. -
Uses of CTConditionalFormatting in org.xlsx4j.sml
Fields in org.xlsx4j.sml with type parameters of type CTConditionalFormatting Modifier and Type Field Description protected java.util.List<CTConditionalFormatting>Macrosheet. conditionalFormattingprotected java.util.List<CTConditionalFormatting>Worksheet. conditionalFormattingMethods in org.xlsx4j.sml that return CTConditionalFormatting Modifier and Type Method Description CTConditionalFormattingObjectFactory. createCTConditionalFormatting()Create an instance ofCTConditionalFormattingMethods in org.xlsx4j.sml that return types with arguments of type CTConditionalFormatting Modifier and Type Method Description java.util.List<CTConditionalFormatting>Macrosheet. getConditionalFormatting()Gets the value of the conditionalFormatting property.java.util.List<CTConditionalFormatting>Worksheet. getConditionalFormatting()Gets the value of the conditionalFormatting property.