| | ||
version 1.5
Function Collection (objType As Long) As rtCollection Returns a collection of particular object type form the content of this object. Equivalent to: thisObject.Content.Collection objType Available parameters: PARSE_GROUP_GRAPHIC - rtGraphic and rtHRule PARSE_GROUP_HOTSPOT - rtHotspot, rtHotLink, rtButton, rtPopup, rtSection PARSE_GROUP_TEXT - rTextRun and rtLabels defined as text PARSE_GROUP_LABEL - rtLabel PARSE_GROUP_SECTION - rtSection PARSE_GROUP_LINKS - rtNoteLink
| ||