Name
doc:GetCurrentEncoder -- get current encoder of document
Synopsis
enc = doc:GetCurrentEncoder()
Function
doc:GetCurrentEncoder() gets the handle of the current encoder of the document object. The current encoder is set by invoking doc:SetCurrentEncoder() and it is used to process text when an application calls doc:SetInfoAttr(). The default value of it is Nil.

It returns a handle of an encoder object or Nil.

Inputs
none

Results
enc
handle to an encoder

Show TOC