Content Location
Represents a location within a ReaderPublication and methods to extract information related to that location.
Functions
If this ContentLocation represents a range, it creates a new ContentLocation by collapsing the locator to its end position. If this ContentLocation does not represent a range, it creates a new ContentLocation with the locator untouched.
If this ContentLocation represents a range, it creates a new ContentLocation by collapsing the locator to its start position. If this ContentLocation does not represent a range, it creates a new ContentLocation with the locator untouched.
Check if the passed locator is equal to this one, or is contained inside this ContentLocation.
Creates a new ContentLocation representing the range from the start of this instance to the end of endLocation.
Check if this ContentLocation target exactly the same content as the passed locator.
Fetches a collection of navigation item references related with this content location.
Fetch the ReaderDocuments that this ContentLocation targets.
Check if this ContentLocation intersects with another locator.
Check if this ContentLocation is strictly after the passed locator. Returns false if the locations are intersecting.
Check if this ContentLocation is strictly before the passed locator. Returns false if the locations are intersecting.