Package com.grapecity.documents.excel
Class CornerFold
java.lang.Object
com.grapecity.documents.excel.CornerFold
- All Implemented Interfaces:
ICornerFold
Indicates the corner fold of cell decoration.
-
Constructor Summary
ConstructorsConstructorDescriptionCornerFold(Color color, EnumSet<CornerPosition> position, int size) Creates a new instance of the CornerFold class. -
Method Summary
-
Constructor Details
-
CornerFold
Creates a new instance of the CornerFold class.- Parameters:
color- The color of the corner fold.position- The position of the corner fold.size- The size of the corner fold in pixels.
-
-
Method Details
-
getColor
Gets the color of the corner fold.- Specified by:
getColorin interfaceICornerFold
-
getPosition
Gets the position of the corner fold.- Specified by:
getPositionin interfaceICornerFold
-
getSize
public int getSize()Gets the size of the corner fold in pixels.- Specified by:
getSizein interfaceICornerFold
-