Package com.grapecity.documents.excel
Interface ICornerFold
- All Known Implementing Classes:
CornerFold
public interface ICornerFold
Indicates the corner fold of cell decoration.
-
Method Details
-
getColor
Color getColor()Gets the color of the corner fold. -
getPosition
EnumSet<CornerPosition> getPosition()Gets the position of the corner fold. -
getSize
int getSize()Gets the size of the corner fold in pixels.
-