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

In This Topic
    IConnectorFormat Interface Methods
    In This Topic

    For a list of all members of this type, see IConnectorFormat members.

    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