The range class is the heart of table scripting support in Keynote. This class contains the essential style and format properties inherited and shared by cells, rows, and columns. What that means is that a script can use any of the range properties listed below when it targets a cell or a row or a column.
rangen : A range of cells in a table
elements
contains cells, columns, rows; contained by tables.
properties
alignment ( auto align/center/justify/left/right ) : The horizontal alignment of content in the range’s cells.
background color ( color ) : The background color of the range’s cells. Expressed as a list of RGB (Red, Green, Blue) values, from 0 to 65535. For example, the color red is: {65535, 0, 0}
font name ( text ) : The font of the range’s cells. Can be the PostScript name (TimesNewRomanPS-ItalicMT), or the full name (Times New Roman Italic). TIP: Use the Font Book application to get the information about a typeface.
font size ( real ) : The font size (in points) of the range’s cells. ex: 12.5
format ( automatic/checkbox/currency/date and time/fraction/number/percent/pop up menu/scientific/slider/stepper/text/duration/rating/numeral system ) : The cell format of the range’s cells. Default format is automatic.
name ( text, r/o ) : The range’s coordinates. A text string expressed as colon-delimited cell IDs. ex: "A2:F6"
text color ( color ) : The text color of the range’s cells. Expressed as a list of RGB (Red, Green, Blue) values, from 0 to 65535. For example, the color yellow is: {65535, 65535, 0}
text wrap ( boolean ) : Whether text should wrap in the range’s cells.
vertical alignment ( bottom/center/top ) : The vertical alignment of content in the range’s cells.
Mention of third-party websites and products is for informational purposes only and constitutes neither an endorsement nor a recommendation. MACOSXAUTOMATION.COM assumes no responsibility with regard to the selection, performance or use of information or products found at third-party websites. MACOSXAUTOMATION.COM provides this only as a convenience to our users. MACOSXAUTOMATION.COM has not tested the information found on these sites and makes no representations regarding its accuracy or reliability. There are risks inherent in the use of any information or products found on the Internet, and MACOSXAUTOMATION.COM assumes no responsibility in this regard. Please understand that a third-party site is independent from MACOSXAUTOMATION.COM and that MACOSXAUTOMATION.COM has no control over the content on that website. Please contact the vendor for additional information.