PrintOMatic Message List

This is the full list of commands supported by the PrintOMatic Xtra:

-- CREATE/DESTROY/RESET A DOCUMENT
new object
forget object
reset object
--
-- DOCUMENT/JOB SETUP
doPageSetup object
doJobSetup object
--
-- DOCUMENT ATTRIBUTES
setDocumentName object, string name
setLandscapeMode object, boolean landscape
getLandscapeMode object
setMargins object, rect margins
getMargins object
setPrintableMargins object
getPageWidth object
getPageHeight object
getPaperWidth object
getPaperHeight object
--
-- CREATE/SET PAGES
newPage object -- returns page number
setPage object, int pageNumber
--
-- TEXT/GRAPHIC ATTRIBUTES
setTextFont object, string fontName
setTextSize object, int pointSize
setTextStyle object, string styleCodes
setTextJust object, string justification
setTextLineSpacing object, int spacing
setColor object, int red, int green, int blue
setGray object, int graylevel
setLineWeight object, int pointSize
--
-- GRAPHIC ELEMENTS
drawRect object, rect bounds, boolean filled
drawLine object, point start, point end
drawRoundRect object, rect bounds, int cornerRadius, boolean filled
drawOval object, rect bounds, boolean filled
drawText object, string text, point location
drawPicture object, *
drawStagePicture object, *
--
-- CREATE FRAMES AND APPEND CONTENTS
newFrame object, rect bounds, boolean linkedToPrevious
append object, * any
appendFile object, * fileName
getInsertionPoint object
pageBreak object
--
-- CUSTOMIZE THE PROGRESS BOX
setProgressMsg object, string message
setProgressPict object, * pictCastMember
setProgressLoc object, point location
clearProgressLoc object
--
-- PRINT OR PREVIEW
* printPreview *
* print *
* printStage *
--
-- MISCELLANEOUS
hideMessages object, boolean hide
setPageNumSymbol object, string symbol
+ getVersion object
+ register object, string serialNumber
+ setLowMemLimits object, globalHeap, localHeap
--
-- MACINTOSH-ONLY ROUTINES
* printToPictFiles *
draw1bitStagePicture object, *
loadPageSetup object, string fileName, int resourceID
savePageSetup object, string fileName, string fileType, string fileCreator, int resourceID