Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IConnectorFormat Interface
Methods

In This Topic
    IConnectorFormat Interface Members
    In This Topic

    The following tables list the members exposed by IConnectorFormat.

    Public Methods
     NameDescription
     MethodAttaches the beginning of the specified connector to a specified shape.  
     MethodDetaches the beginning of the specified connector from the shape it¡¯s attached to.  
     MethodAttaches the end of the specified connector to a specified shape.  
     MethodDetaches the end of the specified connector from the shape it¡¯s attached to.  
     MethodGets whether the connector is connected to a shape (True if the beginning of the specified connector is connected to a shape).  
     MethodReturns the IShape object that represents the shape that thebeginning of the specified connector is attached to.  
     MethodReturns an integer that specifies the connection site that the end of a connector is connected to.  
     MethodGets whether the end of the connector is connected to a shape (True if the end of the specified connector is connected to a shape).  
     MethodReturns the IShape object that represents the shape that the end ofthe specified connector is attached to.  
     MethodReturns an integer that specifies the connection site that the end of a connector is connected to.  
     MethodGets the connector format type.  
     MethodSets the connector format type.  
    Top
    See Also