RMLocation¶
An EPUB 3 Multiple Renditions Rendition Mapping Location.
-
class
yael.rmlocation.RMLocation(internal_path=None, obj=None, string=None)[source]¶ Build an EPUB 3 Multiple Renditions Rendition Mapping Location or parse it from obj or string.
-
add_point(point)[source]¶ Add the given Rendition Mapping Point to this Location.
Parameters: point ( yael.rmpoint.RMPoint) – the location point to be added
-
points¶ The Rendition Mapping Point objects in this Location.
Return type: list of yael.rmpoint.RMPointobjects
-