| | AddBefore | |
rtContainer All As rtCollection BeginInsert containsStyle defineLabel defineLabelAsText docLinks As rtEnumeration hasContent hotspots As rtEnumeration ID ParentObject sections As rtEnumeration Style As rtStyle tables As rtEnumeration textRuns As rtEnumeration
| version 1.5
Sub AddBefore (o, obefore) Adds the object "o" in content before object set by "objefore" argument. Equivalent of: Set rtContainerObject.BeginInsert (True) = obefore rtContainerObject.add o | |