Uses of Class
org.xlsx4j.sml.CTBorder
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of CTBorder in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTBorder Modifier and Type Field Description protected CTBorderCTDxf. borderFields in org.xlsx4j.sml with type parameters of type CTBorder Modifier and Type Field Description protected java.util.List<CTBorder>CTBorders. borderMethods in org.xlsx4j.sml that return CTBorder Modifier and Type Method Description CTBorderObjectFactory. createCTBorder()Create an instance ofCTBorderCTBorderCTDxf. getBorder()Gets the value of the border property.Methods in org.xlsx4j.sml that return types with arguments of type CTBorder Modifier and Type Method Description java.util.List<CTBorder>CTBorders. getBorder()Gets the value of the border property.Methods in org.xlsx4j.sml with parameters of type CTBorder Modifier and Type Method Description voidCTDxf. setBorder(CTBorder value)Sets the value of the border property.