Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NTableCellPort Class


In This Topic
    NTableCellPort Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyGets or sets whether the port is attached to the cell top or bottom side  
    Public PropertyGets or sets the mode in which the port direction angle is determined. By default set to custom. (Inherited from Nevron.Nov.Diagram.NPort)
    Public PropertyDetermines the x-component for the required alignment vector of a matching port (Inherited from Nevron.Nov.Diagram.NPort)
    Public PropertyDetermines the y-component for the required alignment vector of a matching port (Inherited from Nevron.Nov.Diagram.NPort)
    Public PropertyGets or sets the port flow mode, which defines the way in which this port can glue to other shapes ports and whether other shapes begin or end points are allowed to glue to this port. By default set to ENPortFlowMode.InputOutput. (Inherited from Nevron.Nov.Diagram.NPort)
    Public PropertyGets or sets the point glue that glues the point X and Y and other properties. Use the Glue() methods for an easier way to work with glue. (Inherited from Nevron.Nov.Diagram.NShapePoint<NPortGlue>)
    Public PropertyGets or sets the port glue mode, which defines the way in which this port can glue to other shapes ports and whether other shapes end-points are allowed to glue to this port. By default set to ENPortGlueMode.Inward. (Inherited from Nevron.Nov.Diagram.NPort)
    Public PropertyGets the document effective history service that this node uses to record history (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Public PropertyGets the id of the element, which uniquely identifies the element inside the owner document. It is automatically assigned when the element is registered in a document and is also automatically set to -1 when the element is unregistered from the document. You can manually assign the next document Id to the element, before it is added to a specific document, by using AssingNextId method. (Inherited from Nevron.Nov.Dom.NElement)
    Public PropertyGets whether the glue mode is either Input or InputOutput. (Inherited from Nevron.Nov.Diagram.NPort)
    Public PropertyGets whether the glue mode is either Inward or InwardOutward. (Inherited from Nevron.Nov.Diagram.NPort)
    Public PropertyGets whether the flow mode is either Output or InputOutput. (Inherited from Nevron.Nov.Diagram.NPort)
    Public PropertyGets whether the glue mode is either Outward or InwardOutward. (Inherited from Nevron.Nov.Diagram.NPort)
    Public PropertyGets or sets the name of the port (Inherited from Nevron.Nov.Diagram.NPort)
    Public PropertyGets a reference to the document owning the node. Returns null if the node is not residing in a document. (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Public PropertyGets the shape, to which this shape part belongs (Inherited from Nevron.Nov.Diagram.NShapePart)
    Public PropertyGets the parent node in the node hierarchy. (Inherited from Nevron.Nov.Dom.NNode)
    Public PropertyGets or sets whether the port coordinates are expressed in absolute or relative values. By default set to false, meaning that port coordinates are in absolute shape coordinates. (Inherited from Nevron.Nov.Diagram.NPort)
    Public PropertyGets the root node in the node hierarchy. (Inherited from Nevron.Nov.Dom.NNode)
    Public PropertyGets the node schema. (Inherited from Nevron.Nov.Dom.NNode)
    Public PropertyGets the table cell of this port  
    Public PropertyGets/Sets the value of the table cell this port is attached to  
    Public PropertyGets or sets the node tag, that can be any DOM compliant object. This property is not used by the node itself and is intended to provide users with the ability to attach custom data to the node. Attaching custom data to any node can also be achieved with the help of extendeded properties. (Inherited from Nevron.Nov.Dom.NNode)
    Public PropertyGets or sets the User Class to which the element belongs. This property is usually assigned by the user and is used to group related elements. An element can belong to more than one user classes that should be separated by the ' '(space) character. For example: element.UserClass = "MyClass1 MyClass2" specifies that element belongs to both MyClass1 and MayClass2 classes. The NUserClassCondtion styling condition lets you select elements of a specific user class. (Inherited from Nevron.Nov.Dom.NElement)
    Public PropertyGets or sets the User Id associated to this element. This property is usually assigned by the user and is used to identify specific elements in the document. Unlike the Id property, the value of this property is not guaranteed to be unique in the document. The NUserIdCondition styling condition lets you select elements with a specific User Id. (Inherited from Nevron.Nov.Dom.NElement)
    Public PropertyGets or sets the point X coordinate (Inherited from Nevron.Nov.Diagram.NShapePoint<NPortGlue>)
    Public PropertyGets or sets the point Y coordinate (Inherited from Nevron.Nov.Diagram.NShapePoint<NPortGlue>)
    Top
    Protected Properties
     NameDescription
    Internal PropertyOverridden.   
    Internal PropertyOverridden.   
    Internal PropertyOverridden.   
    Top
    See Also