2.3.2.8 dgmNodeKind
The dgmNodeKind property specifies a diagram node type for the shape.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
opid |
dgmNodeKind |
||||||||||||||||||||||||||||||
... |
opid (2 bytes): An OfficeArtFOPTEOPID record, as defined in section 2.2.8, that specifies the header for this property. The following table specifies the subfields.
-
Field
Meaning
opid.opid
A value that MUST be 0x030A.
opid.fBid
A value that MUST be 0x0.
opid.fComplex
A value that MUST be 0x0.
dgmNodeKind (4 bytes): An integer specifying the type of node that the shape represents in a diagram. This property SHOULD be ignored if the shape is not a node in a diagram. The default value for this property is 0xFFFFFFFF.
-
The following table lists the possible values and shows the nodes that they represent.
Name of node type |
Value |
Description |
---|---|---|
dgmnkNode |
0x00000000 |
A regular diagram node of no particular type: |
dgmnkRoot |
0x00000001 |
The root node in an organizational chart:
|
dgmnkAssistant |
0x00000002 |
An assistant in an organizational chart:
|
dgmnkCoWorker |
0x00000003 |
A coworker in an organizational chart:
|
dgmnkSubordinate |
0x00000004 |
A subordinate in an organizational chart:
|
dgmnkAuxNode |
0x00000005 |
An auxiliary node that displays text associated with another diagram node: |
dgmnkNil |
0x0000FFFF |
A connector node that connects other diagram nodes:
|