bleedAreaBottom
|
|
Access
|
read-write
|
Returns
|
fLength
|
bleedAreaLeft
|
|
Access
|
read-write
|
Returns
|
fLength
|
bleedAreaRight
|
|
Access
|
read-write
|
Returns
|
fLength
|
bleedAreaTop
|
|
Access
|
read-write
|
Returns
|
fLength
|
bleedSize
|
|
Access
|
read-write
|
Returns
|
fLength
|
bleedString
|
|
Access
|
read-write
|
Returns
|
String
|
content
|
|
Access
|
read-only
|
Returns
|
fContent
|
cuttingGuideOffset
|
|
Access
|
read-write
|
Returns
|
fLength
|
cuttingGuideSize
|
|
Access
|
read-write
|
Returns
|
fLength
|
debugFlag
|
|
Access
|
read-write
|
Returns
|
int
|
documentSequence
|
|
Access
|
read-write
|
Returns
|
fDocumentSequence
|
errorLogClasses
|
|
Access
|
read-write
|
Returns
|
int
|
errorLogErrors
|
|
Access
|
read-write
|
Returns
|
boolean
|
errorLogOutput
|
|
Access
|
read-write
|
Returns
|
String
|
errorLogOverrides
|
|
Access
|
read-only
|
Returns
|
fStringArray
|
errorLogSeverity
|
|
Access
|
read-write
|
Returns
|
int
|
generatePageChecksums
|
|
Access
|
read-write
|
Returns
|
boolean
|
isActive
|
|
Access
|
read-only
|
Returns
|
boolean
|
isPassStable
|
|
Access
|
read-only
|
Returns
|
boolean
|
isReadOnly
|
|
Access
|
read-only
|
Returns
|
boolean
|
name
|
|
Access
|
read-only
|
Returns
|
String
|
pasteboard
|
|
Access
|
read-write
|
Returns
|
fLayer
|
pasteboardSide
|
|
Access
|
read-write
|
Returns
|
boolean
|
path
|
|
Access
|
read-only
|
Returns
|
fPath
|
preFormatStream
|
|
Access
|
read-write
|
Returns
|
fStream
|
preferences
|
|
Access
|
read-only
|
Returns
|
fTemplatePreferences
|
properties
|
|
Access
|
read-only
|
Returns
|
fDocumentProperty
|
serializer
|
|
Access
|
read-only
|
Returns
|
Object
|
closesave
|
|
Parameters
|
booleansave
If true, the document will be saved before closing, otherwise any recent changes will be abandoned.
|
Returns
|
void. None.
|
formatformat
|
|
Parameters
|
fFormatformat
The settings to use to control formatting. If not provided, the entire document will be formatted with no special processing such as index or anchor controls.
|
Returns
|
void. None.
|
pageLabelLocatelabelneedString
|
|
Parameters
|
Stringlabel
The page label to locate on the previous formatting pass.
booleanneedString
If true, the returned array will contain the contents of fPage.pageString for the pages instead of the absolute page numbers.
|
Returns
|
int[]. An array of all the absolute page numbers that the specified page label was found.
|
printprinter
|
|
Parameters
|
fPrintprinter
The settings to use to control printing.
|
Returns
|
void. None.
|
publishpublish
|
|
Parameters
|
fPublishpublish
The settings to use during formatting and printing.
|
Returns
|
void. None.
|
readonlyreadonly
|
|
Parameters
|
booleanreadonly
If true, makes the template read only, preventing further changes. If false, makes it read write, allowing further changes to be made.
|
Returns
|
void. None.
|
revertforce
|
|
Parameters
|
booleanforce
If true, the template will be reverted regardless of any changes made, otherwise an exception will be thrown.
|
Returns
|
void. None.
|
savefilenameforcecopyLinks
|
|
Parameters
|
fPathfilename
The filename to save the template as. If this parameter is not provided, the existing template path will be used.
booleanforce
If true, any existing file with the same name will be overwritten, otherwise an exception will be thrown.
booleancopyLinks
If true, any files linked to tags will be copied into a directory relative to the template and the link paths will be updated to point to them.
|
Returns
|
void. None.
|