[]
        
(Showing Draft Content)

CornerFold

Class CornerFold

java.lang.Object
com.grapecity.documents.excel.CornerFold
All Implemented Interfaces:
ICornerFold

public class CornerFold extends Object implements ICornerFold
Indicates the corner fold of cell decoration.
  • Constructor Details

    • CornerFold

      public CornerFold(Color color, EnumSet<CornerPosition> position, int size)
      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