Constant | Value | Description |
---|---|---|
ctError | 0 | This is for internal purposes and will only be returned when the openXML method returned an error |
ctPCdata | 1 | Parsed Character data, this is returned as a string |
ctElement | 2 | Element data, another element is contained within this one. |
ctEntity | 3 | An entity, this is returned as a string |
ctCdata | 4 | Character data, this is returned as a string |