Uses of Class
org.xlsx4j.sml.CTFill
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of CTFill in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTFill Modifier and Type Field Description protected CTFillCTDxf. fillFields in org.xlsx4j.sml with type parameters of type CTFill Modifier and Type Field Description protected java.util.List<CTFill>CTFills. fillMethods in org.xlsx4j.sml that return CTFill Modifier and Type Method Description CTFillObjectFactory. createCTFill()Create an instance ofCTFillCTFillCTDxf. getFill()Gets the value of the fill property.Methods in org.xlsx4j.sml that return types with arguments of type CTFill Modifier and Type Method Description java.util.List<CTFill>CTFills. getFill()Gets the value of the fill property.Methods in org.xlsx4j.sml with parameters of type CTFill Modifier and Type Method Description voidCTDxf. setFill(CTFill value)Sets the value of the fill property.