Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / CornerFold Class / CornerFold Constructor
The color of the corner fold.
The position of the corner fold.
The size of the corner fold in pixels.
In This Topic
    CornerFold Constructor
    In This Topic
    Creates a new instance of the CornerFold class.
    Syntax
    public CornerFold( 
       Color color,
       java.util.EnumSet<CornerPosition> position,
       int size
    )

    Parameters

    color
    The color of the corner fold.
    position
    The position of the corner fold.
    size
    The size of the corner fold in pixels.
    See Also