|
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
|
|
editBarStream
|
|
|
Access
|
read-write
|
|
Returns
|
fStream
|
|
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
|
|
events
|
|
|
Access
|
read-only
|
|
Returns
|
fTemplateEvents
|
|
generatePageChecksums
|
|
|
Access
|
read-write
|
|
Returns
|
boolean
|
|
insertMarkupDefinitions
|
|
|
Access
|
read-write
|
|
Returns
|
fInsertMarkupItem[]
|
|
isActive
|
|
|
Access
|
read-only
|
|
Returns
|
boolean
|
|
isPassStable
|
|
|
Access
|
read-only
|
|
Returns
|
boolean
|
|
isReadOnly
|
|
|
Access
|
read-only
|
|
Returns
|
boolean
|
|
leftBar
|
|
|
Access
|
read-only
|
|
Returns
|
fLeftBar
|
|
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
|
|
zipArea
|
|
|
Access
|
read-only
|
|
Returns
|
String
|
|
close save
|
|
|
Parameters
|
boolean save
If true, the document will be saved before closing, otherwise any recent changes will be abandoned.
|
|
Returns
|
void. None.
|
|
format format
|
|
|
Parameters
|
fFormat format
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.
|
|
pageLabelLocate label needString
|
|
|
Parameters
|
String label
The page label to locate on the previous formatting pass.
boolean needString
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.
|
|
print printer
|
|
|
Parameters
|
fPrint printer
The settings to use to control printing.
|
|
Returns
|
void. None.
|
|
publish publish
|
|
|
Parameters
|
fPublish publish
The settings to use during formatting and printing.
|
|
Returns
|
void. None.
|
|
readonly readonly
|
|
|
Parameters
|
boolean readonly
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.
|
|
revert force
|
|
|
Parameters
|
boolean force
If true, the template will be reverted regardless of any changes made, otherwise an exception will be thrown.
|
|
Returns
|
void. None.
|
|
save filename force copyLinks
|
|
|
Parameters
|
fPath filename
The filename to save the template as. If this parameter is not provided, the existing template path will be used.
boolean force
If true, any existing file with the same name will be overwritten, otherwise an exception will be thrown.
boolean copyLinks
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.
|
|
saveFolder folder
|
|
|
Parameters
|
fPath folder
The folder to save the template as.
|
|
Returns
|
void. None.
|
|
saveLE filename force copyLinks
|
|
|
Parameters
|
fPath filename
The filename to save the template as. If this parameter is not provided, the existing template path will be used.
boolean force
If true, any existing file with the same name will be overwritten, otherwise an exception will be thrown.
boolean copyLinks
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.
|