|
range()Read-only object containing the physical coordinates of the region. Related Object: Region.range()For a Text file, the range() method contains the physical coordinates of the region: x1 (left), y1 (top), x2 (width), y2 (height), expressed in characters. For a PDF file, the range() method contains the physical coordinates of the region: x1 (left), y1 (top), x2 (width), y2 (height), expressed in millimeters. For a CSV file, the range() method contains the name of the column that defines the region. Examples |
|