articleThreading
|
|
Access
|
read-write
|
Returns
|
boolean
|
augmentationCtrl
|
|
Access
|
read-write
|
Returns
|
fContexts
|
contextsCtrl
|
|
Access
|
read-write
|
Returns
|
fContexts
|
control
|
|
Access
|
read-only
|
Returns
|
fControl
|
currentPos
|
|
Access
|
read-write
|
Returns
|
int
|
defaultStyle
|
|
Access
|
read-only
|
Returns
|
fStyle
|
disableTagSelection
|
|
Access
|
read-write
|
Returns
|
int
|
flags
|
|
Access
|
read-write
|
Returns
|
int
|
ignoreSpaces
|
|
Access
|
read-write
|
Returns
|
int
|
isEncrypted
|
|
Access
|
read-only
|
Returns
|
boolean
|
isXML
|
|
Access
|
read-write
|
Returns
|
boolean
|
mapReturns
|
|
Access
|
read-write
|
Returns
|
int
|
mapTabs
|
|
Access
|
read-write
|
Returns
|
boolean
|
onEnter
|
|
Access
|
read-write
|
Returns
|
fStream
|
onExit
|
|
Access
|
read-write
|
Returns
|
fStream
|
pdfTag
|
|
Access
|
read-write
|
Returns
|
String
|
pdfTagStream
|
|
Access
|
read-write
|
Returns
|
fStream
|
recordRevMarks
|
|
Access
|
read-write
|
Returns
|
boolean
|
recordUndo
|
|
Access
|
read-write
|
Returns
|
boolean
|
revMarksOverride
|
|
Access
|
read-write
|
Returns
|
boolean
|
size
|
|
Access
|
read-only
|
Returns
|
int
|
stripspaceCtrl
|
|
Access
|
read-write
|
Returns
|
String
|
transformCtrl
|
|
Access
|
read-write
|
Returns
|
fStream
|
transformFrequency
|
|
Access
|
read-write
|
Returns
|
int
|
transformParams
|
|
Access
|
read-write
|
Returns
|
fStream
|
transformSource
|
|
Access
|
read-write
|
Returns
|
fStream
|
transformType
|
|
Access
|
read-write
|
Returns
|
int
|
xmlBaseURI
|
|
Access
|
read-write
|
Returns
|
String
|
xmlCatalog
|
|
Access
|
read-write
|
Returns
|
String
|
xmlDocument
|
|
Access
|
read-write
|
Returns
|
Object
|
xmlErrorPosCurrent
|
|
Access
|
read-only
|
Returns
|
int
|
xmlErrorPosLast
|
|
Access
|
read-only
|
Returns
|
int
|
xmlLoadExternal
|
|
Access
|
read-write
|
Returns
|
boolean
|
xmlParseError
|
|
Access
|
read-only
|
Returns
|
int
|
xmlValidError
|
|
Access
|
read-only
|
Returns
|
int
|
xmlValidate
|
|
Access
|
read-write
|
Returns
|
boolean
|
xsltTransformError
|
|
Access
|
read-only
|
Returns
|
int
|
clear
|
|
Parameters
|
None
|
Returns
|
void. None
|
Throws
|
fContentException
TEMPLATE_READONLY: The template is read only and cannot be changed.
|
deleteposition
|
|
Parameters
|
intposition
Number of characters to delete.
|
Returns
|
void. None
|
loadfilenamelinkoptions
|
|
Parameters
|
fPathfilename
The name and path of the file to be imported.
booleanlink
If true, the file will be linked to the text stream. Otherwise, the content will just be loaded into it.
Stringoptions
The options for loading the text stream, taken from the tft macro. Defaults to exact copy ("1eutyj").
|
Returns
|
void. None
|
Throws
|
fContentException
TEMPLATE_READONLY: The template is read only and cannot be changed.
fApplicationException
FILE_READ_ERROR: An error occurred reading from the file.
|
parseXML
|
|
Parameters
|
None
|
Returns
|
void. None
|
readnumChars
|
|
Parameters
|
intnumChars
The number of characters to read.
|
Returns
|
String. The content read from the stream. If the string is empty, the end of the stream has been reached.
|
readlnfeatures
|
|
Parameters
|
booleanfeatures
If true, obey "#if FEATURE" when finding the next line.
|
Returns
|
String. The content read from the stream. If the string is empty, the end of the stream has been reached.
|
run
|
|
Parameters
|
None
|
Returns
|
void. None
|
Throws
|
fContentException
INVALID_TYPE: The stream is not a valid script type.
|
savefilenamestripTags
|
|
Parameters
|
fPathfilename
The name and path of the file to use.
booleanstripTags
If true, any tags or entity references will be removed while saving.
|
Returns
|
void. None
|
Throws
|
fApplicationException
FILE_WRITE_ERROR: An error occurred writing to the file.
|
seekpositionorigin
|
|
Parameters
|
intposition
Number of characters to move from the origin. This value can be negative.
intorigin
The initial position to move from. The possible values are in fStream.SeekOrigin.
|
Returns
|
void. None
|
transformtypefrequencysourcecontrolparameters
|
|
Parameters
|
inttype
Specifies which transformation is responsible for generating the contents of this stream. The possible values for this property are in fStream.StreamTransformType.
intfrequency
Specifies how often to run the transformation. The possible values for this property are in fStream.StreamTransformFrequency.
fStreamsource
Specifies the input stream to use in the transformation.
fStreamcontrol
Specifies the control stream to use in the transformation.
fStreamparameters
Specifies the parameter control stream to use in the transformation, if required.
|
Returns
|
void. None
|
Throws
|
fContentException
TEMPLATE_READONLY: The template is read only and cannot be changed.
|
writetext
|
|
Parameters
|
Stringtext
The content to write into the stream.
|
Returns
|
void. None
|
Throws
|
fContentException
TEMPLATE_READONLY: The template is read only and cannot be changed.
|
writeEscapedtext
|
|
Parameters
|
Stringtext
The content to write into the stream.
|
Returns
|
void. None
|
Throws
|
fContentException
TEMPLATE_READONLY: The template is read only and cannot be changed.
|