The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
msGetRegionContent method
Returns an array of Range instances corresponding to the content from the region flow that is positioned in the region.
![]() |
Syntax
var retVal = Element.msGetRegionContent();Parameters
- retVal [out, retval]
-
Type: MSRangeCollection
Remarks
Returned ranges are sorted by document position and do not overlap.
If an element is not a region, this method throws a DOMException with the InvalidAccessError error code.
Note Only available to regions that are document elements and not to regions that are pseudo-elements.
See also
Show:
