scripting:api:frame-events:on-text-format

Action unknown: addtobook

onTextFormat

Event of IFrameEvents

Called when text should be formatted

Appplication.onTextFormat = function(pRange, bIndent) {
  return pbResult;
};
function onTextFormat(pRange, bIndent)
{
  return pbResult
}
 
Appplication.onTextFormat = onTextFormat
HRESULT CFrameEvents::onTextFormat(ITextDocument* pDocument, IRange* pRange, VARIANT_BOOL bIndent, VARIANT_BOOL* pbResult)
{
 
}