Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
1 views

framemaker_scripting

The Adobe FrameMaker Scripting Guide provides comprehensive information on scripting support within FrameMaker, including development tools, script creation, and usage of the ExtendScript toolkit. It covers various features such as accessing the ESTK, using script libraries, and understanding the object model viewer. Additionally, the guide includes sample scripts, differences between scripts and FDK, and an object reference section detailing methods and attributes.

Uploaded by

nfuria
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views

framemaker_scripting

The Adobe FrameMaker Scripting Guide provides comprehensive information on scripting support within FrameMaker, including development tools, script creation, and usage of the ExtendScript toolkit. It covers various features such as accessing the ESTK, using script libraries, and understanding the object model viewer. Additionally, the guide includes sample scripts, differences between scripts and FDK, and an object reference section detailing methods and attributes.

Uploaded by

nfuria
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1077

Adobe FrameMaker Scripting

Guide

August 2022
Contents

Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
About this document . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
Naming conventions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
Typographic conventions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
Scripting support in FrameMaker . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
Development and debugging tools in ExtendScript toolkit . . . . . . . . . . . . . . . . . . . 2
ExtendScript capabilities . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
Creating Scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
Accessing ESTK . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
Connect ESTK to FrameMaker . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
To write, edit, and run scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
Using script library . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
Using object model viewer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
ExtendScript use cases . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5

What’s new in ESTK . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7


Export and import XLIFF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7

Sample ESTK scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8


Adding text to a document and enabling change bars . . . . . . . . . . . . . . . . . . . . . . . 8
Changing the table properties in a document . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8

Differences between scripts and FDK . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10


Naming differences between scripts and FDK . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
Notifications . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
Menus and Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15

i ADOBE FRAMEMAKER SCRIPTING GUIDE


Object Reference . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
AFrame . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
AFrame methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
Arc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
Arc methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
AttrCondExpr . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
AttrCondExpr methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
Attribute . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
Attribute methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
AttributeDef . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
AttributeDef methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
AttributeDefs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
AttributeDefs methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
AttributeEx . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
Attributes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
Attributes methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
AttributesEx . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
AttributesEx methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
BodyPage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
BodyPage methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
Book . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
Book methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48
BookComponent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
BookComponent methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
Cell . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67
Cell methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70
CharFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70
CharFmt methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75
CMSCheckinParam . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76
CMSDeleteParam . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76
CMSInfo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
CMSMenuItem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
CMSProperty . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78
CMSProperties . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78
CMSRegistration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78
CMSResult . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
CMSSession . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
Color . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
Color methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81
Column . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81
Column methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82
CombinedFont . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82
CombinedFont methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82
CombinedFontDefn . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83
CombinedFontDefn methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83
CombinedFonts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84

ADOBE FRAMEMAKER SCRIPTING GUIDE ii


CombinedFonts methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84
Command . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84
Command methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 91
CompareRet . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
CompareRet methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
CondFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
CondFmt methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94
Constants . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94
Doc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 294
Doc methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 344
Element . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 345
Element methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 353
ElementCatalogEntries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 353
ElementCatalogEntries methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 353
ElementCatalogEntry . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 354
ElementCatalogEntry methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 354
ElementDef . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 354
ElementDef methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 357
ElementLoc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 357
ElementLoc methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 358
ElementRange . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 358
ElementRange methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 358
Ellipse . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 358
Ellipse methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 362
FCodes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 362
FilterArgs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 428
FilterArgs methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 428
Flow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 428
Flow methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 429
FmtChangeList . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 430
FmtChangeList methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 438
FmtRule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 439
FmtRule methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 439
FmtRuleClause . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 440
FmtRuleClause methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 441
Fn . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 442
Fn methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 443
Font . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 443
Font methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 443
Fonts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 443
Fonts methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 443
Group . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 443
Group methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 447
HiddenPage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 447
HiddenPage methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 448
GraphicsFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 448

iii ADOBE FRAMEMAKER SCRIPTING GUIDE


InlineComponent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 449
InlineComponent methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 450
Inset methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 450
IdValuePair . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 450
IdValuePair methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 450
IdValuePairs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 450
Inset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 451
Inset methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 457
Ints . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 457
Ints methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 457
KeyCatalog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 458
Line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 458
Line methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 462
Marker . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 463
Marker methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 463
MarkerType . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 463
MarkerType methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 464
MasterPage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 464
MasterPage methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 464
Math . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 465
Math methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 469
MathML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 470
MathML methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 474
Menu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 475
Menu methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 475
MenuItemSeparator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 476
MenuItemSeparator methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 476
Metrics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 476
Metrics methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 476
Pgf . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 477
Pgf methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 486
PgfFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 486
PgfFmt methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 496
Point . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 496
Point methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 496
Points . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 496
Points methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 496
Polygon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 496
Polygon methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 501
Polyline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 501
Polyline methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 505
PropIdent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 506
PropIdent methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 506
PropVal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 506
PropVal methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 506
PropVals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 506

ADOBE FRAMEMAKER SCRIPTING GUIDE iv


PropVals methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 506
Rectangle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 507
Rectangle methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 511
RefPage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 511
RefPage methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 511
RoundRect . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 512
RoundRect methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 516
Row . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 516
Row methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 518
Rubi . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 518
Rubi methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 519
RulingFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 519
RulingFmt methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 520
Strings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 520
Strings methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 520
SubCol . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 520
SubCol methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 521
Tab . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 521
Tab methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 522
Tabs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 522
Tabs methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 523
Tbl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 523
Tbl methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 528
TblFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 528
TblFmt methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 532
TextFrame . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 533
TextFrame methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 538
TextItem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 538
TextItems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 542
TextItems methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 542
TextLine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 542
TextLine methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 548
TextLoc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 548
TextLoc methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 549
TextRange . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 549
TextRange methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 549
TiApiClient . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 549
TiApiClient methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 550
TiFlow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 551
TiFlow methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 552
TiText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 552
TiText methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 554
TiTextTable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 554
TiTextTable methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 555
TypedVal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 556
TypedVals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 556

v ADOBE FRAMEMAKER SCRIPTING GUIDE


TypedVals methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 557
UBytes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 557
UBytes methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 557
UInts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 557
UInts methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 557
UnanchoredFrame . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 557
UnanchoredFrame methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 562
Var . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 562
Var methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 563
VarFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 563
VarFmt methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 565
XRef . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 565
XRef methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 566
XRefFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 567
XRefFmt methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 567
app . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 567
app methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 576

Function Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 577


AFrame . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 577
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 577
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 577
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 577
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 577
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 578
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 578
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 578
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 578
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 578
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 578
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 580
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 580
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 580
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 580
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 580
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 581
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 581
Arc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 581
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 581
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 581
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 581
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 581
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 581
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 581
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 581
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 581

ADOBE FRAMEMAKER SCRIPTING GUIDE vi


SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 582
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 582
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 582
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 582
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 582
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 582
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 582
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 582
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 582
AttrCondExpr . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 582
ApplyAttributeExpression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 582
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 582
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 583
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 583
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 583
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 583
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 583
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 583
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 583
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 583
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 583
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 583
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 583
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 584
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 584
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 584
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 584
Attribute . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 584
Attribute . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 584
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 584
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 584
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 584
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 584
AttributeDef . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 585
AttributeDef . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 585
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 585
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 585
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 585
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 585
AttributeDefs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 586
concat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 586
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 586
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 586
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 587
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 587
pop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 587

vii ADOBE FRAMEMAKER SCRIPTING GUIDE


Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 587
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 587
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 587
push . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 587
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 587
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 587
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 587
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 587
Attributes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 588
concat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 588
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 588
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 588
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 588
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 588
pop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 588
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 588
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 588
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 588
push . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 588
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 588
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 589
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 589
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 589
AttributesEx . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 589
concat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 589
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 589
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 589
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 589
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 589
pop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 590
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 590
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 590
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 590
push . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 590
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 590
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 590
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 590
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 590
BodyPage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 590
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 590
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 590
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 591
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 591
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 591
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 591
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 591

ADOBE FRAMEMAKER SCRIPTING GUIDE viii


Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 591
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 591
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 591
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 591
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 591
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 591
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 592
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 592
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 592
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 592
ApplyPageLayout . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 592
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 592
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 592
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 592
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 593
Book . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 593
Compare . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 593
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 593
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 594
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 594
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 594
NewBookComponentInHierarchy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 595
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 595
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 595
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 595
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 596
SilentPrintDoc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 596
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 596
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 596
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 596
SimpleGenerate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 596
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 596
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 597
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 597
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 597
SimpleImportFormats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 597
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 597
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 599
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 599
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 599
SimpleImportElementDefs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 599
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 599
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 600
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 600
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 600
GetUniqueObject . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 600

ix ADOBE FRAMEMAKER SCRIPTING GUIDE


Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 600
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 601
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 601
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 601
Close . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 601
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 601
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 601
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 601
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 602
SimpleSave . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 602
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 602
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 603
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 603
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 604
NewSeriesObject . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 604
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 604
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 604
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 605
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 605
NewSeriesBookComponent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 605
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 605
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 605
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 605
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 605
NewBookComponentOfTypeInHierarchy . . . . . . . . . . . . . . . . . . . . . . . . . . . 606
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 606
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 606
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 606
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 606
GetConditionalSettings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 606
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 606
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 606
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 606
ApplyConditionalSettings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 606
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 606
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 607
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 607
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 607
ManageConditionalExpressions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 608
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 608
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 608
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 608
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 608
GetConditionalExpression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 609
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 609
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 609

ADOBE FRAMEMAKER SCRIPTING GUIDE x


Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 609
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 609
Save . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 610
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 610
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 611
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 611
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 612
UpdateBook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 612
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 612
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 616
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 616
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 616
Import . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 616
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 616
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 629
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 630
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 630
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 630
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 630
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 630
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 630
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 630
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 630
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 630
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 631
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 631
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 631
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 631
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 631
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 631
BookComponent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 631
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 631
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 631
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 631
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 631
MoveComponent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 632
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 632
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 632
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 632
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 632
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 632
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 632
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 632
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 632
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 632
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 632

xi ADOBE FRAMEMAKER SCRIPTING GUIDE


Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 632
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 633
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 633
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 633
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 633
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 633
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 633
Cell . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 633
StraddleCells . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 633
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 633
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 634
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 634
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 634
UnStraddleCells . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 634
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 634
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 635
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 635
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 635
GetText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 635
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 635
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 640
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 640
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 640
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 640
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 640
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 641
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 641
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 641
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 641
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 641
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 641
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 641
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 641
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 641
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 641
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 641
CharFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 642
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 642
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 642
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 642
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 642
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 642
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 642
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 642
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 642
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 642

ADOBE FRAMEMAKER SCRIPTING GUIDE xii


Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 642
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 642
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 642
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 643
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 643
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 643
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 643
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 643
CMSObject . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 643
CMSSetProperty() . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 643
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 643
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 643
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 643
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 644
CMSSetProperties() . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 644
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 644
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 644
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 644
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 645
CMSGetProperty() . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 645
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 645
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 645
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 646
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 646
CMSGetProperties() . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 646
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 646
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 646
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 646
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 647
CMSEnableCommand() . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 647
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 647
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 647
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 647
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 647
CMSDisableCommand() . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 648
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 648
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 648
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 648
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 648
CMSShowCheckoutUI() . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 649
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 649
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 649
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 649
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 649
CMSShowCheckinUI() . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 650
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 650

xiii ADOBE FRAMEMAKER SCRIPTING GUIDE


Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 650
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 650
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 650
CMSShowCancelCheckoutUI() . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 651
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 651
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 651
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 651
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 651
CMSShowDeleteUI() . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 652
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 652
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 652
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 652
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 652
CMSShowCommonListUI() . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 653
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 653
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 653
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 653
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 653
CMSShowPropertyUI() . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 654
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 654
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 654
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 654
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 654
CMSShowPropertyUIWithTitle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 655
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 655
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 655
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 655
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 655
CMSRegistration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 656
CMSGetCMSInfo() . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 656
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 656
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 656
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 656
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 656
CMSConfigLoginUI() . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 656
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 656
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 656
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 657
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 657
CMSSession . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 657
CMSLogout() . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 657
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 657
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 657
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 657
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 657
GetCMSObjectFromPath() . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 658

ADOBE FRAMEMAKER SCRIPTING GUIDE xiv


Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 658
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 658
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 658
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 658
CMSShowBrowseRepositoryUI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 658
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 658
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 658
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 659
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 659
CMSCreateObject . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 659
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 659
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 659
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 659
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 659
CMSGetCmsIdFromSession . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 660
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 660
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 660
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 660
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 660
Color . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 660
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 660
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 660
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 660
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 660
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 661
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 661
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 661
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 661
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 661
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 661
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 661
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 661
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 661
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 661
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 661
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 662
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 662
CombinedFont . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 662
CombinedFont . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 662
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 662
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 662
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 662
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 662
CombinedFontDefn . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 663
CombinedFamilyFonts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 663
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 663

xv ADOBE FRAMEMAKER SCRIPTING GUIDE


Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 663
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 663
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 663
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 663
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 663
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 663
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 663
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 663
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 663
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 664
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 664
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 664
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 664
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 664
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 664
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 664
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 664
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 664
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 664
CombinedFonts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 665
concat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 665
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 665
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 665
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 665
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 665
pop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 665
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 665
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 665
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 665
push . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 665
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 665
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 666
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 666
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 666
Command . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 666
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 666
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 666
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 666
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 666
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 666
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 666
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 666
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 667
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 667
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 667
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 667

ADOBE FRAMEMAKER SCRIPTING GUIDE xvi


Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 667
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 667
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 667
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 667
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 667
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 667
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 668
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 668
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 668
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 668
CompareRet . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 668
CompareRet . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 668
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 668
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 668
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 668
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 668
CondFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 669
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 669
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 669
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 669
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 669
DeleteCondTag . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 669
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 669
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 669
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 669
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 669
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 670
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 670
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 670
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 670
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 670
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 670
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 670
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 670
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 671
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 671
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 671
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 671
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 671
Doc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 671
AddText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 671
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 671
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 672
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 672
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 672
CenterOnText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 672

xvii ADOBE FRAMEMAKER SCRIPTING GUIDE


Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 672
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 673
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 673
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 673
Clear . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 673
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 673
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 674
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 674
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 674
ClearAllChangebars . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 675
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 675
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 675
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 675
Compare . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 675
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 675
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 676
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 676
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 676
Copy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 677
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 677
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 678
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 678
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 678
Cut . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 678
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 678
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 679
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 679
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 679
DeleteText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 680
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 680
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 680
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 680
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 680
DemoteElement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 680
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 680
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 681
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 681
GetTextForRange . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 681
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 681
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 686
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 686
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 686
GetTextForRange2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 686
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 686
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 687
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 687

ADOBE FRAMEMAKER SCRIPTING GUIDE xviii


Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 687
GetTextProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 687
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 687
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 688
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 688
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 688
GetTextPropVal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 688
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 688
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 689
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 689
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 689
GetTextVal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 689
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 689
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 690
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 690
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 690
HypertextCommand . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 691
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 691
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 691
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 691
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 691
MergeIntoFirst . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 691
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 691
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 692
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 692
MergeIntoLast . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 692
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 692
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 692
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 693
NewTable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 693
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 693
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 694
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 694
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 694
Paste . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 695
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 695
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 696
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 696
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 696
PromoteElement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 696
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 696
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 697
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 697
QuickSelect . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 697
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 697
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 698

xix ADOBE FRAMEMAKER SCRIPTING GUIDE


Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 698
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 698
Redisplay . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 698
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 698
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 698
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 698
Reformat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 699
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 699
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 699
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 699
Rehyphenate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 699
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 699
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 699
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 700
ResetEqnSettings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 700
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 700
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 700
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 700
ResetReferenceFrames . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 700
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 700
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 701
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 701
RestartPgfNumbering . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 701
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 701
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 701
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 701
ScrollToText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 701
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 701
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 702
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 702
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 702
SetTextProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 702
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 702
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 703
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 703
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 704
SetTextPropVal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 704
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 704
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 705
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 705
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 705
SetTextVal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 705
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 705
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 706
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 706
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 707

ADOBE FRAMEMAKER SCRIPTING GUIDE xx


SilentPrintDoc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 707
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 707
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 707
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 708
SimpleImportFormats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 708
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 708
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 709
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 709
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 709
SplitElement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 710
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 710
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 710
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 710
TextLocToElementLoc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 711
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 711
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 711
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 711
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 711
UnWrapElement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 711
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 711
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 712
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 712
UpdateXRefs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 712
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 712
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 713
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 713
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 713
UpdateDITAReferences . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 713
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 713
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 713
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 713
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 713
SimpleImportElementDefs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 714
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 714
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 715
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 715
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 715
GetUniqueObject . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 715
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 715
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 716
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 716
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 716
Close . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 716
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 716
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 717
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 717

xxi ADOBE FRAMEMAKER SCRIPTING GUIDE


Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 717
SimpleSave . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 717
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 717
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 718
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 718
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 719
NewGraphicObject . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 719
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 719
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 720
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 720
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 720
NewArc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 720
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 720
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 720
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 720
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 721
NewEllipse . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 721
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 721
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 721
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 721
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 721
NewFlow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 721
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 721
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 722
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 722
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 722
NewGroup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 722
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 722
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 722
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 722
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 722
NewInlineComponentOfType . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 723
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 723
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 723
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 723
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 723
NewInset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 723
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 723
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 723
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 723
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 724
NewLine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 724
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 724
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 724
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 724
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 724

ADOBE FRAMEMAKER SCRIPTING GUIDE xxii


NewMath . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 724
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 724
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 725
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 725
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 725
NewMathML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 725
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 725
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 725
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 725
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 725
NewPolyline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 726
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 726
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 726
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 726
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 726
NewPolygon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 726
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 726
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 726
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 726
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 727
NewRectangle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 727
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 727
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 727
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 727
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 727
NewRoundRect . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 727
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 727
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 728
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 728
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 728
NewTextFrame . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 728
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 728
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 728
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 728
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 728
NewTextLine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 729
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 729
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 729
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 729
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 729
NewUnanchoredFrame . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 729
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 729
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 729
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 729
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 730
NewAnchoredFormattedObject . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 730

xxiii ADOBE FRAMEMAKER SCRIPTING GUIDE


Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 730
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 731
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 731
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 731
NewAnchoredFormattedVar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 731
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 731
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 731
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 731
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 732
NewAnchoredFormattedXRef . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 732
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 732
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 732
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 732
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 732
NewAnchoredFormattedTbl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 732
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 732
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 733
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 733
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 733
NewAnchoredObject . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 733
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 733
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 734
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 734
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 734
NewAnchoredAFrame . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 734
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 734
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 734
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 734
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 735
NewAnchoredFn . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 735
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 735
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 735
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 735
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 735
NewAnchoredMarker . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 735
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 735
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 735
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 735
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 736
NewAnchoredTiApiClient . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 736
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 736
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 736
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 736
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 736
NewAnchoredTbl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 736
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 736

ADOBE FRAMEMAKER SCRIPTING GUIDE xxiv


Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 736
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 736
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 737
NewSeriesObject . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 737
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 737
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 737
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 737
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 738
NewSeriesBodyPage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 738
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 738
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 738
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 738
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 738
NewSeriesPgf . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 739
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 739
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 739
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 739
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 739
GetNamedObject . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 739
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 739
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 740
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 740
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 740
GetNamedAttrCondExpr . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 740
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 740
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 741
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 741
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 741
GetNamedCharFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 741
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 741
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 741
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 741
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 741
GetNamedColor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 741
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 741
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 742
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 742
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 742
GetNamedCombinedFontDefn . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 742
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 742
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 742
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 742
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 742
GetNamedCondFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 742
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 742
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 743

xxv ADOBE FRAMEMAKER SCRIPTING GUIDE


Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 743
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 743
GetNamedElementDef . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 743
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 743
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 743
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 743
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 743
GetNamedFmtChangeList . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 743
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 743
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 744
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 744
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 744
GetNamedMasterPage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 744
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 744
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 744
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 744
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 744
GetNamedPgfFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 744
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 744
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 745
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 745
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 745
GetNamedRefPage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 745
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 745
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 745
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 745
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 745
GetNamedRulingFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 745
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 745
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 746
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 746
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 746
GetNamedTblFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 746
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 746
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 746
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 746
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 746
GetNamedUnanchoredFrame . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 746
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 746
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 747
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 747
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 747
GetNamedVarFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 747
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 747
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 747
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 747

ADOBE FRAMEMAKER SCRIPTING GUIDE xxvi


Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 747
GetNamedXRefFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 747
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 747
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 748
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 748
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 748
GetNamedMarkerType . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 748
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 748
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 748
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 748
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 748
NewNamedObject . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 748
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 748
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 749
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 750
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 750
NewNamedAttrCondExpr . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 750
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 750
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 750
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 750
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 750
NewNamedCharFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 750
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 750
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 751
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 751
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 751
NewNamedCombinedFontDefn . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 751
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 751
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 751
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 751
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 751
NewNamedColor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 751
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 751
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 752
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 752
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 752
NewNamedCondFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 752
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 752
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 752
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 752
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 752
NewNamedElementDef . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 752
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 752
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 753
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 753
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 753

xxvii ADOBE FRAMEMAKER SCRIPTING GUIDE


NewNamedFmtChangeList . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 753
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 753
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 753
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 753
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 753
NewNamedMasterPage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 753
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 753
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 754
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 754
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 754
NewNamedPgfFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 754
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 754
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 754
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 754
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 754
NewNamedRefPage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 754
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 754
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 755
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 755
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 755
NewNamedRulingFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 755
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 755
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 755
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 755
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 755
NewNamedTblFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 755
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 755
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 756
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 756
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 756
NewNamedVarFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 756
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 756
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 756
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 756
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 756
NewNamedXRefFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 756
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 756
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 757
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 757
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 757
NewNamedMarkerType . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 757
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 757
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 757
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 757
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 757
DeleteUnusedFmts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 757

ADOBE FRAMEMAKER SCRIPTING GUIDE xxviii


Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 757
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 758
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 758
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 758
DeleteUnusedCharFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 758
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 758
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 758
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 758
DeleteUnusedPgfFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 758
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 758
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 759
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 759
DeleteUnusedTblFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 759
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 759
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 759
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 759
Find . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 759
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 759
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 762
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 762
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 762
SetElementRange . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 762
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 762
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 763
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 763
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 763
ElementLocToTextLoc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 763
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 763
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 764
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 764
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 764
UpdateVariables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 764
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 764
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 765
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 765
TrackChangesAcceptAll . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 765
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 765
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 765
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 765
TrackChangesRejectAll . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 765
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 765
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 765
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 765
UpdateXRef . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 766
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 766
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 766

xxix ADOBE FRAMEMAKER SCRIPTING GUIDE


Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 766
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 767
UpdateDITAReference . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 767
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 767
UpdateDITAReferences . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 768
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 768
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 768
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 768
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 768
Save . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 769
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 769
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 769
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 769
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 769
Import . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 770
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 770
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 770
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 770
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 770
AddNewBuildExpr . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 770
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 770
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 771
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 771
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 771
DeleteBuildExpr . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 771
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 771
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 772
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 772
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 772
SetActiveBuildExpr . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 772
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 772
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 772
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 772
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 773
GetActiveBuildExpr . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 773
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 773
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 773
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 773
GetBuildExpr . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 773
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 773
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 773
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 774
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 774
GetBuildExprCatalog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 774
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 774
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 774

ADOBE FRAMEMAKER SCRIPTING GUIDE xxx


Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 774
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 774
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 774
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 774
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 774
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 775
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 775
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 775
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 775
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 775
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 775
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 775
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 775
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 775
Element . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 775
GetAttributes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 775
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 775
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 777
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 777
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 777
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 777
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 777
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 777
UpdateDITAReferences . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 777
GetText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 777
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 777
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 777
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 777
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 777
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 778
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 778
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 778
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 778
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 778
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 778
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 778
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 778
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 778
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 778
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 778
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 779
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 779
ElementCatalogEntries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 779
concat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 779
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 779
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 779

xxxi ADOBE FRAMEMAKER SCRIPTING GUIDE


Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 779
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 779
pop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 779
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 779
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 779
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 780
push . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 780
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 780
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 780
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 780
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 780
ElementCatalogEntry . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 780
ElementCatalogEntry . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 780
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 780
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 780
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 780
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 781
ElementDef . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 781
NewTextFmtRules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 781
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 781
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 782
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 782
NewObjectFmtRules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 782
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 782
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 783
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 783
NewPrefixRules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 783
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 783
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 783
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 783
NewSuffixRules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 784
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 784
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 784
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 784
NewFirstPgfRules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 784
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 784
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 785
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 785
NewLastPgfRules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 785
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 785
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 786
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 786
ElementDefIsText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 786
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 786
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 786
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 786

ADOBE FRAMEMAKER SCRIPTING GUIDE xxxii


NewElement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 786
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 786
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 787
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 788
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 788
NewElementInHierarchy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 788
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 788
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 789
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 789
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 789
WrapElement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 789
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 789
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 790
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 790
GetAttributeDefs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 790
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 790
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 791
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 791
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 791
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 791
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 792
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 792
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 792
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 792
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 792
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 792
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 792
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 792
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 792
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 792
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 792
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 793
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 793
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 793
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 793
ElementLoc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 793
ElementLoc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 793
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 793
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 793
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 793
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 793
ElementRange . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 794
ElementRange . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 794
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 794
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 794
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 794

xxxiii ADOBE FRAMEMAKER SCRIPTING GUIDE


Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 794
Ellipse . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 794
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 794
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 794
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 794
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 794
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 795
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 795
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 795
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 795
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 795
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 795
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 795
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 795
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 795
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 795
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 795
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 796
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 796
FilterArgs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 796
FilterArgs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 796
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 796
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 796
Definition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 796
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 796
Flow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 797
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 797
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 797
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 797
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 797
GetText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 797
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 797
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 797
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 797
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 797
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 797
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 797
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 798
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 798
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 798
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 798
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 798
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 798
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 798
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 798
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 798

ADOBE FRAMEMAKER SCRIPTING GUIDE xxxiv


Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 798
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 798
FmtChangeList . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 799
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 799
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 799
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 799
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 799
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 799
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 799
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 799
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 799
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 799
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 799
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 799
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 799
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 800
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 800
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 800
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 800
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 800
FmtRule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 800
NewFmtRuleClauses . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 800
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 800
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 801
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 801
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 801
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 801
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 801
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 801
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 801
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 801
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 801
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 801
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 802
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 802
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 802
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 802
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 802
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 802
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 802
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 802
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 802
FmtRuleClause . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 802
NewSubFmtRule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 802
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 802
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 803

xxxv ADOBE FRAMEMAKER SCRIPTING GUIDE


Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 803
NewFmtChangeList . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 803
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 803
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 804
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 804
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 804
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 804
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 804
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 804
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 804
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 804
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 804
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 805
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 805
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 805
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 805
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 805
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 805
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 805
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 805
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 805
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 805
Fn . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 806
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 806
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 806
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 806
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 806
GetText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 806
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 806
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 806
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 806
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 806
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 806
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 806
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 807
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 807
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 807
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 807
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 807
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 807
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 807
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 807
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 807
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 807
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 807
Font . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 808

ADOBE FRAMEMAKER SCRIPTING GUIDE xxxvi


Font . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 808
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 808
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 808
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 808
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 808
Fonts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 808
concat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 808
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 808
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 809
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 809
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 809
pop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 809
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 809
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 809
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 809
push . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 809
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 809
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 809
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 809
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 810
Group . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 810
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 810
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 810
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 810
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 810
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 810
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 810
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 810
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 810
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 811
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 811
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 811
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 811
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 811
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 811
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 811
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 811
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 811
HiddenPage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 811
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 811
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 811
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 812
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 812
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 812
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 812
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 812

xxxvii ADOBE FRAMEMAKER SCRIPTING GUIDE


Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 812
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 812
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 812
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 812
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 812
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 812
ApplyPageLayout . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 813
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 813
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 813
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 813
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 813
Inset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 814
GetIntByName . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 814
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 814
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 814
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 814
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 814
GetMetricByName . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 815
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 815
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 815
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 815
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 815
GetUBytesByName . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 816
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 816
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 816
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 816
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 817
SetIntByName . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 817
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 817
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 817
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 817
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 818
SetMetricByName . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 818
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 818
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 818
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 819
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 819
SetUBytesByName . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 819
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 819
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 819
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 819
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 820
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 820
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 820
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 820
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 820

ADOBE FRAMEMAKER SCRIPTING GUIDE xxxviii


DeletePropByName . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 820
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 820
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 821
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 821
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 821
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 821
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 821
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 821
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 821
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 821
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 821
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 821
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 821
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 822
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 822
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 822
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 822
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 822
Ints . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 822
concat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 822
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 822
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 822
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 822
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 823
pop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 823
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 823
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 823
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 823
push . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 823
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 823
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 823
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 823
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 823
Iterator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 824
GetNextIteratorItem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 824
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 824
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 824
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 824
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 824
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 824
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 824
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 824
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 824
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 824
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 824
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 824

xxxix ADOBE FRAMEMAKER SCRIPTING GUIDE


SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 825
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 825
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 825
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 825
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 825
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 825
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 825
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 825
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 825
KeyCatalog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 825
NewKeyDefinition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 825
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 825
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 826
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 826
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 826
UpdateKeyDefinition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 827
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 827
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 827
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 827
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 827
GetKeyDefinition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 829
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 829
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 829
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 829
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 829
GetAllKeyDefinitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 830
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 830
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 830
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 830
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 831
DeleteAllKeyDefinitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 832
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 832
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 832
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 832
GetAllKeys . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 832
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 832
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 832
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 832
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 833
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 833
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 833
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 833
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 833
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 833
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 833
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 833

ADOBE FRAMEMAKER SCRIPTING GUIDE xl


SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 833
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 833
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 834
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 834
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 834
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 834
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 834
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 834
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 834
Line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 834
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 834
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 834
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 834
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 835
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 835
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 835
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 835
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 835
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 835
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 835
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 835
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 835
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 835
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 835
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 835
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 836
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 836
Marker . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 836
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 836
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 836
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 836
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 836
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 836
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 836
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 836
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 836
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 836
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 836
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 837
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 837
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 837
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 837
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 837
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 837
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 837
MarkerType . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 837

xli ADOBE FRAMEMAKER SCRIPTING GUIDE


Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 837
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 837
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 837
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 838
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 838
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 838
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 838
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 838
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 838
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 838
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 838
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 838
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 838
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 838
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 838
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 839
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 839
MasterPage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 839
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 839
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 839
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 839
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 839
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 839
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 839
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 839
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 839
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 839
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 839
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 840
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 840
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 840
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 840
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 840
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 840
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 840
ApplyPageLayout . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 840
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 840
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 840
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 841
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 841
Math . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 841
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 841
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 841
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 841
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 841
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 841

ADOBE FRAMEMAKER SCRIPTING GUIDE xlii


Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 841
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 841
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 841
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 842
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 842
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 842
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 842
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 842
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 842
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 842
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 842
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 842
MathML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 842
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 842
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 842
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 843
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 843
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 843
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 843
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 843
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 843
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 843
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 843
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 843
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 843
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 843
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 844
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 844
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 844
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 844
Menu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 844
DefineAndAddCommand . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 844
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 844
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 845
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 845
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 846
AddCommandToMenu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 846
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 846
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 847
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 847
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 847
AddMenuToMenu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 847
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 847
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 848
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 848
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 849

xliii ADOBE FRAMEMAKER SCRIPTING GUIDE


DefineAndAddMenu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 849
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 849
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 850
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 850
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 851
MenuItemInMenu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 851
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 851
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 851
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 851
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 852
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 852
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 852
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 852
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 852
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 852
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 852
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 852
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 852
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 853
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 853
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 853
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 853
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 853
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 853
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 853
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 853
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 853
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 853
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 853
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 854
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 854
MenuItemSeparator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 854
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 854
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 854
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 854
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 854
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 854
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 854
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 854
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 854
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 855
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 855
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 855
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 855
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 855
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 855

ADOBE FRAMEMAKER SCRIPTING GUIDE xliv


Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 855
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 855
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 855
Metrics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 855
concat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 856
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 856
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 856
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 856
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 856
pop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 856
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 856
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 856
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 856
push . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 856
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 856
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 856
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 857
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 857
Pgf . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 857
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 857
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 857
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 857
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 857
GetText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 857
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 857
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 857
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 857
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 858
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 858
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 858
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 858
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 858
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 858
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 858
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 858
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 858
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 858
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 859
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 859
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 859
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 859
PgfFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 859
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 859
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 859
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 859
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 859

xlv ADOBE FRAMEMAKER SCRIPTING GUIDE


GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 859
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 859
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 859
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 859
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 860
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 860
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 860
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 860
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 860
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 860
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 860
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 860
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 860
Point . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 861
Point . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 861
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 861
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 861
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 861
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 861
Points . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 861
concat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 861
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 861
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 861
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 861
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 862
pop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 862
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 862
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 862
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 862
push . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 862
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 862
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 862
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 862
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 862
Polygon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 863
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 863
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 863
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 863
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 863
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 863
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 863
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 863
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 863
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 863
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 863
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 863

ADOBE FRAMEMAKER SCRIPTING GUIDE xlvi


Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 863
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 864
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 864
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 864
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 864
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 864
Polyline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 864
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 864
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 864
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 864
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 864
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 864
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 864
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 865
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 865
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 865
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 865
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 865
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 865
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 865
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 865
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 865
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 865
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 865
PropIdent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 866
PropIdent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 866
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 866
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 866
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 866
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 866
PropVal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 866
PropVal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 866
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 866
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 866
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 866
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 867
PropVals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 867
concat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 867
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 867
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 867
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 867
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 867
pop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 867
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 867
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 868
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 868

xlvii ADOBE FRAMEMAKER SCRIPTING GUIDE


push . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 868
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 868
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 868
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 868
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 868
Rectangle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 868
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 868
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 868
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 868
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 868
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 869
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 869
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 869
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 869
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 869
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 869
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 869
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 869
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 869
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 869
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 869
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 870
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 870
RefPage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 870
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 870
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 870
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 870
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 870
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 870
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 870
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 870
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 870
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 870
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 870
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 871
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 871
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 871
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 871
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 871
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 871
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 871
ApplyPageLayout . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 871
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 871
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 871
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 871
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 872

ADOBE FRAMEMAKER SCRIPTING GUIDE xlviii


RoundRect . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 872
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 872
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 872
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 872
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 872
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 872
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 872
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 872
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 872
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 872
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 872
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 873
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 873
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 873
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 873
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 873
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 873
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 873
Row . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 873
AddRows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 873
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 873
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 874
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 874
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 874
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 875
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 875
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 875
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 875
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 875
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 875
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 875
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 875
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 875
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 875
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 875
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 875
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 876
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 876
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 876
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 876
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 876
Rubi . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 876
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 876
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 876
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 876
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 876

xlix ADOBE FRAMEMAKER SCRIPTING GUIDE


GetText2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 877
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 877
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 877
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 877
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 877
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 878
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 878
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 878
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 878
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 878
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 878
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 878
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 878
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 879
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 879
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 879
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 879
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 879
RulingFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 879
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 879
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 879
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 879
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 879
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 879
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 879
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 880
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 880
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 880
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 880
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 880
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 880
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 880
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 880
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 880
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 880
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 880
Strings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 881
concat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 881
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 881
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 881
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 881
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 881
pop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 881
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 881
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 881
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 881

ADOBE FRAMEMAKER SCRIPTING GUIDE l


push . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 881
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 881
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 882
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 882
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 882
SubCol . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 882
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 882
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 882
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 882
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 882
GetText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 882
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 882
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 882
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 882
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 883
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 883
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 883
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 883
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 883
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 883
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 883
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 883
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 883
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 883
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 884
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 884
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 884
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 884
Tab . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 884
Tab . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 884
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 884
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 885
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 885
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 885
Tabs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 885
concat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 885
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 885
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 885
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 885
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 886
pop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 886
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 886
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 886
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 886
push . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 886
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 886

li ADOBE FRAMEMAKER SCRIPTING GUIDE


Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 886
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 886
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 886
Tbl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 887
AddCols . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 887
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 887
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 887
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 887
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 887
DeleteCols . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 888
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 888
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 888
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 888
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 889
DeleteRows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 889
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 889
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 889
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 889
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 890
GetTableColumnByColNum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 890
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 890
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 890
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 890
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 891
MakeTblSelection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 891
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 891
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 891
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 892
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 892
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 892
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 892
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 892
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 892
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 892
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 892
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 893
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 893
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 893
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 893
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 893
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 893
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 893
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 893
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 893
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 893
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 893

ADOBE FRAMEMAKER SCRIPTING GUIDE lii


TblFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 894
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 894
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 894
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 894
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 894
TextFrame . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 894
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 894
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 894
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 894
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 894
GetText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 894
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 894
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 895
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 895
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 895
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 895
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 895
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 895
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 895
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 895
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 895
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 895
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 895
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 896
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 896
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 896
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 896
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 896
TextItems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 896
concat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 896
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 896
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 896
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 896
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 897
pop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 897
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 897
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 897
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 897
push . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 897
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 897
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 897
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 897
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 897
TextLine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 898
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 898
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 898

liii ADOBE FRAMEMAKER SCRIPTING GUIDE


Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 898
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 898
GetText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 898
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 898
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 898
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 898
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 898
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 898
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 898
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 899
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 899
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 899
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 899
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 899
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 899
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 899
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 899
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 899
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 899
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 899
TextLoc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 900
TextLoc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 900
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 900
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 900
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 900
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 900
TextRange . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 900
TextRange . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 900
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 900
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 900
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 900
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 901
TiApiClient . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 901
GetText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 901
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 901
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 901
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 901
DeleteTextInsetContents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 901
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 901
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 902
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 902
UpdateTextInset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 902
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 902
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 903
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 903
ConvertToText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 903

ADOBE FRAMEMAKER SCRIPTING GUIDE liv


Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 903
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 903
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 903
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 903
DeletePropByName . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 903
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 903
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 904
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 904
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 904
TiFlow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 904
GetText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 904
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 904
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 904
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 904
DeleteTextInsetContents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 904
UpdateTextInset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 905
ConvertToText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 905
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 905
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 905
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 905
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 905
DeletePropByName . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 905
TiText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 905
GetText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 905
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 905
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 905
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 906
DeleteTextInsetContents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 906
UpdateTextInset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 906
ConvertToText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 906
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 906
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 906
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 906
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 906
DeletePropByName . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 906
TiTextTable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 906
GetText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 906
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 907
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 907
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 907
DeleteTextInsetContents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 907
UpdateTextInset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 907
ConvertToText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 907
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 907
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 907
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 907

lv ADOBE FRAMEMAKER SCRIPTING GUIDE


Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 907
DeletePropByName . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 907
TypedVals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 908
concat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 908
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 908
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 908
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 908
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 908
pop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 908
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 908
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 908
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 908
push . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 908
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 908
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 909
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 909
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 909
UBytes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 909
concat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 909
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 909
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 909
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 909
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 909
pop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 910
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 910
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 910
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 910
push . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 910
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 910
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 910
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 910
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 910
UInts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 910
concat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 910
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 910
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 911
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 911
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 911
pop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 911
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 911
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 911
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 911
push . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 911
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 911
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 911
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 911

ADOBE FRAMEMAKER SCRIPTING GUIDE lvi


Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 912
UnanchoredFrame . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 912
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 912
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 912
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 912
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 912
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 912
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 912
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 912
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 912
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 912
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 912
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 913
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 913
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 913
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 913
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 913
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 913
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 913
Var . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 913
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 913
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 913
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 913
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 914
GetText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 914
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 914
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 914
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 914
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 914
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 914
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 914
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 914
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 914
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 914
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 914
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 915
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 915
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 915
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 915
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 915
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 915
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 915
VarFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 915
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 915
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 915
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 915

lvii ADOBE FRAMEMAKER SCRIPTING GUIDE


Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 916
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 916
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 916
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 916
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 916
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 916
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 916
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 916
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 916
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 916
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 916
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 916
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 917
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 917
XRef . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 917
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 917
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 917
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 917
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 917
GetText . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 917
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 917
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 917
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 917
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 918
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 918
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 918
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 918
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 918
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 918
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 918
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 918
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 918
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 918
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 919
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 919
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 919
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 919
XRefFmt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 919
Delete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 919
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 919
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 919
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 919
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 919
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 919
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 919
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 919

ADOBE FRAMEMAKER SCRIPTING GUIDE lviii


SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 920
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 920
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 920
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 920
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 920
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 920
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 920
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 920
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 920
app . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 920
Close . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 920
GetNamedObject . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 921
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 921
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 921
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 921
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 921
GetNamedBook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 921
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 921
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 922
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 922
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 922
GetNamedCommand . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 922
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 922
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 922
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 922
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 923
GetNamedMenu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 923
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 923
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 923
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 923
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 923
GetNamedMenuItemSeparator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 923
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 923
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 924
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 924
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 924
NewNamedObject . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 924
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 924
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 924
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 924
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 925
NewNamedBook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 925
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 925
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 925
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 925
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 925

lix ADOBE FRAMEMAKER SCRIPTING GUIDE


NewNamedCommand . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 925
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 925
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 926
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 926
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 926
NewNamedMenu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 926
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 926
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 926
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 926
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 927
NewNamedMenuItemSeparator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 927
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 927
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 927
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 927
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 927
GetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 927
SetProps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 928
ObjectValid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 928
global . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 928
Alert . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 928
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 928
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 928
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 929
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 929
Alive . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 929
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 929
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 929
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 929
CallClient . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 929
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 929
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 930
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 930
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 930
Example: XLIFF Export . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 930
Example: XLIFF Import . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 932
CallClientEx . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 933
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 933
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 934
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 934
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 934
CheckStatus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 934
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 934
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 934
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 934
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 935
ClientDir . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 935

ADOBE FRAMEMAKER SCRIPTING GUIDE lx


Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 935
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 935
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 935
ClientName . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 935
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 935
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 936
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 936
CMSRegister . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 936
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 936
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 936
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 936
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 936
CMSGetCmsIdFromName . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 936
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 936
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 936
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 937
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 937
CMSAddMenuEntry . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 937
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 937
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 937
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 937
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 937
CustomDoc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 938
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 938
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 938
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 938
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 939
DefineMenu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 939
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 939
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 940
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 940
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 940
DisconnectFromSession . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 940
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 940
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 941
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 941
Err . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 941
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 941
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 941
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 941
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 941
FamilyFonts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 941
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 941
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 941
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 941
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 942

lxi ADOBE FRAMEMAKER SCRIPTING GUIDE


GetKeyCatalog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 942
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 942
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 942
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 942
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 942
GetEncodingForFamily . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 942
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 942
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 943
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 943
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 943
GetEncodingForFont . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 943
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 943
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 944
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 944
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 944
GetImportDefaultParams . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 944
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 944
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 944
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 944
GetOpenDefaultParams . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 944
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 944
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 945
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 945
GetPropIndex . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 945
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 945
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 945
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 945
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 945
GetSaveDefaultParams . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 945
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 945
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 951
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 951
GetSupportedEncodings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 951
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 951
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 951
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 951
GetUpdateBookDefaultParams . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 952
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 952
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 952
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 952
GetNewXMLDefaultParams . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 952
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 952
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 952
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 952
IsEncodingSupported . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 953
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 953

ADOBE FRAMEMAKER SCRIPTING GUIDE lxii


Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 953
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 953
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 953
LoadMenuCustomizationFile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 953
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 953
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 954
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 954
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 954
NewKeyCatalog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 955
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 955
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 955
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 955
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 955
NewXML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 955
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 955
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 955
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 955
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 956
Notification . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 956
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 956
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 963
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 963
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 963
PopClipboard . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 963
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 963
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 963
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 964
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 964
PrintFAErrno . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 964
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 964
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 964
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 964
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 965
PrintImportStatus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 965
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 965
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 965
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 965
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 965
PrintOpenStatus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 965
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 965
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 965
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 965
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 966
PrintPropVal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 966
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 966
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 966

lxiii ADOBE FRAMEMAKER SCRIPTING GUIDE


Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 966
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 966
PrintPropVals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 966
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 966
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 966
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 966
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 967
PrintSaveStatus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 967
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 967
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 967
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 967
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 967
PrintTextItem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 967
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 967
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 967
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 967
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 968
PrintTextItems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 968
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 968
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 968
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 968
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 968
PrintUpdateBookStatus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 968
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 968
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 968
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 968
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 969
PushClipboard . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 969
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 969
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 969
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 969
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 969
ReturnValue . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 969
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 969
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 971
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 971
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 971
ShutDown . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 972
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 972
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 972
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 972
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 972
SimpleNewDoc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 972
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 972
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 972
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 972

ADOBE FRAMEMAKER SCRIPTING GUIDE lxiv


Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 973
UserCancel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 973
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 973
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 973
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 973
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 973
SimpleOpen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 973
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 973
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 974
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 974
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 974
UpdateMenus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 974
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 974
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 974
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 975
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 975
AddMenu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 975
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 975
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 975
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 975
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 976
RemoveMenu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 976
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 976
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 976
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 976
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 976
MenuExists . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 977
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 977
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 977
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 977
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 977
ShortcutExists . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 977
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 977
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 977
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 977
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 977
GetExportDefaultParams . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 978
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 978
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 978
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 978
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 978
PrintExportStatus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 978
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 978
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 978
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 978
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 978

lxv ADOBE FRAMEMAKER SCRIPTING GUIDE


ErrorName . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 978
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 978
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 979
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 979
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 979
PrintErrno . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 979
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 979
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 979
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 979
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 979
NotificationName . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 979
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 979
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 979
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 979
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 980
AllocatePropVals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 980
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 980
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 980
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 980
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 980
Open . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 980
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 980
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 987
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 987
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 987
ScrollBox . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 988
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 988
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 988
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 988
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 988
ChooseFile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 988
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 988
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 989
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 989
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 989
PromptInt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 990
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 990
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 990
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 990
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 990
PromptMetric . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 991
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 991
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 991
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 991
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 991
PromptString . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 992

ADOBE FRAMEMAKER SCRIPTING GUIDE lxvi


Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 992
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 992
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 992
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 993
Service . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 993
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 993
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 993
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 993
FileScrollBox . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 993
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 993
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 993
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 993
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 994
SetCurrentWorkspace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 994
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 994
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 994
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 994
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 994
GetWorkspaceName . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 994
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 994
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 994
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 994

CMS Connector Framework . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 995


CMS API Data Structures and Enum Constants . . . . . . . . . . . . . . . . . . . . . . . . . . 995
CMSResult . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 995
CMSResult . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 995
CMSItemFileType . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 996
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 996
CMSProperties . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 997
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 997
CMSMenuItem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 997
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 997
CMSCheckinParam . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 997
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 997
CMSDeleteParam . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 998
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 998
CMSInfo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 998
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 998
CMSInfos . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 998
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 998
Error Codes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 998
CMS API functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 999
APIs to automate CMS connector functionality . . . . . . . . . . . . . . . . . . . . . . . . . 1000
CMSLogin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1000
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1000

lxvii ADOBE FRAMEMAKER SCRIPTING GUIDE


Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1000
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1000
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1001
CMSLogout . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1001
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1001
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1001
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1001
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1001
CMSCheckout . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1002
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1002
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1002
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1002
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1002
CMSCheckin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1002
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1002
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1002
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1002
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1002
CMSCancelCheckout . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1003
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1003
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1003
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1003
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1003
CMSDelete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1004
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1004
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1004
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1004
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1004
CMSOpenFile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1004
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1004
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1004
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1004
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1005
CMSUploadObject . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1005
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1005
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1005
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1005
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1005
CMSDownloadObject . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1005
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1005
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1006
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1006
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1006
GetCMSObjectFromPath . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1006
Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1006
Returns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1006

ADOBE FRAMEMAKER SCRIPTING GUIDE lxviii


Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1006
Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1006

Legal notices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1007

lxix ADOBE FRAMEMAKER SCRIPTING GUIDE


ABOUT THIS DOCUMENT
CHAPTER 1 OVERVIEW

Overview
A script is a series of commands that instructs Adobe® FrameMaker® to perform a set of specified
actions. Scripts automate repetitive tasks, such as counting the images in a book or adding an indent to
all the para tags in a file. Use scripts as a creative tool to streamline time-consuming tasks.
If you are new to scripting, you can acquaint yourself with the basic scripting concepts provided in the
Introduction to Scripting manual.

About this document

Naming conventions
To help you identify the structures, constants, and functions defined by the ESTK, this document adheres
to the following naming conventions:

Type Naming Convention Example

API error codes Prefix: Constants.FE Constants.FE_BadName(-33)


Suffix: Error number in parentheses
API functions Suffix: () UpdateTextInset()
API scriptable function Prefix: Constants.FS_ Constants.FS_ForceImportA
property names Suffix: Enumerated value in sText (17)
parentheses
Flags used by API Prefix: Constants.FF_ Constants.FF_UFF_VAR()
functions Suffix: Enumerated value in
parentheses
Initialization constants Prefix: Constants.FA_Init Constants.FA_Init_First
Suffix: Enumerated value in (1)
parentheses
Notification constants Prefix: Constants.FA_Note Constants.FA_Note_PreFile
Type (9)
Object types Prefix: Constants.FO_ Constants.FO_Doc (4)
Suffix: Enumerated value in
parentheses
Property value Prefix: Constants.FV_ Constants.FV_Doc_Type_MIF
constants Suffix: Enumerated value in (0x03)
parentheses

1
SCRIPTING SUPPORT IN FRAMEMAKER
CHAPTER 1 OVERVIEW

Typographic conventions
Notice the use of different fonts to represent different types of information:
• What you type is shown in text like this.
• Function names, property names, structure names, returned values, constants, filter names,
program names, paths, and filenames are also shown in text like this.

Scripting support in FrameMaker


FrameMaker supports ExtendScript, which is an extended implementation of JavaScript. While JavaScript
files have .js extension, ExtendScript files have .jsx extension.
For more information on JavaScript modules, tools, utilities, and features that are available to all JavaS-
cript-enabled Adobe applications, see JavaScript Tools Guide.

Development and debugging tools in ExtendScript toolkit


For assistance in developing, debugging, and testing scripts, Adobe provides the ExtendScript Toolkit.
ExtendScript Toolkit is an interactive development and testing environment for ExtendScript, which is
installed with FrameMaker and all JavaScript-enabled applications. For details, see Chapter 2, “The
ExtendScript Toolkit” and Chapter 8, “ExtendScript Tools and Features ” in JavaScript Tools Guide.

ExtendScript capabilities
Using ExtendScript Toolkit, you can develop and debug ExtendScript. ExtendScript provides the following
features that make scripting easy:
• User interface development tools: The ScriptUI module defines Window objects that represent
platform-specific windows and various control elements, such as buttons and static text. Resource
specification allows you to create user-interface elements. Using the event-handling callback func-
tions, you can define the behavior of your user-interaction controls. ScriptUI provides a rich set of
containers (such as Group, Panel, and TabbedPanel) and user interface controls (such as Button,
Image, Scrollbar, Treeview, and FlashPlayer). ScriptUI works with the ExtendScript JavaScript inter-
preter to provide JavaScript programs with the ability to create and interact with user interface
elements. The Graphic customization objects provide the ability to customize the appearance of
user-interface controls before they are drawn. For details, see Chapter 4, “User-Interface Tools” in
JavaScript Tools Guide.
• Extensions:
– ExtendScript offers tools for communicating with other computers or the Internet using stan-
dard protocols. The Socket object supports low-level TCP connections. For details, see
Chapter 6, “External Communication Tools” in JavaScript Tools Guide.
– Adobe ExtendScript defines classes that simplify cross-platform file-system access. These
classes are available to all applications that support a JavaScript interface. For details, see
Chapter 3, “File System Access” in JavaScript Tools Guide.

2
CREATING SCRIPTS
CHAPTER 1 OVERVIEW

– You can extend the JavaScript DOM for an application. To extend the JavaScript DOM, write
a C or C++ shared library, compile it for the relevant platform, and load it into JavaScript as an
ExternalObject instance. A shared library is implemented by a DLL in Windows, a bundle or
framework in Mac OS, or a SharedObject in UNIX. For details, see Chapter 7, “Integrating
External Libraries” in JavaScript Tools Guide.
• Inter-application communication and messaging: ExtendScript provides a common scripting envi-
ronment for all Adobe JavaScript-enabled applications. The cross-DOM API allows implementation
of functions, such as open files and execute scripts, that are common across message-enabled
applications. Using simple syntax you can implement application-specific functionality for
message-enabled application. The BridgeTalk class of the messaging API has globally available static
properties and functions that provide access to environmental information relevant for communi-
cation between applications. The error codes defined by the interapplication messaging protocol
are compatible with the ExtendScript error codes. For details, see Chapter 5, “Interapplication
Communication with Scripts” in JavaScript Tools Guide

Creating Scripts
Adobe provides ExtendScript Toolkit (ESTK) with its applications as a scripting utility. ESTK has many
features that make it easier to use than a text editor. ESTK has a built-in syntax checker that identifies
where the problems are in your script and tries to explain how to fix them. You can run your scripts right
from the ESTK without saving the file. Running scripts without saving them first saves you time, especially
when you are learning to work with ESTK.

Accessing ESTK

Connect ESTK to FrameMaker

When you launch ExtendScript Toolkit from FrameMaker (File > Script ...), ExtendScript Toolkit is already
connected to FrameMaker. Only when you launch ExtendScript Toolkit from Windows (Start >
Programs...), complete the following steps to connect ESTK to FrameMaker.
1) In the ExtendScript Toolkit, select Adobe FrameMaker <Version#> in the pop-up menu.
2) Click ,
If FrameMaker is not already running, a message appears: “Target Adobe FrameMaker <Version#>
is not running. Do you want to launch Adobe FrameMaker <Version#>?”
3) Click Yes.
FrameMaker is launched and connected to ESTK.

3
USING SCRIPT LIBRARY
CHAPTER 1 OVERVIEW

To write, edit, and run scripts


In FrameMaker, do the following:
1) Click File > Script > New Script.
The ESTK editor opens.
2) Write the script in the editor.
3) To run the script, click the Play button.
You can also start ExtendScript Toolkit from Windows (Start > Programs). When you start Extend-
Script Toolkit from Windows, connect ESTK to FrameMaker.

Using script library


In FrameMaker, select File > Script > Catalog to display the script library.

Using the script catalog, you can manage your existing scripts:
• Favorites: Scripts you tag as your favorite appear here.
• Autorun: These scripts run when FrameMaker is launched.
• Registered: Scripts that run on certain triggers, such as on opening a file or saving a file.

4
USING OBJECT MODEL VIEWER
CHAPTER 1 OVERVIEW

Using object model viewer


Object Model Viewer in ESTK helps you to get the information on different classes and the methods in
ExtendScript. Press F1 or click Help > Object Model Viewer to open Object Model Viewer.

In the Object Model Viewer, select an object model under Browse to you can do the following to locate
information:
• Under Browser, select the object model for which you want the information. Object Model Viewer
displays the classes in the object model and details such as type, properties, method, and descrip-
tion of the class.
• Search for a class, method, or property.
• Bookmark a class, method, or property. It then appears under the Bookmarks section.

ExtendScript use cases


Some of the ExtendScript use cases can be:
• Scripts to automate repetitive tasks: You can write utilities to automate repetitive tasks, such as
change alignment of all the tables in a FrameMaker document.
• Notification-based scripts: You can write scripts that are triggered on FrameMaker events such as
such as opening, printing, or saving a document.

5
EXTENDSCRIPT USE CASES
CHAPTER 1 OVERVIEW

• Menu command scripts/scripts to extend FrameMaker functionality: Using these scripts, you can
add menus and commands in FrameMaker.
• Startup scripts: These scripts get executed when FrameMaker starts. You can set up scripts to run
at startup by copying them at the following location: <FMINSTALL_DIR>\startup. Alternatively, you
can use the Script Library dialog to register Autorun scripts.

6
EXPORT AND IMPORT XLIFF
CHAPTER 2 WHAT’S NEW IN ESTK

What’s new in ESTK

Export and import XLIFF


The CallClient method allows you to export and import XLIFF files. Sample codes for exporting and import
XLIFF files are given under the CallClient method.

7
ADDING TEXT TO A DOCUMENT AND ENABLING CHANGE BARS
CHAPTER 3 SAMPLE ESTK SCRIPTS

Sample ESTK scripts


ExtendScript is similar to JavaScript. You can easily develop ExtendScript for any of the applications in
FrameMaker if you are familiar with JavaScript.
Following are examples for scripts that automate specific activities in FrameMaker.
NOTE: Sample scripts shipped with FrameMaker are at the following location: <FMINSTALL_DIR>\samples

Adding text to a document and enabling change bars


The following script adds a sample text to a FrameMaker document and then enables the change bar.
Open a FrameMaker document before running the script.
Copy and paste the script to ESTK and select FrameMaker <Version#> as the target application. Click the
Play button to run the script.
var doc = app.ActiveDoc;
var firstPgf = doc.MainFlowInDoc.FirstTextFrameInFlow.FirstPgf;
var tl = new TextLoc(firstPgf, 0);
doc.AddText (tl, "Hello");
doc.AutoChangeBars = 1;
The script creates a text location using the new TextLoc()method. Assign the first page of the docu-
ment as the text location. Using the AddText() method, add a sample text. Set the
AutoChangeBarsproperty to 1 to enable the change bar.

Changing the table properties in a document


The following script changes the left indentation of all the tables in a FrameMaker body page by 1 inch.
It also changes the width of the columns to 2 inches. Open a FrameMaker document that has tables with
two columns before running the script.
var doc = app.ActiveDoc;
var flow = doc.MainFlowInDoc;
var tbl = 0;
var textItems = flow.GetText(Constants.FTI_TblAnchor);
for (var i = 0; i < textItems.len; i += 1)
{
tbl = textItems[i].obj;
tbl.TblLeftIndent = (2*72 * 65536);
var tblColWidths = new Metrics (2 * 72 * 65536, 2 * 72 * 65536);
tbl.TblColWidths = tblColWidths;
}
The script creates the document’s main flow using the MainFlowInDoc method. Use the
GetText(FTI_TblAnchor) method to list all tables in the main flow. Using a for loop, for each table,
use the TblLeftIndent()method to change the left indentation.

8
CHANGING THE TABLE PROPERTIES IN A DOCUMENT
CHAPTER 3 SAMPLE ESTK SCRIPTS

Use the TblColWidths() method to change the width of the column. This method accepts the argu-
ment in a metric form. So, create the arguments as a metric object using the new Metrics()method.
NOTE: By convention, there are 72 points per inch. Multiply the inch value with 65536 to get the correct
value. 1 inch is equal to 1 * 72 * 65536 points.

9
NAMING DIFFERENCES BETWEEN SCRIPTS AND FDK
CHAPTER 4 DIFFERENCES BETWEEN SCRIPTS AND FDK

Differences between scripts and FDK


If you are familiar with the FDK (FrameMaker Developer Kit) object model, this chapter will help you get
quickly get familiarized with ESTK. Adobe FrameMaker scripts are modeled closely on the FrameMaker
FDK. These scripts act as wrappers to the FDK and hide the complexity of using FDK functions from users.
This chapter documents the differences between using scripts and using FDK.

Naming differences between scripts and FDK

FDK Scripts

Every FDK object is identified by an Every script entity is identified as an object.


object ID.
Every property in FDK starts with Properties are used directly, in scripts. Remove the FP_ prefix
FP_. before using the properties in scripts.
For example, FP_CharTag. For example, FP_CharTag in FDK becomes just CharTag in
scripts.
Every property has its own data type. The properties can
either be read-only or read-write. NOTE: All FDK properties can
be used in FrameMaker scripts.
Every API in FDK starts with Methods are used directly in scripts. Remove the F_API
F_APImethodname. prefix before using the methods in scripts.
For example, F_ApiSplitElement becomes just
SplitElement in scripts.
Every object in FDK starts with FO_. Use objects directly in scripts. Remove the FO_ prefix before
For example, FO_Doc. using the objects in scripts.
For example, FO_Doc in FDK becomes just Doc in scripts.
NOTE: FDK object FO_Session is mapped to app and not to
Session. This app script object is readily available for all
FrameMaker scripts to use.
Every structure in FDK starts with F_ Structures are used directly in scripts. Remove the F_ prefix
and ends with a T. and the ending ‘T’ before using the structures in scripts.
For example, F_AttributeT. For example, F_AttributeT in FDK becomes just Attribute in
scripts.
Some FDK structures contain other FDK structures within
themselves. In a script, the structures within a structure are
treated as an object data type.
See the F_TextRangeT structure in Example 3 below.

10
NAMING DIFFERENCES BETWEEN SCRIPTS AND FDK
CHAPTER 4 DIFFERENCES BETWEEN SCRIPTS AND FDK

FDK Scripts

FDK uses data types such as StrngT Scripts map the FDK data types as follows:
for strings and IntT, UintT for StringT is mapped to Javascript String.
numbers. IntT andUinT are mapped to Javascript Number.
ObjHandleT is mapped to Javascript Object.

The following examples clearly highlight the differences between scripts and the FDK.
Example 1:
The app property is readily available to all FrameMaker scripts and maps to the FO_Session object in
FDK.
In this example, you query the ActiveDoc property that returns the Active Document
Object(Doc) in the current FrameMaker Session. The reference to this object is stored in the variable
doc.
doc = app.ActiveDoc;
flow = doc.MainFlowInDoc;
sync = flow.FlowIsSynchronized;
Explanation:
• Line 1 stores the reference to the Active Document Object.
• Line 2 creates an object called flow by querying a property of the doc object.
• Line 3 queries a property of the newly created flow object (created in line 2).
You can query each of the object references as a new object recursively, until you reach the desired
object property:
sync = app.ActiveDoc.MainFlowInDoc.FlowIsSynchronized;
The same example in FDK is as follows:
F_ObjHandleT docId, flowId;
IntT sync;
docId = F_ApiGetId(0, FV_SessionId, FP_ActiveDoc);
flowId = F_ApiGetId(FV_SessionId, docId, FP_MainFlowInDoc);
sync = F_ApiGetInt(docId, flowId, FP_ FlowIsSynchronized);
As discussed in the table above, Example 1 demonstrates how FDK properties [FP_ActiveDoc,
FP_MainFlowInDoc and FP_FlowIsSynchronized] are mapped to script properties
[ActiveDoc, MainFlowInDocand FlowIsSynchronized].
Example 2:
Example 2 builds on Example 1 and shows how methods are called in scripts.
Every object has some methods of its own. These methods can be invoked in the same way as properties
are invoked.
In Example 1, you created the doc object. To invoke a method, use doc.methodname(). For example,
doc.UpdateVariables();

11
NAMING DIFFERENCES BETWEEN SCRIPTS AND FDK
CHAPTER 4 DIFFERENCES BETWEEN SCRIPTS AND FDK

This code calls the UpdateVariables method of the doc object.


FDK users can relate these methods to FDK APIs. The same code in FDK becomes:
F_ApiUpdateVariables(FV_SessionId, docId);
Notice how the FDK API F_ApiUpdateVariables becomes the method name UpdateVariables
in scripts, as mentioned in the table above.
Global Methods:
Not every method is accessible through a specific object. There are some methods that are not called
through any objects but are called directly. These methods are called Global Methods. Examples of
Global Methods include ChooseFile(), CallClent() and Sleep().
In addition to these methods, all FDK Variables and Macros are available as Global Methods. These Vari-
ables usually start with FV_ in FDK.
Consider the following line of code for FDK:
F_ApiSetInt(FV_SessionId, docId, FP_Capitalization,
FV_CAPITAL_CASE_SMALL);
The same code can be written in scripts as follows:
doc.Capitalization = FV_CAPITAL_CASE_SMALL;
However, there is a separate class called Constants that can be used to access these Global Methods.
The script code can also be written as:
doc.Capitalization = Constants.FV_CAPITAL_CASE_SMALL;
Example 3:
Every FDK Structure such as F_TextItemT, and F_TextLocT are also mapped to objects in scripts. All
the fields of these structures are mapped to the read or write properties of these objects.
For example, structure F_PointT:
typedef struct {
MetricT x,y; /* The coordinate pair */
} F_PointT;
is mapped to the Point object in scripting. The Point object has two properties x and y.
See another FDK structure called F_TextRangeT:
typedef struct {
F_TextLocT beg; /* The beginning of the range */
F_TextLocT end; /* The end of the range */
} F_TextRangeT;
This structure is mapped to the TextRange object with both the properties beg and end being of type
TextLoc.
Notice that F_TextLocT itself is another structure.
NOTE: Structure objects do not have any methods associated with them.

The following example script fetches an Active Document and adds some text in the first paragraph of
the first flow of this document.

12
NOTIFICATIONS
CHAPTER 4 DIFFERENCES BETWEEN SCRIPTS AND FDK

doc = app.ActiveDoc;
flow = doc.MainFlowInDoc;
textFrame = flow.FirstTextFrameInFlow;
pgf = textFrame.FirstPgf;
textLoc = new TextLoc();
textLoc.obj = pgf;
textLoc.offset = 0;
doc.AddText(textLoc, ‘Sample Text’);
Notice how theF_TextLocT FDK structure maps to the TextLoc object in scripts.
Lines 1, 2, 3, 4 can be combined and written as:
pgf = app.ActicveDoc.MainFlowInDoc.FirstTextFrameInFlow.FirstPgf;
Lines 6, 7, 8 can be combined and written by passing parameters in the constructor of the TextLoc object
as:
textLoc = new TextLoc(pgf, 0);
Scripts have advanced features such as notifications and commands.

Notifications
Notifications is the internal mechanism through which a script registered for a particular event is run
when the event is triggered.
As an example, consider the following script:
/*
Sample script to demonstrate how to use notification mechanism of
FrameMaker though ExtendScript
*/
/*
There are basically two parts to a notification script.
1. Registering for a desired notification. (This is done by calling
'Notification()' with desired notifications as argument.)
2. Implement a handler for these notifications in your script. ( Implement
'Notify()' in script)
*/
/*
Part 1. Registering for Notifications
Notification()' is a global function and is available readily in
scripting. (Similar to F_ApiNotification())
The Syntax for Notification() is: Notification(int, int,.....,int, bool);
it takes:
a.)list of notifications(FA_Note_PreOpenDoc, FA_Note_PostOpenDoc etc.)
and
b.) param bool: true = register for provided notification list, false =
unregister for provided notification list.
(This parameter is optional and by default 'true')
Note: for more details please see F_ApiNotification() in FDK reference

13
NOTIFICATIONS
CHAPTER 4 DIFFERENCES BETWEEN SCRIPTS AND FDK

guide.
*/

/*
Notification(FA_Note_PreOpenDoc,true);
This is same as Notification(FA_Note_PreSaveDoc)
or you can register for more than one notification at once
Notification(FA_Note_PostOpenDoc,FA_Note_PreSaveDoc);
Here we register for the notification: FA_Note_PostOpenDoc - this
notification is
triggered just after a document is opened.
Notification(FA_Note_PostOpenDoc,true);
*/

/*
Part 2: handler
This can be done by implementing function 'Notify()' that are called by
FrameMaker when any desired even occurs.(Similar to F_ApiNotify())
Syntax for this callback function is:
@params
note: notification id to identify the event.
object: current document or book object which generated the event.
sparam: The string, if any, associated with the notification
(For example, if the notification is for an Open or Save operation, sparm
specifies the pathname of the affected file. If the notification is for
text entry, sparm specifies the text the user typed.)
iparam: The Integer, if any, associated with the notification. Probably
the fcode or bit flags.
Notify(note, doc, sparam, iparam)
Note: for more details please see F_ApiNotify() in FDK reference guide.
*/
function Notify(note, object, sparam, iparam)
{
switch (note) {
case FA_Note_PostOpenDoc:
alert("Opened document " + sparam);
break;
}
The line of code:
Notification(FA_Note_PostOpenDoc,true);
registers this script for the FA_Note_PostOpenDoc notification. This notification is triggered just after
any document is opened in FrameMaker.
The lines of code:
function Notify(note, object, sparam, iparam)
{
switch (note) {
case FA_Note_PostOpenDoc:

14
MENUS AND COMMANDS
CHAPTER 4 DIFFERENCES BETWEEN SCRIPTS AND FDK

alert("Opened document " + sparam);


break;
}
pops up an alert with the file name just after the file is opened.

Menus and Commands


Scripting allows you to add custom menus and associate commands with these menus. In addition, you
can implement your own handlers for commands in a similar way as the FDK.
IMPORTANT: Ensure that you do not include any hypertext command in your custom menus. Because the
hypertext commands can only be executed in the View Only mode, and in the View Only mode, the
custom menus are not visible.
The following script adds two menus and associated commands to the FrameMaker main menu.
/*
In this script, we add two menu items to FrameMaker Session and associate
two different commands to these menu items
*/
// Main menu bar
/* First we get the object associated with Main menubar in FrameMaker*/
mMenu = app.GetNamedMenu("!MakerMainMenu") ;
// F_ApiGetNamedMenu(FV_SessionId, FO_Menu, (ConStringT)"!MakerMainMenu")
/*
Defining new menu items
DefineAndAddMenu(name, label)
FDK equivalent : F_ApiDefineAndAddMenu(F_ObjHandleT toMenuId, StringT
name, StringT label)
*/
nMenu1 = mMenu.DefineAndAddMenu("Menu1", "Menu1");
nMenu2 = mMenu.DefineAndAddMenu("Menu2", "Menu2");
// Adding command to menus
/*
DefineAndAddCommand(cmdID, name, label, shortcut)
FDK equivalent: F_ApiDefineAndAddCommand(IntT cmdID, F_ObjHandleT
toMenuId, StringT name, StringT label, StringT shortcut)
cmdID is a integer that will be passed to Command() function defined in
your script. It should be unique to the script.
*/
nMenu1.DefineAndAddCommand(1,"cmd1","command1","");
nMenu2.DefineAndAddCommand(2,"cmd2","command2","");
// Another way for creating a command and adding it to menu items.
//cmd3 = DefineCommand(3, "cmd3", "cmd3", "");
// FDK equivalent : F_ApiDefineCommand(IntT cmdID, StringT name, StringT
label, StringT shortcut)
// add the command to different menu items
//nMenu1.AddCommandToMenu(cmd3);
// FDK equivalent : ApiAddCommandToMenu(F_ObjHandleT toMenuId,

15
MENUS AND COMMANDS
CHAPTER 4 DIFFERENCES BETWEEN SCRIPTS AND FDK

F_ObjHandleT commandId)
//nMenu2.AddCommandToMenu(cmd3);
// must call if script has been run through ESTK, redundant otherwise.
UpdateMenus();
// Call back equivalent to F_ApiCommand(command)
function Command(cmd){
switch(cmd) {
case 1:
alert("Command1 executed");
break;
case 2:
alert("Command2 executed");
break;
}
}
Let us examine the script in detail:
1) The line: mMenu = app.GetNamedMenu("!MakerMainMenu") ; fetches the name of the
FrameMaker main menu and stores it in the variable mMenu.
2) The lines:
nMenu1 = mMenu.DefineAndAddMenu("Menu1", "Menu1");
nMenu2 = mMenu.DefineAndAddMenu("Menu2", "Menu2");
add two new menu entries Menu1 and Menu2, under the main menu. The name of the main menu
is already stored in step 1.
3) The commands:
nMenu1.DefineAndAddCommand(1,"cmd1","command1","");
nMenu2.DefineAndAddCommand(2,"cmd2","command2","");
add two new menu entries called Command 1 and Command 2 under the menu entries Menu1 and
Menu2, that were defined in step 2.
4) Finally, the block of code:
function Command(cmd) {
case 1: alert("Command 1 executed");
break;
case 2: alert("command 2 executed");
break;
}
assigns the relevant commands to the menu entries defined in step 3.
The number after the keyword case is the menu ID. Look at the command in step 3:
nMenu1.DefineAndAddCommand(1,"cmd1","command1","");
The first value within the parenthesis is the menuID. This value is passed to the case statement.
The system pops up the relevant alert when the corresponding menu entry is clicked.

16
AFRAME
CHAPTER 5 OBJECT REFERENCE

Object Reference

AFrame

Property name Data Type Description

AFrameIsCropped bool Indicates whether the anchored frame


is cropped or not.
Possible values are:
0 - (Default) Indicates the frame is not
cropped.
1 - Indicates the frame is cropped.
AFrameIsFloating bool Indicates whether the anchored frame
is set to be floatable or not.
Possible values are:
0 - (Default) Indicates the frame is not
floatable.
1 - Indicates the frame is floatable.
Alignment number Indicates how the anchored frame is
aligned.
Possible values are:
• Constants.FV_ALIGN_LEFT (0)
Constants.FV_ALIGN_CENTER (1)
Constants.FV_ALIGN_RIGHT (2)
Constants.FV_ALIGN_INSIDE (3)
Constants.FV_ALIGN_OUTSIDE (4)

17
AFRAME
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

AnchorType number Indicates the location where the frame


is anchored.
Possible values are:
• Constants.FV_ANCHOR_INLINE (1)
Constants.FV_ANCHOR_TOP (2)
Constants.FV_ANCHOR_BELOW
(3)
Constants.FV_ANCHOR_BOTTOM
(4)
Constants.FV_ANCHOR_SUB-
COL_LEFT (5)
Constants.FV_ANCHOR_SUB-
COL_RIGHT (6)
Constants.FV_ANCHOR_SUB-
COL_NEAREST (7)
Constants.FV_ANCHOR_SUBCOL_-
FARTHEST (8)
Constants.FV_ANCHOR_SUB-
COL_INSIDE (9)
Constants.FV_ANCHOR_SUB-
COL_OUTSIDE (10)
Constants.FV_ANCHOR_TEXT-
FRAME_LEFT (11)
Constants.FV_ANCHOR_TEXT-
FRAME_RIGHT (12)
Constants.FV_ANCHOR_TEXT-
FRAME_NEAREST (13)
Constants.FV_ANCHOR_TEXT-
FRAME_FARTHEST (14)
Constants.FV_ANCHOR_TEXT-
FRAME_INSIDE (15)
Constants.FV_ANCHOR_TEXT-
FRAME_OUTSIDE (16)
Constants.FV_ANCHOR_RUN_IN-
TO_PARAGRAPH (17)
BaselineOffset number Baseline Offset

18
AFRAME
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Element Element If the anchored frame is in a structured


flow in a FrameMaker document,
Element indicates the element
containing the anchored frame.
InTextFrame TextFrame Indicates the text frame in which the
anchored frame is placed.
InTextObj FMObject Indicates the column or text frame in
which the anchored frame is placed.
NextAFrame AFrame Contains the next anchored frame in
the text frame.
PrevAFrame AFrame Contains the previous anchored frame
in the text frame.
SideOffset number Denotes the near side offset.
TextLoc TextLoc Contains the location of the anchor
symbol.
FirstGraphicInFrame FMObject Contains the first object in the anchored
frame.
LastGraphicInFrame FMObject Contains the last object in the anchored
frame.
Angle number Indicates the angle of rotation of the
graphic object.
ArrowBaseAngle number Denotes the arrowhead base angle in
degrees.
ArrowLength number Denotes the arrowhead length (always
rounded down to the nearest 1/256
point).
ArrowScaleFactor number Indicates the factor by which the
arrowhead is scaled as line width
changes (always rounded down to
nearest 1/16 point). It is not used if the
ArrowScaleHead property is False.
ArrowScaleHead number Set to 1 if arrowhead is scaled as the
line width changes. Set to 0, otherwise.
ArrowTipAngle number Denotes the arrowhead tip angle in
degrees.

19
AFRAME
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ArrowType number Denotes the style of the arrowhead.


Possible values are:
• Constants.FV_ARROW_STICK
(0x1)
Constants.FV_ARROW_HOLLOW
(0x2)
Constants.FV_ARROW_FILLED
(0x3)
BorderWidth number Indicates the border width specified in
points. The permissible range is 0.015 pt
to 360 points.
Color Color Denotes the spot color.
Dash Metrics Specifies a dash pattern that is repeated
for the length of an object's border. The
pattern is stored in a MetricsT structure.
The 0th element of the
MetricsT.MetricsT_val array stores the
length of the first dash; the 1st element
stores the following space; the 2nd
element stores the next dash; and so on
for an even number of elements.
Fill number Denotes the fill pattern (numbers
between 0 and 15).
Constants are provided for fill patterns
0, 7 and 15, as follows:
• Constants.FV_FILL_BLACK (0)
Constants.FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
FrameParent FMObject Denotes the frame containing the
graphic object.
GraphicCantBeSelected number Set to 1 if the graphic object cannot be
selected. Set to 0, otherwise.
GraphicIsSelected number Set to 1, if the graphic object is
selected. Else, set to 0.
GroupParent Group Specifies the group to which the object
belongs.
Note: Anchored frames do NOT have
this property.

20
AFRAME
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

HeadArrow number Set to 1 if the line has an arrow head.


Set to 0, otherwise.
Height number Denotes the height of the object
denoted in points. The permissible
range is from 0.125 points to 3600
points.
HotspotCmdStr StringT The command string for a hotspot.
Thismust be a valid hypertext command
string.
HotspotTitle StringT The tooltip text for the hotspot in the
outputs that support it (for example
HTML). This property is 0ptional.
IsHotspot Bool Whether the object is a hotspot or not.
If this property is turned off, the object
is no longer a hotspot even if command
string is non-empty.
LineCap number Specifies the type of the end of the line.
The possible values are:
• Constants.FV_CAP_BUTT (0x00)
Constants.FV_CAP_ROUND (0x01)
Constants.FV_CAP_SQUARE
(0x02)
LocX number Specifies the distance of the object from
the left side of the parent frame (in
inches). The permissible range is –216
inches to 216 inches.
If the graphic object is an anchored
frame, the distance is automatically
calculated from the left side of the page
frame. You cannot set this value
manually for anchored frames.

21
AFRAME
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

LocY number Distance of the object from the top of


the parent frame (in inches) The
permissible range is –216 inches to 216
inches.
If the graphic object is an anchored
frame, the distance is automatically
calculated from the top of the page
frame. You cannot set this value
manually for anchored frames.
NextGraphicInDoc FMObject Denotes the next graphic object in the
document.
NextGraphicInFrame FMObject Denotes the next graphic object in the
frame.
NextGraphicInGroup FMObject Denotes the next graphic object in the
group.
NextSelectedGraphicInDoc FMObject Denotes the next selected graphic
object in the document.
ObjectAttributes Strings A list of strings. Each string expresses an
attribute that is specified for an
anchored frame in the Object
Properties > Object Attributes dialog
box. Each string is in the form of
string_text.You can use the backslash to
escape characters such as \n, \r, or \t for
newline, carriage return, and tab,
respectively. For a backslash character
in the string text, type \\.
Overprint number Specifies the overprint settings for the
object. The possible values are:
• Constants.FV_KNOCKOUT (0x00)
Constants.FV_OVERPRINT (0x01)
Constants.FV_FROMCOLOR (0x02)

22
AFRAME
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Pen number Specifies the pen pattern (numbers


between 0 and 7).
Constants are provided for pen patterns
0, 7 and 15, as follows:
• Constants.FV_FILL_BLACK (0)
Constants. FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
PrevGraphicInFrame FMObject Denotes the previous graphic object in
the frame.
PrevGraphicInGroup FMObject Denotes the previous graphic object in
the group.
Runaround number Specifies whether text can flow around
the object and, if so, whether the text
follows the contour of the object or a
box shape surrounding the object. The
possible values are:
• Constants.FV_TR_NONE (0x01)
Constants.FV_TR_CONTOUR
(0x02)
Constants.FV_TR_BBOX (0x03)
RunaroundGap number Denotes the width of the runaround
gap, if the object is a runaround object.
TailArrow number Set to 1 if the arrowhead is enabled at
the begining of the line; Set to 0
otherwise.
TintPercent number Specifies the tint percentage.
Unique number Indicates the graphic object's internal
unique number.
Width number Denotes the width of the object. The
permissible range is from 0.125 points
to 3600 points.
FirstGraphicInFrame FMObject Contains the first object in the anchored
frame.
LastGraphicInFrame FMObject Contains the last object in the anchored
frame.

23
ARC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

UserString string A string to which clients can store


private data.

AFrame methods
Delete, GetProps, SetProps, ObjectValid.

Arc

Property name Data Type Description

DTheta number Denotes the arc angle length in degrees.


The permissible range is –360 degrees
to +360 degrees.
Theta number Specifies the start angle in degrees. The
permissible range is 0 degrees to 360
degrees.
Angle number Specifies the angle of the object's
rotation.
ArrowBaseAngle number Indicates the arrowhead base angle in
degrees.
ArrowLength number Denotes the arrowhead length (always
rounded down to the nearest 1/256
point).
ArrowScaleHead number Set to 1 if the arrowhead is scaled as the
line width changes. Set to 0, otherwise.
ArrowScaleFactor number Specifies the factor by which arrowhead
is scaled as line width changes (always
rounded down to nearest 1/16 point). It
is not used if the ArrowScaleHead
property is set to False.
ArrowTipAngle number Specifies the arrowhead tip angle in
degrees.

24
ARC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ArrowType number Denotes the Arrowhead style. Possible


values are:
• Constants.FV_ARROW_STICK
(0x01)
Constants.FV_ARROW_HOLLOW
(0x02)
Constants.FV_ARROW_FILLED
(0x03)
BorderWidth number Specifies the border width in points.
The permissible range is 0.015 point to
360 point.
Color Color Indicates the spot color.
Dash Metrics Specifies a dash pattern that is repeated
for the length of an object's border. The
pattern is stored in a Metrics object.
The 0th element of the
MetricsT.MetricsT_val array
stores the length of the first dash; the
1st element stores the following space;
the 2nd element stores the next dash;
and so on for an even number of
elements.
Fill number Denotes the fill pattern. The patterns
are denoted by numbers between 0 and
15.
The following constants are provided for
the fill patterns 0, 7 and 15:
• Constants.FV_FILL_BLACK (0)
Constants.FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
FrameParent FMObject Specifies the frame containing the
graphic object.
GraphicCantBeSelected number Set to 1 if the graphic object cannot be
selected. Else, set to 0.
GraphicIsSelected number Set to 1 if the graphic object is selected,
else set to 0.

25
ARC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

GroupParent Group Indicates the group to which the object


belongs. Anchored and unanchored
frames do not have this property.
HeadArrow number Set to 1 if line has an arrowhead, set to
0 otherwise.
Height number Specifies the height of the object in
points. The permissible range is from
0.125 pt to 3600 pt.
HotspotCmdStr StringT The command string for a hotspot. This
must be a valid hypertext command
string.
HotspotTitle StringT The tooltip text for the hotspot in the
outputs that support it (for example
HTML). This property is 0ptional.
IsHotspot Bool Whether the object is a hotspot or not.
If this property is turned off, the object
is no longer a hotspot even if command
string is non-empty.
LineCap number Indicates the type of line end. The
possible values are:
• Constants.FV_CAP_BUTT (0x00)
Constants.FV_CAP_ROUND (0x01)
Constants.FV_CAP_SQUARE
(0x02)
LocX number Specifies the distance of the object from
the left side of the parent, in inches. The
permissible range is from –216 inches to
216 inches.
If the graphic object is an anchored
frame, the distance is automatically
calculated from the left side of the page
frame. You cannot set the LocX property
for anchored frames.

26
ARC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

LocY number Specifies the distance of the object from


the top of the parent frame, in inches.
The permissible range is from –216
inches to 216 inches.
If the graphic object is an anchored
frame, the distance is automatically
calculated from the top of the page
frame. You CANNOT set the LocY
property for anchored frames.
NextGraphicInDoc FMObject Indicates the next graphic object in the
document.
NextGraphicInFrame FMObject Denotes the next graphic object in the
frame.
NextGraphicInGroup FMObject Indicates the next graphic object in the
group.
NextSelectedGraphicInDoc FMObject Specifies the next selected graphic
object in the document.
ObjectAttributes Strings Contains a list of strings, each string
expressing an attribute that is specified
for an anchored frame in the Object
Properties > Object Attributes dialog
box. Each string is in the form of
string_text .You can use the backslash to
escape characters such as \n, \r, or \t for
newline, carriage return, and tab,
respectively. For a backslash character
in the string text, type \\.
Overprint number Specifies the overprint settings for the
object. The possible values are:
• Constants.FV_KNOCKOUT (0x00)
Constants.FV_OVERPRINT (0x01)
Constants.FV_FROMCOLOR (0x02)

27
ARC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Pen number Indicates the pen pattern, denoted by


numbers between 0 and 7.
Constants are provided for some of the
fill patterns:
• Constants.FV_FILL_BLACK (0)
Constants.FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
PrevGraphicInFrame FMObject Specifies the previous graphic object in
the frame.
PrevGraphicInGroup FMObject Indicates the previous graphic object in
the group.
Runaround number Specifies whether text can flow around
the object and, if so, whether the text
follows the contour of the object or a
box shape surrounding the object.
Possible values are:
• Constants.FV_TR_NONE (0x01)
Constants.FV_TR_CONTOUR
(0x02)
Constants.FV_TR_BBOX (0x03)
RunaroundGap number Denotes the width of the runaround
gap, if the object is a runaround object.
TailArrow number Set to 1 if the arrowhead is enabled at
the beginning of the line. Set to 0,
otherwise.
TintPercent number Specifies the tint percentage.
Unique number Denotes the internal identifier of the
graphic object.
Width number Specifies the width of the object in
points. The permissible range is 0.125
point to 3600 point.

Arc methods
Delete, GetProps, ObjectValid, SetProps.

28
ATTRCONDEXPR
CHAPTER 5 OBJECT REFERENCE

AttrCondExpr

Property name Data Type Description

NextAttrCondExprInDoc AttrCondExp Indicates the pointer to the next


r AttrCondExpr object in the
document.
AttrCondExprStr string The AttrCondExpr expression in
string format.
AttrCondExprIsActive bool Set to True if this expression is applied
to the document. (Application will
mean filtering the document according
the constraints in the expression). Set to
False, otherwise.

AttrCondExpr methods
ApplyAttributeExpression, GetProps, ObjectValid, SetProps.

Attribute

Property name Data Type Description

name string The name of the attribute.


values Strings The attribute value.
valflags uint The validation error flags. This property
is read only.
allow uint Allow error as special case to suppress
reporting by validation.

Attribute methods
Attribute.

29
ATTRIBUTEDEF
CHAPTER 5 OBJECT REFERENCE

AttributeDef

Property name Data Type Description

name string Name of the attribute


required number Set to 1 if the attribute is required. Else,
set to 0.
flags uint The flag value determines whether an
attribute is hidden, read-only or neither.
The following are the values that an
attribute can have:
• Constants.FV_AF_READ_ONLY
(0x0001) - The attribute value is
read-only.
Constants.FV_AF_HIDDEN
(0x0002) - The attribute value is
hidden.
NULL - The attribute value is nei-
ther read-only nor hidden.

30
ATTRIBUTEDEF
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

attrType number Denotes the attribute value’s type. The


value is one of:
• Constants.FV_AT_STRING (0) - Any
arbitratry text string.
Constants.FV_AT_STRINGS (1) -
One or more arbitrary text strings.
Constants.FV_AT_CHOICES (2) - A
value from a list of choices.
Constants.FV_AT_INTEGER (3) - A
signed whole number (optionally
restricted to a range of values).
Constants.FV_AT_INTEGERS (4) -
One or more integers (optionally
restricted to a range of values).
Constants.FV_AT_REAL (5) - A real
number (optionally restricted to a
range of values).
Constants. FV_AT_REALS (6) - One
or more real numbers (optionally
restricted to a range of values).
Constants.FV_AT_UNIQUE_ID (7) -
A string that uniquely identifies an
element.
Constants.FV_AT_UNIQUE_IDREF
(8) - A reference to a UniqueID at-
tribute.
Con-
stants.FV_AT_UNIQUE_IDREFS (9)
- One or more references to a
UniqueID attribute.
choices Strings The choices from which to select, if the
Type parameter is set to
Constants.FV_AT_CHOICES (2).
defValues Strings Default value of the attribute.
rangeMin string The minimum permissible value, if any.
rangeMax string The maximum permissible value, if any.

31
ATTRIBUTEDEFS
CHAPTER 5 OBJECT REFERENCE

AttributeDef methods
AttributeDef.

AttributeDefs
An Array of AttributeDef objects with integer indexing and a length property.

Property name Data Type Description

length number The length of the array

AttributeDefs methods
concat, pop, push.

AttributeEx

Property name Data Type Description

name string The name of the attribute.


values Strings The attribute value.
valflags uint The validation error flags. This property
is read only.
allow uint Allow error as special case to suppress
reporting by validation.

Attributes
An Array of Attribute objects with integer indexing and a length property.

Property name Data Type Description

length number The length of the array.

32
ATTRIBUTESEX
CHAPTER 5 OBJECT REFERENCE

Attributes methods
concat, pop, push.

AttributesEx
An Array of AttributeEx objects with integer indexing and a length property.

Property name Data Type Description

length number The length of the array.

AttributesEx methods
concat, pop, push.

BodyPage

Property name Data Type Description

MasterPage string Denotes the name of the master page


background for the body page if the
PageBackground property is set to
Constants.FV_BGD_OTHER
(0x02).
The value is null if the
PageBackgroundproperty is set to
either
Constants.FV_BGD_DEFAULT
(0x00) or
Constants.FV_BGD_NONE
(0x01).

33
BODYPAGE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

PageBackground number Indicates the type of master page


background. The possible values are:
• Constants.FV_BGD_DEFAULT
(0x00): The page has a Left or Right
master page background if the
document is double-sided, or a
Right master page background if
the document is single-sided.
Constants.FV_BGD_NONE (0x01):
The page has no master page
background.
Constants.FV_BGD_OTHER (0x02):
The page has the custom master
page background specified by the
MasterPage property.
To determine whether a body page has
a Left or a Right master page
background, when its PageBackground
property is set to
Constants.FV_BGD_DEFAULT (0x00),
query its PageIsRecto property.
PageFrame UnanchoredF Denotes the page frame for the page.
rame
PageHeight number Indicates the height of the page.
PageIsRecto number Set to 1 if the page is a Right page; Set
to 0 if the page is a Left page.
PageNext BodyPage Denotes the next body page in the
document.
PageNum number Contains the current page number.
PageNumString string Contains the page number string.
PagePrev BodyPage Denotes the previous body page in the
document.
PageWidth number Denotes the width of the page.
PointPageNum number Indicates the point page number.

34
BOOK
CHAPTER 5 OBJECT REFERENCE

BodyPage methods
ApplyPageLayout, Delete, GetProps, ObjectValid, SetProps.

Book

Property name Data Type Description

BookDontUpdateReferences number Set to 0 if FrameMaker is set to update


cross-references when it opens the
book; Set to 1, otherwise.
BookIsModified number Set to 1 if the book has been modified;
Set to 0, otherwise.
BookIsSelected number Set to 1 if the book icon in the book
window is selected; Set to 0 otherwise.
FirstComponentInBook BookCompone Denotes the first component in the
nt book.
FirstSelectedComponentInBook BookCompone Denotes the first selected component in
nt the book.
IsIconified number Set to 1 if the book window is iconified;
set to 0 otherwise.
IsInFront number Set to 1 if the book window is in front of
other windows in the FrameMaker
product session; Set to 0 otherwise.
IsOnScreen number Set to 1 if the document is visible on the
screen; Set to 0 otherwise.
Note: The IsOnScreen property is always
1 for books, and setting it to 0 has no
effect.
Label string Denotes the title in the book window
title bar.
Name string Indicates the path of the book.
NextOpenBookInSession Book Denotes the next open book in
FrameMaker session's list of open
books.

35
BOOK
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

StatusLine string String that appears in the book status


bar. Querying this string returns the
status string.
ScreenHeight number Denotes the height of the book window
in pixels.
ScreenWidth number Denotes the width of the book window
in pixels.
ScreenX number Specifies the offset of the book window
in pixels from the left side of the screen
(or the left of the FrameMaker product
application window).
If you set a value that results in the
book window being off the screen, that
value is ignored and the old value is
retained.
ScreenY number Indicates the offset of the book window
in pixels from the top of the screen (or
the top of the FrameMaker product
application window ).
If you set a value that results in the
book window being off the screen, that
value is ignored and the old value is
retained.
TypeOfDisplayText number Specifies the type of text snippet to
display for each icon in the book
window. The two possible values are:
• Constants.FV_BK_FILENAME (1)-
displays the book component's
filename
Constants.FV_BK_TEXT (2) - dis-
plays the first paragraph of the
component's first flow.
AcrobatBookmarkDisplayTags number Set to 1 if the
IncludeParagraphTagsinBookma
rkText property is set to 1 (the
paragraph tag is added before the
paragraph text in each bookmark); Set
to 0 otherwise.

36
BOOK
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

DocAcrobatColumnArticleThreads number Set to 1 if you want separate article


threads for each column; set to 0 if you
want separate article threads for each
text frame.
NOTE: The DocPDFNoArticleThread
property must be set to FALSE, when
setting this option.
DocAcrobatDefaultsChanged number Set to 1 if the default heuristics for
determining the paragraph level are
disabled; Set to 0, otherwise.
DocAcrobatElementList Strings Contains a list of the element tags and
context labels to include in bookmarks.
NOTE: The DocPDFElementList
property applies only to structured
FrameMaker documents.
DocAcrobatElements number Set to 1 if elements rather than
paragraphs are used for bookmarks; Set
to 0 otherwise.
NOTE: The DocPDFElements property
applies only to structured FrameMaker
documents.
DocAcrobatNoArticleThreads number Set to 1 if you do not want article
threads in the resulting PDF; Set to 0
otherwise.
GenerateAcrobatInfo number Set to 1 if the
GenerateAdobeAcrobatData property is
set to True. Else, set to 0.
To generate PDF data, you must set the
other document print properties as
follows:
• PrintToFile - True
PrintThumbnails - False
PrintSeps - False
PrintBlankPages - True
PrintLastSheetFirst - False
PrintNumCopies - 1
PrintOddPages - True
PrintEvenPages - True
PrintScale - 100%

37
BOOK
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

PDFBookmark bool Set to True if FrameMaker is set to


generate bookmarks when saving as
PDF. Set to False, otherwise.
PDFBookmarksOpenLevel number Denotes the level of bookmarks to be
expanded when Acrobat opens the
generated PDF document. The value can
be any integer, or one of the following
constants:
• Constants.FV_PDFBookmarksOpenDe-
faultLevel (-1)
Constants.FV_PDFBookmarksOpe-
nAllLevels (-2)
Constants.FV_PDFBookmark-
sOpenNoneLevel (-3)
If you specify an integer that is greater
than the number of levels in the
Bookmarks Settings, the
Constants.PDFBookmarksOpenAllLevels
(-2) value takes effect.
PDFConvertCMYKtoRGB number When set to 1, the
PDFConvertCMYKtoRGB property
corresponds with the setting "Convert
CMYK colors to RGB" in the Save
As PDF dialog box.
PDFDestsMarked number Set to 1 if the document has paragraphs
or elements marked through the
MarkedForNamedDestination
property.
One of two things must occur in order
for this property to be True:
1. The document must have been
created and opened in FrameMaker 6.0
or later.
2. The PDF FileSize
Optimization client must have been
run over it to mark all paragraphs or
elements that are targets of hypertext
links.

38
BOOK
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

PDFDistillerAbsent number A value of 1 indicates that there is no


Acrobat Distiller available. Any other
value indicates that Acrobat Distiller is
available.
PDFDocInfo Strings Contains a list of strings expressing
values to be set in the PDF Document
Info dictionary when you save the book
as PDF. Each dictionary entry is
expressed as a pair of strings; the first
string expresses the field name, and the
second string expresses the field value.
PDFEndPage string Denotes the last page in the range of
pages to be printed, in the FrameMaker
numbering style.
PDFJobOption string Specifies the name of the Distiller Job
Options. If the specified name does not
exist in the Distiller Job Options list,
then the first Distiller Job Option in the
list is used.
PDFJobOptionsAbsent number A value of 1 indicates that PDF Job
Options are not available. Any other
value indicates that PDF Job Options are
available.
PDFOpenPage string Denotes the PDF page number, in the
FrameMaker numbering style, at which
Acrobat opens the generated PDF
document.
PDFPageHeight number Denotes the page height for the
generated PDF document.
PDFPageWidth number Indicates the page width for the
generated PDF document.
PDFPrintPageRange number Specifies the page range for generating
the PDF document. If set, the PDF file
contains only the specified pages. Else,
FrameMaker generates PDF for the
entire document or book.

39
BOOK
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

PDFRegistrationMarks number Contains the registration marks for the


generated PDF. The permissible values
are:
• Constants.FV_PDFRegistrationMarks-
None (0)
Constants.FV_PDFRegistra-
tionMarksWestern (1)
Constants.FV_PDFRegistra-
tionMarksTombo (2)
PDFSeparateFiles number Set to 1, if a separate PDF file should be
generated for each document in a book;
Set to 0 otherwise. This property can be
set for single documents, but is ignored
in that case.
PDFStartPage string Denotes the first page of the printing
page range, in the FrameMaker
numbering style.
PDFZoomFactor number When the PDFZoomType property is
set to
Constants.FV_PDFZoomNone
(0), the PDFZoomFactor property
denotes the zoom percentage of the
PDF document (metric 25% to 1600%).
If the value is negative or zero, the value
of
Constants.FV_PDFZoomDefault
(1) takes effect.
PDFZoomType number Denotes the PDF zoom setting at which
Acrobat opens the generated PDF
document. Permissible values are:
• Constants.FV_PDFZoomNone (0)
Constants.FV_PDFZoomDefault (1)
Constants.FV_PDFZoomPage (2)
Constants.FV_PDFZoomWidth (3)
Constants.FV_PDFZoomHeight (4)
If a value other than these is specified,
Constants.FV_PDFZoomDefault (1)
takes effect.

40
BOOK
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

PDFAllNamedDestinations number Set to 1 if the generated PDF document


should include Named Destinations for
every paragraph and FrameMaker
structure element in the book. This
results in a larger PDF filesize.
If set to 0, the generated PDF document
will have Named Destinations only for
those paragraphs and objects that have
already been marked with
PDFDestsMarked set to True.
PrintBlankPages number Set to 1 if the PageRoundingproperty
is set to allow empty pages at the end of
documents; set to 0 otherwise.
PrintCollated number Set to 1 if Collate is enabled; Set to 0
otherwise.
PrintEmulsion number Denotes the direction of the print
emulsion. The possible value are:
• Constants.FV_EMUL_UP (0) -
Emulsion side up
Constants.FV_EMUL_DOWN (1) -
Emulsion side down
PrinterName string This property has no effect.
PrintEvenPages number Set to 1 if Print Even-Numbered Pages is
enabled.
PrintFileName string Specifies the filename to print to. You
can set the filename to be the default
filename by specifying the
PrintFileName value as null.
PrintImaging number Denotes the type of print imaging. The
permissible values are:
• Constants.FV_IMG_POSITIVE (0)
Constants.FV_IMG_NEGATIVE (1)
PrintLastSheetFirst number Set to 1 to print the last sheet first. Else,
set to 0.
PrintLowRes number Set to 1 to print in low resolution. Else,
set to 0.
PrintNumCopies number Denotes the number of copies to print.

41
BOOK
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

PrintOddPages number Set to 1 if Print Odd-Numbered Pages is


enabled.
PrintPaperHeight number Specifies the height of the printing
paper.
PrintPaperWidth number Indicates the width of the printing
paper.
PrintRegistrationMarks number Set to 1 if Registration Marks is enabled;
Set to 0 otherwise.
PrintScale number Denotes the Print scale factor expressed
as a percentage metric (0% to 100%).
For print scale percentages, the value
1<<16 or 0x10000 specifies 100%.
PrintSeps number Set to 1 if Print Separations is enabled.
PrintToFile number Set to 1 if Print Only to File is enabled.
SkipBlankSeps number Set to 1 if Skip Blank Separations (do not
print blank color separations) is
enabled.
CustomElementList Strings Contains the list of tags to display when
ElementCatalogDisplay is set to
Constants.FV_ELCAT_CUSTOM
(0x04).
ElementCatalog ElementCata Contains a list of elements in the
logEntries Element Catalog.

42
BOOK
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ElementCatalogDisplay number Catalog display options. Show tags for:


• Constants.FV_ELCAT_STRICT
(0x00): Valid children for working
from start to finish.
Constants.FV_ELCAT_LOOSE
(0x01): Valid children for working
in any order.
Constants.FV_ELCAT_CHILDREN
(0x02): Children allowed anywhere
in parent.
Constants.FV_ELCAT_ALL (0x03):
All elements.
Constants.FV_ELCAT_CUSTOM
(0x04): List of tags specified by the
CustomElementList property.
FileExtensionOverride string Denotes the filename extension to use
when saving the document as XML.
Typically, this property is used to save
XHTML with a .htm extension rather
than .xml. This setting should be set in
the structure application for the
document's DOCTYPE.
ElementSelection ElementRang Indicates the currently selected element
e range in the book.
FirstFmtChangeListInDoc FmtChangeLi Specifies the ID of the first format
st change list in the list of format change
lists in the book.
FirstElementDefInDoc ElementDef Denotes the first element definition in
the list of element definitions in the
document (FO_ElementDef ID).
HighestLevelElement Element Denotes the top most element for a
structured book/document.

43
BOOK
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

NewElemAttrDisplay number Specifies the attribute display


properties for new elements. The
permissible values are:
• Constants.FV_ATTR_DISP_NONE
(1): Do not display attributes.
Constants.FV_AT-
TR_DISP_REQSPEC (2): Display re-
quired and specified attributes.
Constants.FV_ATTR_DISP_ALL (3):
Display all attributes.
NewElemAttrEditing number Specifies when the Edit Attributes
dialog box appears for new elements.
The permissible values are:
• Constants.FV_ATTR_EDIT_NONE
(0)
Constants.FV_ATTR_EDIT_RE-
QUIRED (1)
Constants.FV_ATTR_EDIT_AL-
WAYS (2)
SeparateInclusions number Set to 1 if inclusions are listed
separately in the element catalog; set to
0 otherwise.
StructuredApplication string Contains the name of the structured
application that is associated with the
book. If the book has no associated
structure application, GetString()
returns an empty string.
UseInitialStructure number Set to 1 if FrameMaker inserts the initial
structure for new elements; set to 0
otherwise.
XmlDocType string Contains the DOCTYPE parameter from
the source XML.
XmlEncoding string Specifies the encoding parameter of the
XML Declaration for the source XML.
The string is empty if no encoding is
specified. If this property is set, the XML
Declaration contains the encoding
parameter with this value on Save As
XML.

44
BOOK
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

XmlFileEncoding string Specifies the encoding that is detected


for the source XML book. If no encoding
is specified for the source XML,
XmlEncoding is an empty string. In that
case, if this value is set, it determines
the encoding to use when saving as
XML. If XmlEncoding has a value, this
string may be empty.
XmlPublicId string Contains the DOCTYPE public identifier
for the source XML document.
XmlStandAlone number Indicates an integer that specifies the
XML standalone parameter for the XML
document, that is the source of the
current document. The permissible
values are:
• Constants.FV_XML_STAND-
ALONE_YES (1)
Constants.FV_XML_STAND-
ALONE_NO (2)
Constants.FV_XML_STAND-
ALONE_NONE (3)
Constants.FV_XML_STAND-
ALONE_NODEC (4)
The standalone parameter is declared in
the XML Declaration. For a file with no
XML declaration, the value is
Constants.FV_XML_STANDALONE_NOD
EC (4). For an XML declaration with no
standalone parameter, this value is
Constants.FV_XML_STANDALONE_NON
E (3).

45
BOOK
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

XmlStyleSheet string Specifies the XML stylesheet processing


instruction to write out to XML when
saving the book as XML.
Note; The ESTK does not verify that you
are using the correct syntax in this
string.
The string you set should not include
the PI delimiters, <? and ?>. For
example, the string you supply for
my.css may be:
"type=\"text\\css\"
href=\"my.css\""
Only use this string to set a specific
stylesheet specification. GetString()
always returns null for this parameter.
To get the list of stylesheet
specifications associated with a book,
use XmlStyleSheetList.
XmlStyleSheetList Strings Contains a list of stylesheet processing
instructions for the current book. One
book can have more than one
stylesheet specification associated with
it.
Note: The ESTK does not verify that you
are using the correct syntax in these
strings.
The strings should not include the PI
delimiters, <? and ?>.
For example, the string you supply for
my.css may be:
"type=\"text\\css\"
href=\"my.css\""
Setting a list as the value to the
XmlStyleSheetList property completely
overwrites the preceding list.
XmlSystemId string Contains the DOCTYPE system identifier
for the source XML document.

46
BOOK
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

XmlUseBOM number Indicates whether a byte order mark


was detected when opening the source
XML. The permissible values are:
• Constants.FV_XML_USEBOM_YES
(1)
Constants.FV_XML_USEBOM_NO
(2)
Constants.FV_XML_USE-
BOM_UTF8 (3)
Constants.FV_XML_USE-
BOM_UTF16BE (4)
Constants.FV_XML_USE-
BOM_UTF16LE (5)
Constants.FV_XML_USE-
BOM_UTF32BE (6)
Constants.FV_XML_USE-
BOM_UTF32LE (7)
When saving as XML, if this property is
set to Constants.FV_XML_USEBOM_YES
(1), FrameMaker writes a byte order
mark in the resulting XML.
XmlVersion string Depicts the XML Version that is
specified in the XML Declaration when
the file is opened. If no XML version is
specified, GetString() returns an
empty string.
If this string contains an invalid XML
declaration, a parsing error occurs when
the book is saved as XML.
XmlWellFormed number Indicates whether the source XML is
qualified as well formed. The
permissible values are:
• Constants.FV_XML_WELL-
FORMED_YES (1)
Constants.FV_XML_WELL-
FORMED_NO (2)
BookIsViewOnly number Set to 1 if the book is view-only; set to 0
otherwise.

47
BOOK
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ViewOnlyDeadCodes UInts Contains a list of F-codes that cannot be


executed in the book.
ViewOnlyWinBorders number Set to 1 if the book has normal window
borders; Set to 0 if the book's border
buttons are suppressed.
ViewOnlyWinPopup number Set to 1 if the book window pop-up
menu is available; set to 0 otherwise.
PDFGenerateForReview number This property is used to generate a PDF
for review workflow that is getting
review comments in PDF and importing
them back to FrameMaker document.
The property helps in importing back
the comments correctly. When this flag
is turned ON, the behavior is same as if
the "Generate for review only"
checkbox is ON in the PDF setup dialog.
ShowElementDescriptiveNames bool Set to True to show descriptive names
for elements; Set to False, otherwise.
NOTE: The
ShowElementDescriptiveNames
property is applicable only for
structured FrameMaker.
UseInitialStructureOfAutoInsertedElem bool If set to True, auto-insertion rules will
ents be processed recursively. For example:
If an element is inserted automatically,
and auto-insertion rules exist for this
element, in the element definition, then
those rules would also be processed.

Book methods
Close, Compare, GetProps, GetUniqueObject, Import, NewBookComponentInHierarchy, NewBookCompo-
nentOfTypeInHierarchy, NewSeriesBookComponent, NewSeriesObject, ObjectValid, Save, SetProps,
SilentPrintDoc, SimpleGenerate, SimpleImportElementDefs, SimpleImportFormats, SimpleSave, Update-
Book.

48
BOOKCOMPONENT
CHAPTER 5 OBJECT REFERENCE

BookComponent

Property name Data Type Description

BookComponentIsGeneratable number Set to 1 if the book component is a


generated file (BookComponentType is
not set to
Constants.FV_BK_NOT_GENERATABLE
(16)); set to 0, otherwise.

49
BOOKCOMPONENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

BookComponentType number Depicts the type of the book


component. The possible values are:
• Constants.FV_BK_TOC (0) - Table
of contents.
Constants.FV_BK_LIST_FIGURE (1)
- List of figures.
Constants.FV_BK_LIST_TABLE (2) -
List of tables.
Constants.FV_BK_LIST_PGF (3) -
List of paragraphs.
Constants.FV_BK_LIST_MARKER
(4) - List of markers.
Constants.FV_BK_LIST_MARK-
ER_ALPHA (5) - Alphabetical list of
markers.
Constants.FV_BK_LIST_PGF_AL-
PHA (6) - Alphabetical list of para-
graphs.
Constants.FV_BK_INDEX_STAN (7)
- Standard index
Constants.FV_BK_INDEX_AU-
THOR (8) - Index of authors.
Constants.FV_BK_INDEX_SUB-
JECT (9) - Subject index.
Constants.FV_BK_INDEX_MARK-
ER (10) - Index of markers.
Constants.FV_BK_LIST_FORMATS
(11) - List of formats
Constants.FV_BK_LIST_REFERENC-
ES (12) - List of references.
Constants.FV_BK_INDEX_FOR-
MATS (13) - Index of formats.
Constants.FV_BK_INDEX_REFER-
ENCES (14) - Index of references.
Constants.FV_BK_NOT_GENERAT-
ABLE (16) - Book component is not
a generated file.
BookParent Book Specifies the book that contains the
component (Constants.FO_BookID).

50
BOOKCOMPONENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ChapNumComputeMethod number The component document's chapter


numbering type. The possible values
are:
• Constants.FV_NUM_READ_FROM_-
FILE (0x00) - Use the numbering
properties from the document
associated with this book compo-
nent.
Constants.FV_NUM_CONTINUE
(0x01) - Continue numbering from
the previous chapter.
Constants.FV_NUM_RESTART
(0x02) - Use the value specified for
the ChapterNumber property.
Constants.FV_NUM_SAME (0x03)
- Use the same chapter number as
for the previous file.
ChapterNumber number If the ChapNumComputeMethod
property is set to
Constants.FV_NUM_RESTART (0x02),
use the ChapterNumberproperty as
the chapter number.

51
BOOKCOMPONENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ChapterNumStyle number Denotes the chapter numbering style.


The possible value are:
• Constants.FV_NUMSTYLE_NU-
MERIC (0x00) - Arabic
Constants.FV_NUMSTYLE_RO-
MAN_UC (0x01) - Roman, upper-
case
Constants.FV_NUMSTYLE_RO-
MAN_LC (0x02)- Roman,lowercase
Constants.FV_NUMSTYLE_AL-
PHA_UC (0x03) - Alphabetic, up-
percase
Constants.FV_NUMSTYLE_AL-
PHA_LC (0x04) - Alphabetic, lower-
case
Constants.FV_NUMSTYLE_KANJI
(0x05) - Kanji
Constants.FV_NUMSTYLE_ZENKA-
KU (0x06) - Zenkaku
Constants.FV_NUMSTYLE_ZENKA-
KU_UC (0x07) - Zenkaku, upper-
case
Constants.FV_NUMSTYLE_ZENKA-
KU_LC (0x08) - Zenkaku, lowercase
Constants.FV_NUMSTYLE_KAN-
JI_KAZU (0x09) - Kazu
Constants.FV_NUMSTYLE_DAIJI
(0x0a) - Daiji
Constants.FV_NUMSTYLE_TEXT
(0x0b)- Text. This property is only
for volume/chapter numbers.
ChapterNumText string If the ChapNumStyle property is set to
Constants.FV_NUMSTYLE_TEXT (0x0b),
use the string specified in the
ChapterNumText property as the
chapter number.

52
BOOKCOMPONENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ComponentDisplayText string Specifies the text that displays in the


book window when the value of the
TypeOfDisplayText property is set to
Constants.FV_BK_TEXT (2).
Set the ComponentDisplayText
property to an empty string ("") to
allow FrameMaker to automatically
update the text line with normal
information.
ComponentIsSelected number Set to 1 if the component is selected in
the book window; otherwise set to 0.
ExtractTags Strings List of paragraph tags or markers type
names that are used to set up a
generatable file (for example, table of
contents, list of figures, standard index
or index of authors).
FirstPageNum number Number for the first page in the
component; used when the
PageNumComputeMethod property is
set to
Constants.FV_NUM_RESTART
(0x02).
FnFirstNum string Number for the first footnote in the
component; used when the
FnNumComputeMethod property is
set to
Constants.FV_NUM_RESTART
(0x02).
FnCustNumString string Indicates the characters for custom
document footnote numbers.

53
BOOKCOMPONENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

FnNumStyle number Footnote numbering style. The possible


values are:
• Constants.FV_FN_NUM_NU-
MERIC (0x00) - Arabic
Constants.FV_FN_NUM_RO-
MAN_UC (0x01) - Roman upper-
case
Constants.FV_FN_NUM_RO-
MAN_LC (0x02) - Roman lower-
case
Constants.FV_FN_NUM_AL-
PHA_UC (0x03) - Alphabetic upper-
case
Constants.FV_FN_NUM_AL-
PHA_LC (0x04) - Alphabetic lower-
case
Constants.FV_FN_NUM_CUSTOM
(0x05) - Custom numbering
Constants.FV_FN_NUM_KANJI
(0x06) - Kanji characters
Constants.FV_FN_NUM_ZENKA-
KU (0x07) - Zenkaku
Constants.FV_FN_NUM_ZENKA-
KU_UC (0x08) - Zenkaku uppercase
Constants.FV_FN_NUM_ZENKA-
KU_LC (0x09) - Zenkaku lowercase
Constants.FV_FN_NUM_KAN-
JI_KAZU (0x0A) - Kazu
Constants.FV_FN_NUM_DAIJI
(0x0B) - Daiji

54
BOOKCOMPONENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

FnNumComputeMethod number The component document's footnote


numbering type. The possible values
are:
• Constants.FV_NUM_READ_FROM_-
FILE (0x00) - Use the numbering
properties from the document
associated with this book compo-
nent.
Constants.FV_NUM_CONTINUE
(0x01) - Continue numbering from
the previous file.
Constants.FV_NUM_RESTART
(0x02) - Use the number specified
by the FnFirstNum property.
Constants.FV_NUM_PER_PAGE
(0x03) - Restart numbering on
each page.
GenerateInclude number Set to 1 if the document appears in the
scroll list of files to be generated by the
Generate/Update command for the
book; otherwise set to 0.
ImportFmtInclude number Set to 1 if the book component is
included in the list of components to be
updated with imported formats or
element definitions, when the user or a
client executes Import Formats or
Import Element Definitions; otherwise
set to 0.
InsertLinks number Set to 1 if hypertext links are
automatically inserted in generated
files; otherwise set to 0.
Name string Indicates the path of the document that
the component represents.
NextComponentInBook BookCompone Specifies the next component in the
nt book file.
NextSelectedComponentInBook BookCompone Specifies the next selected component
nt in the book window.

55
BOOKCOMPONENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

PageNumComputeMethod number The component document's page


numbering type. The possible values
are:
• Constants.FV_NUM_READ_FROM_-
FILE (0x00) - Use the numbering
properties from the document
associated with this book compo-
nent.
Constants.FV_NUM_CONTINUE
(0x01) - Continue the numbering
from the previous file.
Constants.FV_NUM_RESTART
(0x02) - Restart numbering at the
value specified by the
FirstPageNum property.

56
BOOKCOMPONENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

PageNumStyle number Page numbering style. The possible


values are:
• Constants.FV_PAGE_NUM_NU-
MERIC (0x00) - Arabic
Constants.FV_PAGE_NUM_RO-
MAN_UC (0x01) - Roman upper-
case
Constants.FV_PAGE_NUM_RO-
MAN_LC (0x02) - Roman lower-
case
Constants.FV_PAGE_NUM_AL-
PHA_UC (0x03) - Alphabetic upper-
case
Constants.FV_PAGE_NUM_AL-
PHA_LC (0x04) - Alphabetic lower-
case
Constants.FV_PAGE_NUM_KANJI
(0x05) - Kanji characters
Constants.FV_PAGE_NUM_ZEN-
KAKU (0x06) - Zenkaku
Constants.FV_PAGE_NUM_ZEN-
KAKU_UC (0x07) - Zenkaku upper-
case
Constants.FV_PAGE_NUM_ZEN-
KAKU_LC (0x08) - Zenkaku lower-
case
Constants.FV_PAGE_NUM_KAN-
JI_KAZU (0x09) - Kazu
Constants.FV_PAGE_NUM_DAIJI
(0x0a) - Daiji

57
BOOKCOMPONENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

PageSide number Specifies the page side on which to start


the component document. The possible
values are:
• Constants.FV_BK_START_FROM_-
FILE (0x01)
Constants.FV_BK_START_NEX-
T_AVAILABLE (0x02)
Constants.FV_BK_START_LEFT
(0x03)
Constants.FV_BK_START_RIGHT
(0x04)
PgfNumComputeMethod number The type of numbering for the
component document's paragraph.
Possible values are:
• Constants.FV_NUM_READ_FROM_-
FILE (0x00) - Use the numbering
properties from the document
associated with this book compo-
nent.
Constants.FV_NUM_CONTINUE
(0x01) - Continue the numbering
from the previous file.
Constants.FV_NUM_RESTART
(0x02) - Restart numbering at 1.
PrevComponentInBook BookCompone Denotes the previous component in the
nt book file.
PrintInclude number Set to 1 if the component document is
included in the list of book files to be
printed; otherwise set to 0.
TblFnCustNumString string Specifies the characters for custom
table footnote numbers.

58
BOOKCOMPONENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

TblFnNumStyle number Table footnote numbering style. The


possible values are:
• Constants.FV_FN_NUM_NU-
MERIC (0x00) - Arabic
Constants.FV_FN_NUM_RO-
MAN_UC (0x01) - Roman upper-
case
Constants.FV_FN_NUM_RO-
MAN_LC (0x02) - Roman lower-
case
Constants.FV_FN_NUM_AL-
PHA_UC (0x03) - Alphabetic upper-
case
Constants.FV_FN_NUM_AL-
PHA_LC (0x04) - Alphabetic lower-
case
Constants.FV_FN_NUM_CUSTOM
(0x05)- Custom numbering
Constants.FV_FN_NUM_KANJI
(0x06) - Kanji characters
Constants.FV_FN_NUM_ZENKA-
KU (0x07) - Zenkaku
Constants.FV_FN_NUM_ZENKA-
KU_UC (0x08) - Zenkaku uppercase
Constants.FV_FN_NUM_ZENKA-
KU_LC (0x09) - Zenkaku lowercase
Constants.FV_FN_NUM_KAN-
JI_KAZU (0x0A) - Kazu
Constants.FV_FN_NUM_DAIJI
(0x0B) - Daiji
TblFnNumComputeMethod number The numbering type of the component
document's table footnote. Possible
values are:
• Constants.FV_NUM_READ_FROM_-
FILE (0x00) - Use the numbering
properties from the document
associated with this book compo-
nent.
Constants.FV_NUM_RESTART
(0x02) - Start at 1.

59
BOOKCOMPONENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Unique number Represents the Unique ID of the book


component.
VolNumComputeMethod number The component document's volume
numbering type. The possible values
are:
• Constants.FV_NUM_READ_FROM_-
FILE (0x00) - Use the numbering
properties from the document
associated with this book compo-
nent.
Constants.FV_NUM_CONTINUE
(0x01) - Continue numbering from
the previous volume.
Constants.FV_NUM_RESTART
(0x02) - Use the value specified for
the VolumeNumber property.
Constants.FV_NUM_SAME (0x03)
- Use the same volume number as
for the previous file.
VolumeNumber number If the VolNumComputeMethod
property is set to
Constants.FV_NUM_RESTART
(0x02), use the value specified in the
VolumeNumber property as the
volume number.

60
BOOKCOMPONENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

VolumeNumStyle number The volume numbering style. The


possible values are:
• Constants.FV_NUMSTYLE_NU-
MERIC (0x00) - Arabic
Constants.FV_NUMSTYLE_RO-
MAN_UC (0x01) - Roman upper-
case
Constants.FV_NUMSTYLE_RO-
MAN_LC (0x02) - Roman lower-
case
Constants.FV_NUMSTYLE_AL-
PHA_UC (0x03) - Alphabetic upper-
case
Constants.FV_NUMSTYLE_AL-
PHA_LC (0x04) - Alphabetic lower-
case
Constants.FV_NUMSTYLE_KANJI
(0x05) - Kanji
Constants.FV_NUMSTYLE_ZENKA-
KU (0x06) - Zenkaku
Constants.FV_NUMSTYLE_ZENKA-
KU_UC (0x07) - Zenkaku uppercase
Constants.FV_NUMSTYLE_ZENKA-
KU_LC (0x08) - Zenkaku lowercase
Constants.FV_NUMSTYLE_KAN-
JI_KAZU (0x09) - Kazu
Constants.FV_NUMSTYLE_DAIJI
(0x0a) - Daiji
Constants.FV_NUMSTYLE_TEXT
(0x0b) - Text
VolumeNumText string If the VolNumStyle property is set to
Constants.FV_NUMSTYLE_TEXT
(0x0b), use the string specified in the
VolumeNumText property as the
chapter number.
ComponentElement Element Specifies the component element
(FO_Element ID).

61
BOOKCOMPONENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ExtractElementTags Strings List of element tags that are used to set


up a generatable file (for example, table
of contents, list of figures, or list of
tables).
FirstComponentInBookComponent BookCompone Denotes the first component of the
nt hierarchy for which the current
component is the parent.
BookComponentParent BookCompone Denotes the parent of the current book
nt element.
ExcludeBookComponent number Specifies the component to exclude
when printing the book.
BookComponentTemplatePath string The path to the file that is used as a
template for a folder.
BookComponentTitle string The name of a folder or a group
component.
ComponentType number Indicates whether the component is a
folder, group, or a document. The value
is one of:
• Constants.FV_BK_FOLDER (0x02) -
Folder
Constants.FV_BK_GROUP (0x40) -
Group
Constants.FV_BK_FM (0x8) -
FrameMaker document
Constants.FV_BK_MIF (0x10) - MIF
document
Constants.FV_BK_XML (0x20) -
XML document
XmlApplicationForBookComponent string The application name for the XML that
is set as template for the folder.

62
BOOKCOMPONENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

SecNumComputeMethod number Indicates the type of numbering applied


to a particular book component. The
value is one of:
• Constants.FV_NUM_CONTINUE
(0x01)
Constants.FV_NUM_RESTART
(0x02)
Constants.FV_NUM_SAME (0x03)
SectionNumStyle number Denotes the section numbering style.
Possible values are:
• Constants.FV_PAGE_NUM_NU-
MERIC (0x00) - Arabic
Constants.FV_PAGE_NUM_RO-
MAN_UC (0x01) - Roman upper-
case
Constants.FV_PAGE_NUM_RO-
MAN_LC (0x02) - Roman lower-
case
Constants.FV_PAGE_NUM_AL-
PHA_UC (0x03) - Alphabetic upper-
case
Constants.FV_PAGE_NUM_AL-
PHA_LC (0x04) - Alphabetic lower-
case
Constants.FV_PAGE_NUM_KANJI
(0x05) - Kanji characters
Constants.FV_PAGE_NUM_ZEN-
KAKU (0x06) - Zenkaku
Constants.FV_PAGE_NUM_ZEN-
KAKU_UC (0x07) - Zenkaku upper-
case
Constants.FV_PAGE_NUM_ZEN-
KAKU_LC (0x08) - Zenkaku lower-
case
Constants.FV_PAGE_NUM_KAN-
JI_KAZU (0x09) - Kazu
Constants.FV_PAGE_NUM_DAIJI
(0x0a) - Daiji

63
BOOKCOMPONENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

SectionNumber number Denotes the section number of the


specified component.
SectionNumText string The text to use for the SectionNumber
property.
SubsecNumComputeMethod number Indicates the type of numbering applied
to a particular book component. The
value is one of:
• Constants.FV_NUM_CONTINUE
(0x01)
Constants.FV_NUM_RESTART
(0x02)
Constants.FV_NUM_SAME (0x03)

64
BOOKCOMPONENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

SubsectionNumStyle number Denotes the subsection numbering


style. Possible values are:
• Constants.FV_PAGE_NUM_NU-
MERIC (0x00) - Arabic
Constants.FV_PAGE_NUM_RO-
MAN_UC (0x01) - Roman upper-
case
Constants.FV_PAGE_NUM_RO-
MAN_LC (0x02) - Roman lower-
case
Constants.FV_PAGE_NUM_AL-
PHA_UC (0x03) - Alphabetic upper-
case
Constants.FV_PAGE_NUM_AL-
PHA_UC (0x03) - Alphabetic upper-
case
Constants.FV_PAGE_NUM_AL-
PHA_LC (0x04) - Alphabetic lower-
case
Constants.FV_PAGE_NUM_KANJI
(0x05) - Kanji characters
Constants.FV_PAGE_NUM_ZEN-
KAKU (0x06) - Zenkaku
Constants.FV_PAGE_NUM_ZEN-
KAKU_UC (0x07) - Zenkaku upper-
case
Constants.FV_PAGE_NUM_ZEN-
KAKU_LC (0x08) - Zenkaku lower-
case
Constants.FV_PAGE_NUM_KAN-
JI_KAZU (0x09) - Kazu
Constants.FV_PAGE_NUM_DAIJI
(0x0a) - Daiji
SubsectionNumber number Denotes the subsection number of the
specified component.
SubsectionNumText string The text to use for the
SubsectionNumber property.

65
BOOKCOMPONENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description


NextBookComponentInDFSOrder BookCompone Denotes the pointer to traverse through
nt book components in a hierarchal
manner (top to bottom).
BookComponentFileType number Determines the file type of the
document. The possible values are:
• Constants.FV_BK_FM (0x8) -
FrameMaker document
Constants.FV_BK_MIF (0x10) - MIF
document
Constants.FV_BK_XML (0x20) -
XML document
Constants.FV_BK_XML (0x20) - Di-
tamap
PrevBookComponentInDFSOrder BookCompone Denotes the pointer to traverse through
nt book components in an heirarchial
manner (bottom to top).
BookComponentIsFolderWithTemplate number Determines whether a template is
associated with a book. Returns 1 if the
BookComponent is a folder and a
template is associated with the
component. Returns 0, otherwise.
BookComponentIsFolderWithoutTempl number Determines whether a template is not
ate associated with a book. Returns 1 if the
BookComponent is a folder and a
template is not associated. Returns 0
otherwise.
ComponentIsDitaMap bool Determines whether a book component
is a ditamap. Set to 1 if the book
component is a ditamap; set to 0
otherwise.

BookComponent methods
Delete, GetProps, MoveComponent, ObjectValid, SetProps.

66
CELL
CHAPTER 5 OBJECT REFERENCE

Cell

Property name Data Type Description

CellAboveInCol Cell Denotes the cell above the current cell


(FO_CellID).
CellAngle number Indicates the angle of rotation of the
cell.
CellBelowInCol Cell Denotes the cell below the current cell
(FO_CellID).
CellColNum number Represents the cell's column number.
CellDefaultBottomRuling RulingFmt Indicates the cell's default bottom ruling
(FO_RulingFmt ID).
CellDefaultLeftRuling RulingFmt Specifies the cell's default left ruling
(FO_RulingFmt ID).
CellDefaultRightRuling RulingFmt Indicates the cell's default right ruling
(FO_RulingFmt ID).
CellDefaultTopRuling RulingFmt Represents the cell's default top ruling
(FO_RulingFmt ID).
CellIsShown number Returns 1 if the cell is conditional and is
visible; returns 0 otherwise.
CellIsStraddled number Returns 1 if the cell is in a straddle but is
not the first cell; returns 0 if the cell is
the first cell in a straddle, or is not in a
straddle.
CellNumColsStraddled number Specifies the number of columns in the
straddle, if the cell is the first cell in a
horizontal straddle; Otherwise the value
is 1.
CellNumRowsStraddled number Specifies the number of rows in the
straddle, if the cell is the first cell in a
vertical straddle; Otherwise the value is
1.
ContentHeight number Denotes the distance between the top
of the cell and the baseline of the last
line in the cell.

67
CELL
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

CellOverrideBottomRuling RulingFmt Represents the cell's bottom ruling


(FO_RulingFmt ID), if there is an
override. The value is null if there is no
override.
CellOverrideFill number Indicates the cell's fill pattern. The value
is null if there is no override fill pattern.
CellOverrideLeftRuling RulingFmt Indicates the cell's left ruling
(FO_RulingFmt ID), if there is an
override. The value is null if there is no
override.
CellOverrideRightRuling RulingFmt Specifies the cell's right ruling
(FO_RulingFmt ID), if there is an
override. The value is null if there is no
override.
CellOverrideShading Color Denotes the cell's spot color (FO_Color
ID). The value is null if there is no
override shading.
CellOverrideTopRuling RulingFmt Denotes the cell's top ruling
(FO_RulingFmt ID), if there is an
override. The value is null if there is no
override.
CellRow Row Denotes the row containing the cell
(FO_RowID).
CellUseOverrideBRuling number Set to 1 if the cell's bottom ruling
(specified by the
CellOverrideBottomRuling
property) overrides the default ruling
specified by the table format; set to 0
otherwise.
CellUseOverrideFill number Set to 1 if the cell's fill pattern (specified
by the CellOverrideFill property)
overrides the default fill pattern
specified by the table format; set to 0
otherwise.
CellUseOverrideLRuling number Set to 1 if the cell's left ruling (specified
by the CellOverrideLeftRuling
property) overrides the ruling specified
by the table format; set to 0 otherwise.

68
CELL
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

CellUseOverrideRRuling number Set to 1 if the cell's right ruling


(specified by the
CellOverrideRightRuling
property) overrides the ruling specified
by the table format; set to 0 otherwise.
CellUseOverrideShading number Set to 1 if the cell's shading (specified by
the CellOverrideShading
property) overrides the default shading
specified by the table format; set to 0
otherwise.
CellUseOverrideTRuling number Set to 1 if the cell's top ruling (specified
by the CellOverrideTopRuling property)
overrides the default top ruling
specified by the table format; set to 0
otherwise.
Element Element Denotes the element containing the
cell, if the cell is in a FrameMaker
document.
FirstPgf Pgf Represents the first paragraph in the
cell (FO_Pgf ID).
InTextFrame TextFrame Represents the text frame containing
the cell (FO_TextFrame ID).
InTextObj SubCol Represents the text object containing
the cell (FO_SubCol ID).
LastPgf Pgf Indicates the last paragraph in the cell
(FO_Pgf ID).
NextCellInRow Cell Denotes the next cell in current row
from left to right (FO_Cell ID).
NextCellInTbl Cell Represents the next cell from left to
right (FO_Cell ID). If the cell is at the end
of a row, the next cell is the first cell in
the next row.
NextCell Cell Represents the next cell in the text
frame (FO_Cell ID).

69
CHARFMT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Overflowed number Specifies whether the text in the cell


overflows. Set to 1 if the row Height
Limit Maximum is too low to display all
the text in the cell; set to 0 otherwise.
PrevCellInRow Cell Represents the previous cell in the
current row (FO_Cell ID).
PrevCell Cell Denotes the previous cell in the text
frame (FO_Cell ID).
Unique number Represents the cell's unique ID.
UserString string A string to which clients can store
private data.

Cell methods
GetProps, GetText, ObjectValid, SetProps, StraddleCells, UnStraddleCells.

CharFmt

Property name Data Type Description

Capitalization number The capitalization type. The possible


values are:
• Constants.FV_CAPITAL_-
CASE_NORM (0) - Normal capital-
ization (mixed uppercase and
lowercase)
Constants.FV_CAPITAL_-
CASE_SMALL (1) - Small caps
Constants.FV_CAPITAL_-
CASE_LOWER (2) - Lowercase let-
ters only
Constants.FV_CAPITAL_CASE_UP-
PER (3) - Uppercase letters only
ChangeBar number Returns 1 if Change Bars are on.
CharTag string Denotes the character format's tag
name.

70
CHARFMT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Color Color Indicates the spot color ((FO_Color ID).


CombinedFontFamily CombinedFon Denotes the combined font definition
tDefn (FO_CombinedFontDefn).
FontAngle number Represents the font angle (specifies an
index into the array of font angles
provided by the session property
FontAngleNames).
FontEncodingName string Indicates the encoding of the font.
FontFamily number Specifies the font family (specifies an
index into the array of font families
provided by the session property
FontFamilyNames).
FontPlatformName string Name that uniquely identifies a font on
a specific platform. For combined fonts,
the name is the Asian font name.
FontPostScriptName string Name given to a font when it is sent to a
PostScript printer. For combined fonts,
the name is the Asian font name.
WesternFontPlatformName string Name that uniquely identifies the
Roman component of a combined font
on a specific platform.
WesternFontPostScriptName string Name given to the Roman component
of a combined font when it is sent to a
PostScript printer.
FontSize number Denotes the font size (2 point to 400
point).
FontVariation number Indicates the font variation (specifies an
index into the array of font variations
provided by the session property
FontVariationNames).
FontWeight number Indicates the font weight (specifies an
index into the array of font weights
provided by the session property
FontWeightNames).

71
CHARFMT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Language number Denotes the hyphenation and


spell-checking language to use. The
possible languages are:
• Constants.FV_LANG_NOLAN-
GUAGE (0x00)
Constants.FV_LANG_ENGLISH
(0x01)
Constants.FV_LANG_BRITISH
(0x02)
Constants.FV_LANG_GERMAN
(0x03)
Constants.FV_LANG_SWISS_GER-
MAN (0x04)
Constants.FV_LANG_FRENCH
(0x05)
Constants.FV_LANG_CANADIAN_-
FRENCH (0x06)
Constants.FV_LANG_SPANISH
(0x07)
Constants.FV_LANG_CATALAN
(0x08)
Constants.FV_LANG_ITALIAN
(0x09)
Constants.FV_LANG_FINNISH
(0x10)
Constants.FV_LANG_SWEDISH
(0x11)
Constants.FV_LANG_JAPANESE
(0x12)
Constants.FV_LANG_TRADITION-
AL_CHINESE (0x13)
Constants.FV_LANG_SIMPLI-
FIED_CHINESE (0x14)
Constants.FV_LANG_KOREAN
(0x15)
Constants.FV_LANG_PORTU-
GUESE (0x0A)
Constants.FV_LANG_BRAZILIAN
(0x0B)
Constants.FV_LANG_DANISH
(0x0C)
Constants.FV_LANG_DUTCH
72
(0x0D)
Constants.FV_LANG_NORWE-
GIAN (0x0E)
CHARFMT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

KernX number Horizontal kern value for manual


kerning expressed as a percentage of an
em (metric –1000% to 1000%). A
positive value moves a character right
and a negative value moves a character
left.
KernY number Vertical kern value for manual kerning
expressed as a percentage of an em
(metric –1000% to 1000%). A positive
value moves characters up and a
negative value moves characters down.
Name string Specifies the character format's name.
NextCharFmtInDoc CharFmt Denotes the next character format in
the document (FO_CharFmt ID).
Overline number Returns 1 if Overlineis enabled;
returns 0 otherwise.
PairKern number Returns 1 if PairKern is enabled;
returns 0 otherwise.
Position number Denotes the vertical position of the
character. Possible values are:
• Constants.FV_POS_NORM (0) -
Normal
Constants.FV_POS_SUPER (1) - Su-
perscript
Constants.FV_POS_SUB (2) - Sub-
script
Stretch number Denotes the character stretch (set
width) expressed as a percentage of
normal stretch for the font (metric
–10% to 1000%).
Strikethrough number Returns True if Strikethrough is
enabled; otherwise returns False.
Underlining number Indicates the character tracking
expressed as a percentage of an em
(metric –100% to 1000%).

73
CHARFMT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

UseCapitalization number Returns 1 if the Capitalization


property overrides the default value;
returns 0 if the "As Is" setting is used.
UseChangeBar number Returns 1 if the ChangeBar property
overrides the default value; returns 0 if
the "As Is" setting is used.
UseColor number Returns 1 if the Color property
overrides the default value; returns 0 if
the "As Is" setting is used.
UseFontAngle number Returns 1 if the FontAngle property
overrides the default value; returns 0 if
the "As Is" setting is used.
UseFontFamily number Returns 1 if the FontFamilyproperty
overrides the default value; returns 0 if
the "As Is" setting is used.
UseFontSize number Returns 1 if the FontSize property
overrides the default value; returns 0 if
the "As Is" setting is used.
UseFontVariation number Returns 1 if the FontVariation
property overrides the default value;
returns 0 if the "As Is" setting is used.
UseFontWeight number Returns 1 if the FontWeight property
overrides the default value; returns 0 if
the "As Is" setting is used.
UseKernX number Returns 1 if the KernX property
overrides the default value; returns 0 if
the "As Is" setting is used.
UseKernY number Returns 1 if the KernY property
overrides the default value; returns 0 if
the "As Is" setting is used.
UseOverline number Returns 1 if the Overline property
overrides the default value; returns 0 if
the "As Is" setting is used.
UsePairKern number Returns 1 if the PairKern property
overrides the default value; returns 0 if
the "As Is" setting is used.

74
CHARFMT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

UsePosition number Returns 1 if the Position property


overrides the default value; returns 0 if
the "As Is" setting is used.
UserString string A string to which clients can store
private data.
UseStretch number Returns 1 if the Stretchproperty
overrides the default value; returns 0 if
the "As Is" setting is used.
UseStrikethrough number Returns 1 if the Strikethrough
property overrides the default value;
returns 0 if the "As Is" setting is used.
UseUnderlining number Returns 1 if the Underlining
property overrides the default value;
returns 0 if the "As Is" setting is used.
BkColor FMObject Denotes the text background color. If
this property is applied on a paragraph
format, it denotes the background color
of the whole paragraph; if it is applied
on a character format, it denotes the
background color of the text over which
the character format is applied.
UseBkColor bool The UseBkColor is a Boolean flag
which indicates whether the BkColor
property is set or not. A value of 1
indicates the text has some background
color. A value of 0 indicates a
transparent background.
NOTE: When the UseBkColor property
is set to 0, the BkColor value is not
used.

CharFmt methods
Delete, GetProps, ObjectValid, SetProps.

75
CMSCHECKINPARAM
CHAPTER 5 OBJECT REFERENCE

CMSCheckinParam

Property name Data Type Description

version int Denotes the version of the checked-in


document. This property uses values
from the CMSVersioningStrategy
enumeration:
CMSSameVersion: Same version
CMSMinorVersion: Minor version
CMSMajorVersion: Major version
versionLabel string Specifies the label of the document
version
description string Specifies the description of the
document version
checkinComment string Specifies the check-in comments of the
document version
makeThisCurrentVersion bool Determines whether the specified
version is the current version. Set to
True to make this checked-in document
the current version; else set to False

CMSDeleteParam

Property name Data Type Description

deleteAllVersion bool Determines whether to delete all


versions of the current document. Set
to True if user want to delete all the
version of a file.; else set to False.
deleteAllDependents bool Determines whether to delete all
dependents of the current document.
True if user wants to delete all the
dependents of a file; else set to False

76
CMSINFO
CHAPTER 5 OBJECT REFERENCE

CMSInfo

Property name Data Type Description

cmsName string Specifies the name of the content


management system.
userFields string Specifies the list of optional user fields.
If no user fields is specified then its
value is NULL.
userLoginUi bool Determines if the default Connection
manager dialog is used for login. False if
default Connection manager dialog is
used for login; else set to True.

CMSMenuItem

Property name Data Type Description

id int Specifies the ID of the menu item.


name string Specifies the name of the menu item.
flags int Specifies the type of menu. Uses the
values from the following enumeration:
FV_CMSMenu_Is_Item: Custom menu is
single item
FV_CMSMenu_Is_Disabled: Custom
menu is disabled
FV_CMSMenu_Is_Separator: Custom
menu is separator
FV_CMSMenu_Is_SubMenu: Custom
menu is of type submenu

77
CMSPROPERTY
CHAPTER 5 OBJECT REFERENCE

CMSProperty

Property name Data Type Description

prop int Specifies the CMS Property Id.


Use the value of enum
F_CMSItemPropertyT (See following
enum) or custom property added by the
user (pending - peterb)
label string Specifies the label of the property
isMultiValue bool Determines if the property is
multivalue. Set to True if the property is
multivalue; else set to False.
isEditable bool Determines if the property is editable.
Set to True if the property is editable;
else set to False.
values TypedVals Specifies the values of the property

CMSProperties
An Array of objects with integer indexing and a length property.

Property name Data Type Description

length number The length of the array

CMSRegistration

Property name Data Type Description

CMSRegistration object CMSRegistration object created when


user registers a new Content
Management System using
CMSRegister.

78
CMSRESULT
CHAPTER 5 OBJECT REFERENCE

CMSResult

Property name Data Type Description

status StatusT Specifies the Command status


opResult int Specifies the Operation result.
If CMS Command needs CMSTree
update, assign F_CMSOpResultT values
(See following enum),else can return
any value depending on operation.
For example:
opResult = True/False for
FA_CMSIsValidCommand, opResult =
CMSPropertyNewMaxOpCode for
FA_CMSGetPropertyMaxOpCode. etc.
message string If operation fails, user can send error
message to FrameMaker.For
FA_CMSObjectOpenReadOnly,
FA_CMSObjectEdit command, user can
return file-name which is downloaded
cmsItems CMSResult List of CMS objects

CMSSession

Property name Data Type Description

CMSSession object CMSSession object created when user


creates a new content management
session

Color

Property name Data Type Description

Black number Represents the percentage of black


(metric 0% to 100%).

79
COLOR
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ColorOverprint number Overprint setting for the color. Possible


values are:
• Constants.FV_COLOR_KNOCKOUT
(0x00)
Constants.FV_COLOR_OVERPRINT
(0x01)
ColorPrintCtl number Indicates the type of color printing used
in the document. Possible values are:
• Constants.FV_PRINT_SPOT (0x0)
Constants.FV_PRINT_PROCESS
(0x1)
Constants.FV_PRINT_NO (0x2)
ColorTintPercent number Specifies the percentage of the
TintBaseColor to use for tinting.
Possible values are the tint percentage
(0% to 100%) or
Constants.FV_COLOR_NOT_TINTE
D (0x7fffffff) if the color is not a
tint.
ColorViewCtl number A 12-bit number for spot color views.
The least significant 2 bits are View 1,
the next 2 bits are View 2, and so on.
The values of each 2-bit setting are one
of the following:
• Constants.FV_SEP_NORMAL (0x0)
Constants.FV_SEP_NONE (0x1)
Constants.FV_SEP_WHITE (0x2)
Cyan number Indicates the percentage of cyan (metric
0% to 100%).
FamilyName string Color library name. Note that you must
specify the full ink name, including any
trademark symbols. For example, use
"MUNSELL\xa8 Book of Color’ for
"MUNSELL® Book of Color."
InkName string Specifies the name of the color library
pigment.
Magenta number Represents the percentage of magenta
(metric 0% to 100%).

80
COLUMN
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Name string Denotes the name of the color.


NextColorInDoc Color Indicates the next color in the
document (FO_Color ID).
ReservedColor number Color names reserved by FrameMaker.
The values are:
• Constants.FV_COLOR_NOT_RE-
SERVED (0)
Constants.FV_COLOR_CYAN (1)
Constants.FV_COLOR_MAGENTA
(2)
Constants.FV_COLOR_YELLOW (3)
Constants.FV_COLOR_BLACK (4)
Constants.FV_COLOR_WHITE (5)
Constants.FV_COLOR_RED (6)
Constants.FV_COLOR_GREEN (7)
Constants.FV_COLOR_BLUE (8)
TintBaseColor Color Denotes the color from which the tint is
derived (FO_Color ID), or
Constants.FV_NO_BASE_COLOR (0x00)
if the color is not a tint.
UserString string A string to which clients can store
private data.
Yellow number Percentage of yellow (metric 0% to
100%).

Color methods
Delete, GetProps, ObjectValid, SetProps.

Column

Property name Data Type Description

InCond Objects Condition tags for row (array of


FO_CondFmt IDs).

81
COMBINEDFONT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description


PrevColumnInTbl Column Indicates the previous column in the
table
NextColumnInTbl Column Indicates the next column in the table
PrevVisibleColumnInTbl Column Indicates the previous visible column in
the table
NextVisibleColumnInTbl Column Indicates the next visible column in the
table
ColumnIsShown int Indicates the visible columns in the
table
ColumnTbl Tbl Table containing the column

Column methods
Delete, GetProps, ObjectValid, SetProps.

CombinedFont

Property name Data Type Description

combinedFont CombinedFon ID of the combined font.


tDefn
variation uint Index of the font variation.
weight uint Index of the font weight.
angle uint Index of the font angle.

CombinedFont methods
CombinedFont.

82
COMBINEDFONTDEFN
CHAPTER 5 OBJECT REFERENCE

CombinedFontDefn

Property name Data Type Description

NextCombinedFontDefnInDoc CombinedFon Represents the next combined font


tDefn definition instance in the document
(FO_CombinedFontDefn ID).
Name string Indicates the name of the combined
font.
BaseFamily number Asian font family (specifies index into
the arrays of font families provided by
the session property,
FontFamilyNames)
WesternFamily number Specifies the western font family
(specifies index into the arrays of font
families provided by the session
property, FontFamilyNames).
ViewHotspotIndicators Bool Turns on hotspot indicators. Hotspot
indicators are small square boxes at the
centre of an object to indicate that the
object is actually a hotspot.
WesternSize number Represents the scaling factor for Roman
text expressed as a percentage of base
font size (metric 1% to 1000%).
WesternShift number Indicates the baseline offset of Roman
text expressed as a percentage of base
font size (metric 1% to 1000%).
FontEncodingName string Specifies the combined font's encoding,
based on the BaseFamily property.
UserString string Represents a string that your client can
set as the value for the
FO_CombinedFontDefn object.

CombinedFontDefn methods
CombinedFamilyFonts, Delete, GetProps, ObjectValid, SetProps.

83
COMBINEDFONTS
CHAPTER 5 OBJECT REFERENCE

CombinedFonts
An Array of CombinedFont objects with integer indexing and a length property.

Property name Data Type Description

length number The length of the array.

CombinedFonts methods
concat, pop, push.

Command

Property name Data Type Description

CanHaveCheckMark number Returns True if the menu item can have


a check mark. If the menu item is
defined by FrameMaker, you can read
this property, but not set it.
CheckMarkIsOn number Returns 1 if the menu item can have a
check mark and the check mark is on. If
the menu item is defined by
FrameMaker, you can read this
property, but not set it.
CommandNum number Represents the integer that you
specified for the cmd parameter of
DefineAndAddCommand() or
DefineCommand(). When the user
executes the command, FrameMaker
passes this integer to your client's
Command() function.
If the menu item is defined by
FrameMaker, you can read this
property, but not set it.

84
COMMAND
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

EnabledWhen number The context in which the menu item is


enabled.. If the menu item is defined by
FrameMaker, you can read this
property, but not set it.
The following are the values that the
EnabledWhen property can have and
the corresponding contexts in which a
menu item is active.
• Constants.FV_ENABLE_OB-
J_PROPS (8) - The insertion point is
in text, a table, or a math object, or
a graphic object is selected.
Constants.FV_ENABLE_IN_TABLE
(9) - The insertion point or selec-
tion is in any part of a table.
Constants.FV_EN-
ABLE_IN_TABLE_TITLE (10) - The
insertion point or selection is in the
table title.
Constants.FV_ENABLE_IN_CELL_-
TEXT (11) - The insertion point or
selection is in a table cell.
Constants.FV_ENABLE_IS_CELL
(12) - A single cell in a table is se-
lected.
Constants.FV_ENABLE_IS_CELLS
(13) - One or more cells in a table
are selected.

85
COMMAND
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

• Constants.FV_EN-
ABLE_IS_TABLE(14) - An entire
table is selected.
Constants.FV_ENABLE_IS_OBJ (15)
- An object is selected.
Constants.FV_ENABLE_IS_TEXT_-
FRAME (16) - A text frame is select-
ed.
Constants.FV_EN-
ABLE_IS_OR_IN_FRAME (17) - The
selected object is a graphic frame
or is in a graphic frame that is not
a page frame.
Constants.FV_ENABLE_IS_A-
FRAME (18) - The first selected ob-
ject is an anchored frame.
Constants.FV_ENABLE_IS_TEX-
T_INSET (19) - The first selected
object is a text inset.
Constants.FV_ENABLE_IS_GRAPH-
IC_INSET (20) - The first selected
object is a graphic inset.
Constants.FV_ENABLE_IN_FLOW
(21) - A text frame is selected, or
the insertion point or selection is in
a paragraph.
Constants.FV_ENABLE_COPY (22) -
Some text or an object is selected.

86
COMMAND
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

• Constants.FV_ENABLE_COPY_-
FONT (23) - The insertion point or
selection is in the text of a para-
graph, a math object, a table, or a
text line.
Constants.FV_ENABLE_-
CAN_PASTE(24) - The Clipboard
contains an object or text that can
be pasted at the insertion point.
Constants.FV_EN-
ABLE_IS_VIEW_ONLY (25) - The
current document is locked.
Constants.FV_EN-
ABLE_NEEDS_DOCP_ONLY (26) - A
document is open.
Constants.FV_ENABLE_NEEDS_-
BOOKP_ONLY (27) - A book is
open.
Constants.FV_EN-
ABLE_NEEDS_DOCP_OR_BOOKP
(28) - A document or a book is
open.
ExpandOMaticParent Command Denotes the virtual parent object, if the
menu item is an expandomatic menu
item.
Fcode uint Specifies an f-code that FrameMaker
executes when the user chooses the
menu item or presses the keyboard
shortcut.
Fcodes UInts The list of f-codes that the FrameMaker
product executes when the user
chooses the menu item or presses the
keyboard shortcut.
Normally, the first f-code in the list is
the same as the f-code specified by the
Fcode property.

87
COMMAND
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

HasShiftOrUnshiftCommand number Specifies whether a command has an


accompanying shift command or unshift
command. The value is one of:
• Constants.FV_ITEM_HAS_SHIFT_COM-
MAND (1)
Constants.FV_ITEM_HAS_UN-
SHIFT_COMMAND (2)
Constants.FV_ITEM_HAS_NO_-
SHIFT_OR_UNSHIFT_COMMAND
(3)
HelpLink string The hypertext link to call when the user
requests context-sensitive help for the
command.
If you set the HelpLink property, specify
the destination file and an optional
page number or linkname. For example,
specify foo.doc:lastpage. Do not specify
hypertext commands such
asgotopage.
FrameMaker automatically prefixes the
appropriate hypertext command to the
HelpLink string when the user requests
context-sensitive help.
If the destination file is not in the client
directory, FrameMaker looks for the file
in the FrameMaker product help
directory.
NOTE: The HelpLink property is valid only
for commands created by clients, and is
not valid for commands created directly
by FrameMaker.
KeyboardShortcutLabel string The keyboard shortcut string that
appears on the menu. This string need
not be one of the actual shortcuts
specified by the KeyboardShortcuts
property.
KeyboardShortcuts Strings The list of keyboard shortcuts that the
user can press to execute the command.
To add a shortcut, append it to the list.
NOTE: ESTK does not allow you to delete
shortcuts from the list.

88
COMMAND
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Labels Strings If the command is a menu item, the


Labels property depicts the list of labels
the menu item can have in different
contexts. If the menu item has only one
label in all contexts, Labels specifies
only the string for that specific label.
If the menu item has different labels in
different contexts, Labels specifies pairs
of strings with the following format:
Context,Label
where Label specifies the menu item
label
and Context specifies the context in
which the label appears on the menu.
MenuItemType number The type of command or menu item.
The value is one of:
• Constants.FV_MENUITEM_-
FRAME (1) - the command is a
menu item defined by
FrameMaker.
Constants.FV_MENUITEM_API (2)
- the command is a menu item de-
fined by a client.
Constants.FV_MENUITEM_MAC-
RO (3) - the menu item is not a
command; it calls a macro.
Constants.FV_MENUITEM_EX-
PANDOMATIC (4) - the menu item
is an expandomatic menu item
(such as
!ShowParagraphTags) de-
fined by FrameMaker.
Mode number The mode in which keyboard shortcuts
are recorded. The value is one of:
• Constants.FV_MODE_MATH (1)
Constants.FV_MODE_NONMATH
(2)
Constants.FV_MODE_ALL (3)
NextCommandInSession Command Represents the next command in the list
of commands in the session.

89
COMMAND
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ShiftOrUnshiftCommand Command If the HasShiftOrUnshiftCommand


property is set to
Constants.FV_ITEM_HAS_SHIFT_COMM
AND (1), the
ShiftOrUnshiftCommand property,
represents the command to use when
the user holds down the Shift key.
If the HasShiftOrUnshiftCommand
property is set to
Constants.FV_ITEM_HAS_UNSHIFT_CO
MMAND (2), the
ShiftOrUnshiftCommand denotes
the command to use when the user is
not holding down the Shift key.
Label string Indicates the dialog box title.
MenuItemIsEnabled number Returns 1 if the menu or menu item is
enabled. Returns 0 if the menu or menu
item is disabled (dimmed).
Name string Represents the name of the command,
menu, or menu item separator.
NextMenuItemInMenu FMObject Indicates the next menu item, menu, or
separator in the menu.
NextMenuItemInSession FMObject Specifies the next menu item, menu, or
separator in the list of menu items,
menus, and separators in the session.
PrevMenuItemInMenu FMObject Specifies the previous menu item,
menu, or separator in the list of menu
items, menus, and separators in the
session.

90
COMMAND
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Product int Specifies the Product to add the


command.
Values:
Constants.FV_PRODUCT_UNSTRUCTUR
ED
Constants.FV_PRODUCT_STRUCTURED
Constants.FV_PRODUCT_XMLAUTHOR
Constants.FV_PRODUCT_ALL
(Equivalent to:
Constants.FV_PRODUCT_UNSTRUCTUR
ED |
Constants.FV_PRODUCT_STRUCTURED
|
Constants.FV_PRODUCT_XMLAUTHOR)
View int Specifies the View to add the command.
Values:
Constants.FV_VIEW_WYSIWYG
Constants.FV_VIEW_AUTHOR
Constants.FV_VIEW_XML
Constants.FV_VIEW_ALL (Equivalent to:
Constants.FV_VIEW_WYSIWYG |
Constants.FV_VIEW_AUTHOR |
Constants.FV_VIEW_XML)
Window int Specifies the Window to add the
command.
Values:
Constants.FV_WINDOW_DOC
Constants.FV_WINDOW_BOOK
Constants.FV_WINDOW_DITAMAP
Constants.FV_WINDOW_ALL
(Equivalent to:
Constants.FV_WINDOW_DOC |
Constants.FV_WINDOW_BOOK |
Constants.FV_WINDOW_DITAMAP)

Command methods
Delete, Delete, GetProps, ObjectValid, SetProps.

91
COMPARERET
CHAPTER 5 OBJECT REFERENCE

CompareRet

Property name Data Type Description

sum Doc Specifies the summary document.


comp Doc Specifies the composite document.

CompareRet methods
CompareRet.

CondFmt

Property name Data Type Description

CondFmtIsShown number Returns True if the condition is shown.


To hide text with a specified condition,
set this property and the ShowAll
property of the Doc object to False.
Name string Denotes the name of the condition
format.
NextCondFmtInDoc CondFmt Denotes the next condition format in
the document (FO_CondFmt ID).
SepOverride Color Indicates the color separation format
override (FO_Color ID).

92
CONDFMT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

StyleOverride number The style condition indicators for


conditional text. The possible values
are:
• Constants.FV_CN_NO_OVERRIDE
(0)
Constants.FV_CN_OVERLINE (1)
Constants.FV_CN_STRIKE-
THROUGH (2)
Constants.FV_CN_SIN-
GLE_UNDERLINE (3)
Constants.FV_CN_DOU-
BLE_UNDERLINE (4)
Constants.FV_CN_CHANGEBAR (5)
Constants.FV_CN_NUMER-
IC_UNDERLINE (6)
Constants.FV_CN_N-
MRIC_AND_CHNGBAR (7)
UseSepOverride number Returns 1 if color specified by the
SepOverride property is used instead
of the default color.
BkColor Color BkColor is the text background color
property whose value is the color to be
used.
If this property is applied on a
paragraph format, the color is applied
as the background color of the whole
paragraph.
If this property is applied on a character
format, the color is applied as the
background color of the text over which
the character format is applied.
UseBkColor bool The UseBkColor is a Boolean flag
which indicates whether the BkColor
is set or not. UseBkColor=1 indicates
the text has some background color.
UseBkColor=0 indicates transparent
background.
When UseBkColor=0, the BkColor
value is not used.

93
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description


UserString string A string to which clients can store
private data.

CondFmt methods
Delete, GetProps, ObjectValid, SetProps.

Constants
NOTE: Adobe and Pantone have been working together to support your color needs. Pantone Matches are
no longer supported in Adobe. Pantone color libraries currently preloaded in FrameMaker and
FrameMaker Publishing Server will be phased out starting August 31, 2022 (with the exception of
PANTONE+ CMYK Coated, PANTONE+ CMYK Uncoated, PANTONE+ Metallic Coated).

Property name Data Type

Constants.FDK_LIBRARY_VERSION int
Value:0x11000000
Constants.FE_Success int
Value:0
Constants.FE_Transport int
Value:-1
Constants.FE_BadDocId int
Value:-2
Constants.FE_BadObjId int
Value:-3
Constants.FE_BadPropNum int
Value:-4
Constants.FE_BadPropType int
Value:-5
Constants.FE_ReadOnly int
Value:-6
Constants.FE_OutOfRange int
Value:-7
Constants.FE_DocModified int
Value:-8

94
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FE_GroupSelect int
Value:-9
Constants.FE_WithinFrame int
Value:-10
Constants.FE_NotGraphic int
Value:-11
Constants.FE_NotFrame int
Value:-12
Constants.FE_NotGroup int
Value:-13
Constants.FE_BadNewFrame int
Value:-14
Constants.FE_BadNewGroup int
Value:-15
Constants.FE_BadNewSibling int
Value:-16
Constants.FE_BadDelete int
Value:-17
Constants.FE_BadPageDelete int
Value:-18
Constants.FE_TypeUnNamed int
Value:-19
Constants.FE_NameNotFound int
Value:-20
Constants.FE_OffsetNotFound int
Value:-21
Constants.FE_SomeUnresolved int
Value:-22
Constants.FE_BadNew int
Value:-23
Constants.FE_NotBodyPage int
Value:-24
Constants.FE_NotPgf int
Value:-25

95
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FE_NotBookComponent int
Value:-26
Constants.FE_BadOperation int
Value:-27
Constants.FE_BadElementDefId int
Value:-28
Constants.FE_BadElementId int
Value:-29
Constants.FE_BadNotificationNum int
Value:-30
Constants.FE_BadContainer int
Value:-104
Constants.FE_BadTemplatePath int
Value:-105
Constants.FE_BadXmlApplication int
Value:-106
Constants.FE_DupName int
Value:-32
Constants.FE_BadName int
Value:-33
Constants.FE_CompareTypes int
Value:-34
Constants.FE_BadCompare int
Value:-35
Constants.FE_BadRange int
Value:-36
Constants.FE_PageFrame int
Value:-37
Constants.FE_CantSmooth int
Value:-38
Constants.FE_NotTextFrame int
Value:-39
Constants.FE_HiddenPage int
Value:-40

96
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FE_NotTextObject int
Value:-41
Constants.FE_SystemError int
Value:-42
Constants.FE_BadParameter int
Value:-43
Constants.FE_Canceled int
Value:-44
Constants.FE_FailedState int
Value:-45
Constants.FE_WantsCustom int
Value:-46
Constants.FE_WantsLandscape int
Value:-47
Constants.FE_WantsPortrait int
Value:-48
Constants.FE_ViewOnly int
Value:-49
Constants.FE_BadSaveFileName int
Value:-50
Constants.FE_GenRuleItemExpected int
Value:-51
Constants.FE_GenRuleMixedConnectors int
Value:-52
Constants.FE_GenRuleLeftBracketExpect int
ed Value:-53
Constants.FE_GenRuleRightBracketExpec int
ted Value:-54
Constants.FE_GenRuleAmbiguous int
Value:-55
Constants.FE_GenRuleSyntaxError int
Value:-56
Constants.FE_GenRuleConnectorExpecte int
d Value:-57

97
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FE_InvalidString int
Value:-58
Constants.FE_BadSelectionForOperation int
Value:-59
Constants.FE_WrongProduct int
Value:-60
Constants.FE_BookStructured int
Value:-61
Constants.FE_BadRefFlowId int
Value:-62
Constants.FE_FlowStructured int
Value:-63
Constants.FE_BadRefElementId int
Value:-64
Constants.FE_BadInsertPos int
Value:-65
Constants.FE_BadBookId int
Value:-66
Constants.FE_BookUnStructured int
Value:-67
Constants.FE_BadCompPath int
Value:-68
Constants.FE_BadElementSelection int
Value:-69
Constants.FE_FileClosedByClient int
Value:-70
Constants.FE_NotPgfOrFlow int
Value:-71
Constants.FE_NotMenu int
Value:-72
Constants.FE_NotCommand int
Value:-73
Constants.FE_NotApiCommand int
Value:-74

98
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FE_NotInMenu int
Value:-75
Constants.FE_BadShortcut int
Value:-76
Constants.FE_BadMenuBar int
Value:-77
Constants.FE_PropNotSet int
Value:-78
Constants.FE_InvAttributeDef int
Value:-79
Constants.FE_InvAttribute int
Value:-80
Constants.FE_CircularReference int
Value:-81
Constants.FE_NoSuchFlow int
Value:-82
Constants.FE_BadFileType int
Value:-83
Constants.FE_MissingFile int
Value:-84
Constants.FE_CantUpdateMacEdition int
Value:-85
Constants.FE_CanceledByClient int
Value:-86
Constants.FE_EmptyTextObject int
Value:-87
Constants.FE_Busy int
Value:-88
Constants.FE_FilterFailed int
Value:-89
Constants.FE_AsianSystemRequired int
Value:-90
Constants.FE_TintedColor int
Value:-91

99
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FE_NoColorFamily int
Value:-92
Constants.FE_StringTooLong int
Value:-93
Constants.FE_InternalErrorFailedToWrite int
Insets Value:-94
Constants.FE_NotFound int
Value:-95
Constants.FE_LanguageNotAvailable int
Value:-96
Constants.FE_BadBaseColor int
Value:-97
Constants.FE_BadFamilyName int
Value:-98
Constants.FE_BadInkName int
Value:-99
Constants.FE_ReservedColor int
Value:-100
Constants.FE_TableInLockedTi int
Value:-101
Constants.FE_XRefUnresolved int
Value:-102
Constants.FE_BadXRefSrcDocId int
Value:-103
Constants.FE_InvalidAttrExpr int
Value:-107
Constants.FE_DocAlreadyHasTrackedEdit int
s Value:-108
Constants.FE_BookComponentAlreadyH int
asTrackedEdits Value:-109
Constants.FE_AcceptRejectCalledOnWro int
ngPreviewState Value:-110
Constants.FE_FailedExportedFileInvalid int
Value:-111

100
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FE_BadKey int
Value:-177
Constants.FE_BadKeyField int
Value:-178
Constants.FE_BadValue int
Value:-179
Constants.FE_KeyCatalogNotLoaded int
Value:-180
Constants.FE_KeyCatalogIsStale int
Value:-181
Constants.FE_KeyDefinitionDoesNotExist int
Value:-182
Constants.FE_KeyDefinitionAlreadyExists int
Value:-183
Constants.FE_BadFilterType int
Value:-184
Constants.FE_KeyCatalogNotSpecified int
Value:-185
Constants.FE_NonDITADocument int
Value:-186
Constants.FE_UpdateDITAReferenceFaile int
dInvalidElementType Value:-187
Constants.FE_UpdateDITAReferenceFaile int
dCannotResolveReference Value:-188
Constants.FE_UpdateDITAReferenceFaile int
dCannotFindReferencedFile Value:-189
Constants.FE_UpdateDITAReferenceFaile int
dCannotOpenReferencedFile Value:-190
Constants.FE_UpdateDITAReferenceFaile int
dCannotConvertToFMObject Value:-191
Constants.FE_UpdateDITAReferenceFaile int
d Value:-192
Constants.FE_FDKUndoNotAllowed int
Value:-193

101
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FR_DialogStayUp int
Value:-10000
Constants.FR_ModalStayUp int
Value:-10000
Constants.FR_CancelOperation int
Value:-10001
Constants.FR_DisplayedTiDialog int
Value:-10002
Constants.FR_ECMImportSuccess int
Value:-10003
Constants.FR_SkipStep int
Value:-10004
Constants.FR_YesOperation int
Value:-10005
Constants.FR_NoOperation int
Value:-10006
Constants.FR_DisplayedXRefDialog int
Value:-10007
Constants.FR_ClosedXRefDialog int
Value:-10008
Constants.FR_DisplayedModelessDialogF int
orNonContainerElem Value:-10009
Constants.FR_CancelInsertElementOpera int
tion Value:-10010
Constants.FR_HideDialogOnClose int
Value:-10011
Constants.FR_DisplayedModalDialogFor int
NonContainerElem Value:-10012
Constants.FR_UpdateDITAReferenceSucc int
ess Value:-10013
Constants.FR_UpdateDITAReferenceFaile int
d Value:-10014
Constants.FR_UpdateDITAReferenceFaile int
dInvalidElementType Value:-10015

102
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FR_UpdateDITAReferenceFaile int
dCannotResolveReference Value:-10016
Constants.FR_UpdateDITAReferenceFaile int
dCannotFindReferencedFile Value:-10017
Constants.FR_UpdateDITAReferenceFaile int
dCannotOpenReferencedFile Value:-10018
Constants.FR_UpdateDITAReferenceFaile int
dCannotConvertToFMObject Value:-10019
Constants.FR_KeyCatalogLoaded int
Value:-10020
Constants.FR_CommandEnabled int
Value:-10021
Constants.FR_CommandDisabled int
Value:-10022
Constants.FV_ACCESSBAR_OPEN int
Value:1
Constants.FV_ACCESSBAR_CLOSE int
Value:2
Constants.FV_MATH int
Value:3
Constants.FV_FORMATBAR_OPEN int
Value:4
Constants.FV_FORMATBAR_CLOSE int
Value:5
Constants.FV_CHAR_CATALOG int
Value:6
Constants.FV_PGF_CATALOG int
Value:7
Constants.FV_ELEMENT_CATALOG int
Value:8
Constants.FV_GRAPHIC int
Value:9
Constants.FV_THESAURUS int
Value:10

103
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_TEMPLATE_BROWSER int
Value:11
Constants.FV_HIST int
Value:12
Constants.FV_TBL_CATALOG int
Value:13
Constants.FV_GRAPHICS_CATALOG int
Value:14
Constants.FV_HELP_INDEX int
Value:0
Constants.FV_HELP_KEYS int
Value:1
Constants.FV_HELP_SAMPLES int
Value:2
Constants.FV_HELP_OVERVIEW int
Value:3
Constants.FV_HELP_ONLINE_MANUALS int
Value:4
Constants.FV_HELP_CONTEXT int
Value:5
Constants.FV_HELP_INIT_CONTEXT int
Value:6
Constants.FV_HELP_HYPERTEXT int
Value:7
Constants.FV_HELP_WEBWORKS int
Value:8
Constants.FP_DockDialog int
Value:2344
Constants.FV_DIALOG_DOCK_NONE int
Value:0x00
Constants.FV_DIALOG_DOCK_LEFT int
Value:0x1
Constants.FV_DIALOG_DOCK_RIGHT int
Value:(0x1 << 1)

104
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_DIALOG_DOCK_TOP int
Value:(0x1 << 2)
Constants.FV_DIALOG_DOCK_BOTTOM int
Value:(0x1 << 3)
Constants.FV_DIALOG_DOCK_ALL int
Value:0xFF
Constants.FP_IsDialogDocked int
Value:2345
Constants.FP_IsDialogVisible int
Value:2346
Constants.FP_GroupDialog int
Value:2349
Constants.FV_DIALOG_GROUP_NONE int
Value:0x0
Constants.FV_DIALOG_GROUP_SPECIAL int
Value:0x1
Constants.FV_DIALOG_GROUP_CATALOG int
S Value:(0x1 << 1)
Constants.FV_DIALOG_GROUP_DESIGNE int
RS Value:(0x1 << 2)
Constants.FV_DIALOG_GROUP_ATTRIBU int
TES Value:(0x1 << 3)
Constants.FV_DIALOG_GROUP_PODS int
Value:(0x1 << 4)
Constants.FV_DIALOG_GROUP_PODSRIG int
HT Value:(0x1 << 5)
Constants.FV_DIALOG_GROUP_EDIT int
Value:(0x1 << 6)
Constants.FV_DIALOG_GROUP_ALLPANE int
LS Value:(0x1 << 7)
Constants.FV_DIALOG_GROUP_RMKITS int
Value:(0x1 << 8)
Constants.FV_DIALOG_GROUP_RIGHT_T int
OP Value:(0x1 << 9)

105
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_DIALOG_GROUP_RIGHT_B int
OTTOM Value:(0x1 << 10)
Constants.FV_DIALOG_GROUP_ALL int
Value:0xFF
Constants.FP_ResizeGripperBarVisibility int
Value:2395
Constants.FV_DIALOG_GRIPPERBAR_TR int
UE Value:0
Constants.FV_DIALOG_GRIPPERBAR_FAL int
SE Value:1
Constants.FP_ResizeGripperPos int
Value:2350
Constants.FV_DIALOG_RESIZEGRIPPERP int
OS_NONE Value:0
Constants.FV_DIALOG_RESIZEGRIPPERP int
OS_FRONT Value:1
Constants.FV_DIALOG_RESIZEGRIPPERP int
OS_BELOW Value:2
Constants.FP_MinSize int
Value:2351
Constants.FP_MaxSize int
Value:2352
Constants.FP_Focus int
Value:2358
Constants.FP_AlertClientUnique int
Value:2290
Constants.FP_AlertClientName int
Value:2291
Constants.FP_AlertString int
Value:2292
Constants.FP_AlertType int
Value:2293
Constants.FV_AlertOneButton int
Value:1

106
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_AlertTwoButton int
Value:2
Constants.FV_AlertThreeButton int
Value:3
Constants.FF_ALERT_OK_DEFAULT int
Value:0
Constants.FF_ALERT_CANCEL_DEFAULT int
Value:1
Constants.FF_ALERT_CONTINUE_NOTE int
Value:2
Constants.FF_ALERT_CONTINUE_WARN int
Value:3
Constants.FF_ALERT_YES_DEFAULT int
Value:4
Constants.FF_ALERT_NO_DEFAULT int
Value:5
Constants.FF_ALERT_YES_NO_CANCEL int
Value:6
Constants.FF_XRUI_INTERNAL int
Value:0x01
Constants.FF_XRUI_OPEN_DOCS int
Value:0x02
Constants.FF_XRUI_CLOSED_DOCS int
Value:0x04
Constants.FF_XRUI_FORCE_UPDATE int
Value:0x08
Constants.FF_XRUI_EVERYTHING int
Value:(0x01|0x02|0x04)
Constants.FF_Custom_SingleSided int
Value:0
Constants.FF_Custom_FirstPageRight int
Value:1
Constants.FF_Custom_FirstPageLeft int
Value:2

107
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FF_CLOSE_MODIFIED int
Value:1
Constants.FF_CMP_SUMMARY_ONLY int
Value:0x01
Constants.FF_CMP_CHANGE_BARS int
Value:0x02
Constants.FF_CMP_HYPERLINKS int
Value:0x04
Constants.FF_CMP_SUMKIT int
Value:0x08
Constants.FF_CMP_COMPKIT int
Value:0x10
Constants.FF_CMP_ATTRIBUTES int
Value:0x20
Constants.FF_IMAGE_BACKGROUND int
Value:0x0001
Constants.FF_IMAGE_MASTER int
Value:0x0002
Constants.FF_IMAGE_CLIP int
Value:0x0004
Constants.FF_IMAGE_NOTRIM int
Value:0x0008
Constants.FF_IMAGE_PAGEFRAME int
Value:0x000F
Constants.FV_INTERACT_ROTATE int
Value:1
Constants.FV_INTERACT_ROTATE_CONST int
RAIN Value:2
Constants.FF_ATTACH_BORDER_STATUS int
Value:0x0001
Constants.FF_ATTACH_BORDER_PAGENU int
M Value:0x0002
Constants.FF_ATTACH_BORDER_ZOOM int
Value:0x0004

108
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FF_ATTACH_BORDER_PAGEUP int
DOWN Value:0x0008
Constants.FF_ATTACH_BORDER_RIGHTIC int
ONS Value:0x0010
Constants.FF_ATTACH_ALL int
Value:(0x0001|0x0002|0x0004|0x0008|0x0010)
Constants.FF_UFF_PGF int
Value:0x0001
Constants.FF_UFF_FONT int
Value:0x0002
Constants.FF_UFF_PAGE int
Value:0x0004
Constants.FF_UFF_TABLE int
Value:0x0008
Constants.FF_UFF_COND int
Value:0x0010
Constants.FF_UFF_REFPAGE int
Value:0x0020
Constants.FF_UFF_VAR int
Value:0x0040
Constants.FF_UFF_XREF int
Value:0x0080
Constants.FF_UFF_COLOR int
Value:0x0100
Constants.FF_UFF_MATH int
Value:0x0200
Constants.FF_UFF_DOCUMENT_PROPS int
Value:0x0400
Constants.FF_UFF_COMBINED_FONTS int
Value:0x0800
Constants.FF_UFF_FBA int
Value:0x1000
Constants.FF_UFF_REMOVE_PAGE_BREA int
KS Value:0x4000

109
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FF_UFF_REMOVE_EXCEPTION int
S Value:0x8000
Constants.FF_UFF_ALL int
Value:0xFFFF
Constants.FF_INTERACTIVE int
Value:0x0001
Constants.FF_CUT_TBL_CELLS int
Value:0x0002
Constants.FF_DONT_DELETE_HIDDEN_T int
EXT Value:0x0004
Constants.FF_INSERT_BELOW_RIGHT int
Value:0x0008
Constants.FF_VISIBLE_ONLY int
Value:0x0010
Constants.FF_REPLACE_CELLS int
Value:0x0020
Constants.FF_DONT_APPLY_ALL_ROWS int
Value:0x0040
Constants.FF_STRIP_HYPERTEXT int
Value:0x0080
Constants.FF_SELECT_WHOLE_TABLE int
Value:0x80000000
Constants.FF_CLEAR_SEL int
Value:0
Constants.FF_TEXT_SEL int
Value:1
Constants.FF_TEXT_EXT int
Value:2
Constants.FF_TEXT_Q_COPY int
Value:3
Constants.FF_CONTEXT_DRAGTXT int
Value:4
Constants.FF_PASTE_SEL_TEXT int
Value:11

110
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FF_PASTE_CLIP_TEXT int
Value:12
Constants.FF_COPY_TO_CLIP int
Value:13
Constants.FF_CELL_SEL int
Value:21
Constants.FF_CELL_EXT int
Value:22
Constants.FF_TABLE_SELALL int
Value:23
Constants.FF_CELL_RES int
Value:24
Constants.FF_CELLS_RES int
Value:25
Constants.FF_VIEWER_MENU int
Value:32
Constants.FF_CONTEXT_MENU int
Value:33
Constants.FF_STRUCTURE_MENU int
Value:34
Constants.FF_HYPERTEXT int
Value:41
Constants.FF_ELEMENT_CONTEXT int
Value:47
Constants.FF_ELEMENT_EXT_CONTEXT int
Value:48
Constants.FF_BUBBLE_CONTEXT int
Value:49
Constants.FF_BUBBLE_EXT_CONTEXT int
Value:50
Constants.FF_ELEMENT_SEL int
Value:51
Constants.FF_ELEMENT_EXT int
Value:52

111
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FF_BUBBLE_SEL int
Value:53
Constants.FF_BUBBLE_EXT int
Value:54
Constants.FF_BUBBLE_COPY int
Value:55
Constants.FF_COLLAPSE_ELEM int
Value:56
Constants.FF_COLLAPSE_ALL int
Value:57
Constants.FF_OPEN_BOOK_COMP int
Value:58
Constants.FF_PASTE_CLIP_OBJ int
Value:61
Constants.FF_OBJ_SEL int
Value:62
Constants.FF_OBJ_EXT int
Value:63
Constants.FF_OBJ_EXT_BOR int
Value:64
Constants.FF_OBJ_Q_COPY int
Value:65
Constants.FF_OBJ_ROTATE int
Value:66
Constants.FF_OBJ_CROTATE int
Value:67
Constants.FF_BOR_SEL int
Value:71
Constants.FF_BOR_EXT int
Value:72
Constants.FF_CONTEXT_DRAG int
Value:73
Constants.FF_CONTEXT_DRAG_EXT int
Value:74

112
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FF_RES_MOVE int
Value:81
Constants.FF_RES_MOVE1 int
Value:82
Constants.FF_RES_VERTEX int
Value:83
Constants.FF_RES_ADD int
Value:84
Constants.FF_RES_DEL int
Value:85
Constants.FF_SHIFT_KEY int
Value:0x0001
Constants.FF_CONTROL_KEY int
Value:0x0002
Constants.FF_ALT_KEY int
Value:0x0004
Constants.FF_CMD_KEY int
Value:0x0010
Constants.FF_ATTRDISP int
Value:86
Constants.FF_ATTRDISP_ALL int
Value:87
Constants.FF_EDIT_ATTRIBUTE int
Value:88
Constants.FF_ATTR_SEL int
Value:89
Constants.FS_ShowBrowser int
Value:1
Constants.FS_AlertUserAboutFailure int
Value:2
Constants.FS_DontNotifyAPIClients int
Value:3
Constants.FS_UpdateBrowserDirectory int
Value:4

113
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FS_MakeVisible int
Value:5
Constants.FS_MakeIconic int
Value:6
Constants.FS_DisallowMIF int
Value:7
Constants.FS_DisallowDoc int
Value:8
Constants.FS_DisallowBookMIF int
Value:9
Constants.FS_DisallowBookDoc int
Value:10
Constants.FS_DisallowFilterTypes int
Value:11
Constants.FS_DisallowPlainText int
Value:12
Constants.FS_ForceOpenAsText int
Value:13
Constants.FS_UseRecoverFile int
Value:14
Constants.FS_UseAutoSaveFile int
Value:15
Constants.FV_DoCancel int
Value:0
Constants.FV_DoOK int
Value:1
Constants.FV_DoYes int
Value:2
Constants.FV_DoNo int
Value:3
Constants.FV_DoShowDialog int
Value:4
Constants.FV_OpenViewOnly int
Value:5

114
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FS_FileIsText int
Value:16
Constants.FV_TextFile_EOLisEOP int
Value:12
Constants.FV_TextFile_EOLisNotEOP int
Value:13
Constants.FS_FileIsInUse int
Value:17
Constants.FV_ResetLockAndContinue int
Value:7
Constants.FV_OpenEditableCopy int
Value:8
Constants.FS_BookIsInUse int
Value:18
Constants.FS_LockCantBeReset int
Value:19
Constants.FS_FileIsOldVersion int
Value:20
Constants.FS_FileIsStructured int
Value:21
Constants.FV_StripStructureAndOpen int
Value:10
Constants.FS_FontNotFoundInDoc int
Value:22
Constants.FS_FontChangedMetric int
Value:23
Constants.FS_RefFileNotFound int
Value:24
Constants.FV_AllowAllRefFilesUnFindabl int
e Value:11
Constants.FS_LanguageNotAvailable int
Value:25
Constants.FS_OpenInNewWindow int
Value:26

115
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FS_OpenId int
Value:27
Constants.FS_FontNotFoundInCatalog int
Value:28
Constants.FS_NewDoc int
Value:29
Constants.FS_OpenDocViewOnly int
Value:30
Constants.FS_NameStripe int
Value:31
Constants.FS_BeefyDoc int
Value:32
Constants.FS_DisallowSgml int
Value:33
Constants.FS_FileTypeHint int
Value:34
Constants.FS_UpdateTextReferences int
Value:35
Constants.FS_UpdateXRefs int
Value:36
Constants.FS_OpenDocFluid int
Value:37
Constants.FV_DoUserPreference int
Value:12
Constants.FS_StructuredOpenApplicatio int
n Value:38
Constants.FS_SgmlBookFileName int
Value:39
Constants.FS_OpenFileNotWritable int
Value:40
Constants.FS_OpenAsType int
Value:41
Constants.FV_AUTORECOGNIZE int
Value:0x00

116
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_TYPE_BINARY int
Value:0x01
Constants.FV_TYPE_MIF int
Value:0x02
Constants.FV_TYPE_TEXT int
Value:0x03
Constants.FV_TYPE_SGML int
Value:0x04
Constants.FV_TYPE_XML int
Value:0x05
Constants.FV_TYPE_FILTER int
Value:0xFF
Constants.FS_OpenBookViewOnly int
Value:42
Constants.FS_DisallowXml int
Value:43
Constants.FS_NoStructuredErrorLog int
Value:44
Constants.FS_VerifyInsets int
Value:45
Constants.FS_IsErrorDoc int
Value:46
Constants.FS_TemplateShouldInsertRoot int
Value:47
Constants.FS_CMSId int
Value:48
Constants.FS_CMSSessionId int
Value:49
Constants.FS_NumOpenParams int
Value:49
Constants.FS_OpenedFileName int
Value:1
Constants.FS_OpenNativeError int
Value:2

117
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FS_OpenStatus int
Value:3
Constants.FS_NumOpenReturnParams int
Value:3
Constants.FV_NumOpenStatusFields int
Value:5
Constants.FV_LockWasReset int
Value:0
Constants.FV_LockNotReset int
Value:1
Constants.FV_LockCouldntBeReset int
Value:2
Constants.FV_FileWasInUse int
Value:3
Constants.FV_FileIsViewOnly int
Value:4
Constants.FV_LockWasInvalid int
Value:5
Constants.FV_FileIsNotWritable int
Value:6
Constants.FV_FileModDateChanged int
Value:7
Constants.FV_FileHasNewName int
Value:32
Constants.FV_RecoverFileUsed int
Value:33
Constants.FV_AutoSaveFileUsed int
Value:34
Constants.FV_FileWasFiltered int
Value:35
Constants.FV_FontsWereMapped int
Value:36
Constants.FV_FontMetricsChanged int
Value:37

118
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_FontsMappedInCatalog int
Value:38
Constants.FV_LanguagesWerentFound int
Value:39
Constants.FV_BeefyDoc int
Value:40
Constants.FV_FileIsOldVersion int
Value:41
Constants.FV_FileStructureStripped int
Value:42
Constants.FV_FileIsText int
Value:43
Constants.FV_OpenedViewOnly int
Value:44
Constants.FV_EditableCopyOpened int
Value:45
Constants.FV_BadFileRefsWereMapped int
Value:46
Constants.FV_ReferencedFilesWerentFo int
und Value:47
Constants.FV_FileAlreadyOpen int
Value:48
Constants.FV_UnresolvedXRefs int
Value:49
Constants.FV_UnresolvedTextInsets int
Value:50
Constants.FV_OpenedFluid int
Value:51
Constants.FV_FontsWithUnavailableEnc int
odingsUsed Value:53
Constants.FV_FileHadStructure int
Value:64
Constants.FV_FileAlreadyOpenThisSessio int
n Value:65

119
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_BadFileType int
Value:66
Constants.FV_BadFileName int
Value:67
Constants.FV_CantNewBooks int
Value:68
Constants.FV_CantOpenBooksViewOnly int
Value:69
Constants.FV_BadScriptValue int
Value:70
Constants.FV_MissingScript int
Value:71
Constants.FV_CantForceOpenAsText int
Value:72
Constants.FV_DisallowedType int
Value:73
Constants.FV_DocDamagedByTextFilter int
Value:74
Constants.FV_DocHeadersDamaged int
Value:75
Constants.FV_DocWrongSize int
Value:76
Constants.FV_ChecksumDamage int
Value:77
Constants.FV_CantOpenBooksFluid int
Value:78
Constants.FV_CancelUseRecoverFile int
Value:96
Constants.FV_CancelUseAutoSaveFile int
Value:97
Constants.FV_CancelFileIsText int
Value:98
Constants.FV_CancelFileIsInUse int
Value:99

120
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_CancelFileHasStructure int
Value:100
Constants.FV_CancelReferencedFilesNot int
Found Value:101
Constants.FV_CancelLanguagesNotFoun int
d Value:102
Constants.FV_CancelFontsMapped int
Value:103
Constants.FV_CancelFontMetricsChange int
d Value:104
Constants.FV_CancelFontsMappedInCat int
alog Value:105
Constants.FV_CancelFileIsDoc int
Value:106
Constants.FV_CancelFileIsMIF int
Value:107
Constants.FV_CancelBook int
Value:108
Constants.FV_CancelBookMIF int
Value:109
Constants.FV_CancelFileIsFilterable int
Value:110
Constants.FV_CancelFileIsOldVersion int
Value:111
Constants.FV_UserCanceled int
Value:112
Constants.FV_CancelFileBrowser int
Value:113
Constants.FV_CancelBeefyDoc int
Value:114
Constants.FV_CancelFileIsSgml int
Value:115
Constants.FV_CancelFontsWithUnavaila int
bleEncodings Value:116

121
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_CancelOpenFileNotWritabl int
e Value:117
Constants.FV_CancelTempDiskFull int
Value:118
Constants.FV_CancelFileIsXml int
Value:119
Constants.FV_TooManyWindows int
Value:128
Constants.FV_BadTemplate int
Value:129
Constants.FV_FileNotReadable int
Value:130
Constants.FS_FileType int
Value:1
Constants.FV_SaveFmtBinary int
Value:0
Constants.FV_SaveFmtInterchange int
Value:1
Constants.FV_SaveFmtStationery int
Value:3
Constants.FV_SaveFmtViewOnly int
Value:4
Constants.FV_SaveFmtText int
Value:6
Constants.FV_SaveFmtSgml int
Value:7
Constants.FV_SaveFmtFilter int
Value:8
Constants.FV_SaveFmtPdf int
Value:9
Constants.FV_SaveFmtXml int
Value:10
Constants.FV_SaveFmtBinary60 int
Value:11

122
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_SaveFmtBinary70 int
Value:12
Constants.FV_SaveFmtBinary80 int
Value:13
Constants.FV_SaveFmtInterchange70 int
Value:14
Constants.FV_SaveFmtInterchange80 int
Value:15
Constants.FV_SaveFmtBinary90 int
Value:16
Constants.FV_SaveFmtInterchange90 int
Value:17
Constants.FV_SaveFmtCompositeDoc int
Value:18
Constants.FV_SaveFmtBookWithXml int
Value:19
Constants.FV_SaveFmtBookWithFm int
Value:20
Constants.FV_SaveFmtBinary100 int
Value:21
Constants.FV_SaveFmtInterchange100 int
Value:22
Constants.FV_SaveFmtBinary110 int
Value:23
Constants.FV_SaveFmtInterchange110 int
Value:24
Constants.FS_SaveMode int
Value:4
Constants.FV_ModeSave int
Value:0
Constants.FV_ModeSaveAs int
Value:1
Constants.FS_SaveAsModeName int
Value:5

123
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_SaveAsNameAskUser int
Value:0
Constants.FV_SaveAsUseFileName int
Value:1
Constants.FV_SaveAsNameProvided int
Value:2
Constants.FS_AutoBackupOnSave int
Value:6
Constants.FV_SaveYesAutoBackup int
Value:0
Constants.FV_SaveNoAutoBackup int
Value:1
Constants.FV_SaveUserPrefAutoBackup int
Value:2
Constants.FS_MakePageCount int
Value:7
Constants.FV_UseCurrentSetting int
Value:0
Constants.FV_DontChangePageCount int
Value:1
Constants.FV_MakePageCountEven int
Value:2
Constants.FV_MakePageCountOdd int
Value:3
Constants.FV_DeleteEmptyPages int
Value:4
Constants.FS_ShowSaveTextDialog int
Value:8
Constants.FS_SaveTextTblSetting int
Value:9
Constants.FV_SaveTblUserPref int
Value:0
Constants.FV_SaveTblRowsAsPgfs int
Value:1

124
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_SaveTblColsAsPgfs int
Value:2
Constants.FV_SaveSkipTbls int
Value:3
Constants.FS_SaveTextExtraBlankLineAtE int
OP Value:10
Constants.FS_UseDefaultUNIXpermission int
s Value:11
Constants.FS_RetainNameStripe int
Value:12
Constants.FS_UNIXpermissions int
Value:13
Constants.FS_UpdateFRVList int
Value:14
Constants.FS_SaveFileTypeHint int
Value:16
Constants.FS_StructuredSaveApplication int
Value:18
Constants.FS_SaveFileNotWritable int
Value:20
Constants.FS_ModDateChanged int
Value:21
Constants.FS_DitavalFile int
Value:22
Constants.FS_DitavalCondTag int
Value:23
Constants.FS_DitaGenerateFlatBook int
Value:25
Constants.FS_DitaGenerateComponents int
AtOneLoc Value:26
Constants.FS_DitaPostProcessingOnBook int
Value:27
Constants.FS_DitaSavePdfViaBook int
Value:28

125
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FS_HasUnsupportedHotspotS int
hapes Value:29
Constants.FS_NumSaveParams int
Value:29
Constants.FS_SavedFileName int
Value:1
Constants.FS_SaveNativeError int
Value:2
Constants.FS_SaveStatus int
Value:3
Constants.FS_NumSaveReturnParams int
Value:3
Constants.FV_NumSaveStatusFields int
Value:2
Constants.FV_ProductIsViewer int
Value:32
Constants.FV_FileNotWritable int
Value:33
Constants.FV_BadSaveFileName int
Value:34
Constants.FV_BadFileId int
Value:35
Constants.FV_BadSaveScriptValue int
Value:36
Constants.FV_NonPortableSaveName int
Value:37
Constants.FV_NonPortableFileRefs int
Value:38
Constants.FV_ProductIsMaker int
Value:39
Constants.FV_BadSaveObjectId int
Value:40
Constants.FV_Unstructured int
Value:41

126
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_InvalidSaveFilter int
Value:42
Constants.FV_UserCanceledSave int
Value:48
Constants.FV_FileWasExported int
Value:49
Constants.FV_CancelSaveFileIsInUse int
Value:50
Constants.FV_CancelSaveFileNotWritabl int
e Value:51
Constants.FV_CancelSaveModDateChan int
ged Value:52
Constants.FV_CancelSaveExportedFileInv int
alid Value:53
Constants.FS_HowToImport int
Value:4
Constants.FV_DoByRef int
Value:5
Constants.FV_DoByCopy int
Value:6
Constants.FV_DoUserChoice int
Value:7
Constants.FS_ManualUpdate int
Value:5
Constants.FS_TextInsetName int
Value:6
Constants.FS_DisallowGraphicTypes int
Value:9
Constants.FS_DisallowMacEditions int
Value:10
Constants.FS_FileIsGraphic int
Value:13
Constants.FS_FitGraphicInSelectedRect int
Value:14

127
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FS_GraphicDpi int
Value:15
Constants.FV_DoImportAsTable int
Value:8
Constants.FS_ForceImportAsText int
Value:17
Constants.FS_FileIsMakerDoc int
Value:18
Constants.FS_UseMainFlow int
Value:19
Constants.FS_ImportFlowTag int
Value:20
Constants.FS_ImportFlowPageSpace int
Value:21
Constants.FV_ReferencePage int
Value:9
Constants.FV_BodyPage int
Value:10
Constants.FS_FormatImportedText int
Value:22
Constants.FV_SourceDoc int
Value:0
Constants.FV_EnclosingDoc int
Value:1
Constants.FV_PlainText int
Value:2
Constants.FS_RemoveManualPageBreak int
s Value:23
Constants.FS_RemoveOverrides int
Value:24
Constants.FS_ImportTblTag int
Value:25
Constants.FS_TblNumHeadingRows int
Value:26

128
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FS_LeaveHeadingRowsEmpty int
Value:27
Constants.FS_TreatParaAsRow int
Value:28
Constants.FS_CellSeparator int
Value:29
Constants.FS_NumCellSeparators int
Value:30
Constants.FS_NumColumns int
Value:31
Constants.FS_FileIsSgmlDoc int
Value:32
Constants.FS_StructuredImportApplicati int
on Value:35
Constants.FS_ImportAsType int
Value:36
Constants.FS_FileIsXmlDoc int
Value:37
Constants.FS_RasterDpi int
Value:38
Constants.FS_RasterImageWidth int
Value:39
Constants.FS_RasterImageHeight int
Value:40
Constants.FS_ShowRasterDpiDialog int
Value:41
Constants.FS_ClientUpdateSilent int
Value:47
Constants.FS_NumImportParams int
Value:47
Constants.FS_InsetData int
Value:50
Constants.FS_UseHTTP int
Value:51

129
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FS_InsetElementDef int
Value:52
Constants.FS_PDFPageNum int
Value:45
Constants.FS_ImportedFileName int
Value:1
Constants.FS_ImportNativeError int
Value:2
Constants.FS_ImportStatus int
Value:3
Constants.FS_NumImportReturnParams int
Value:3
Constants.FV_NumImportStatusFields int
Value:2
Constants.FV_ImportedByCopy int
Value:0
Constants.FV_ImportedText int
Value:1
Constants.FV_ImportedTextTable int
Value:2
Constants.FV_ImportedMIF int
Value:3
Constants.FV_ImportedMakerDoc int
Value:4
Constants.FV_ImportedFilteredFile int
Value:5
Constants.FV_ImportedGraphicFile int
Value:6
Constants.FV_ImportedMacEdition int
Value:7
Constants.FV_ImportedSgmlDoc int
Value:8
Constants.FV_ImportedXmlDoc int
Value:9

130
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_BadImportFileName int
Value:16
Constants.FV_BadImportFileType int
Value:17
Constants.FV_BadImportScriptValue int
Value:18
Constants.FV_MissingImportScript int
Value:19
Constants.FV_CantForceImportAsText int
Value:20
Constants.FV_DisallowedImportType int
Value:21
Constants.FV_NoMainFlow int
Value:22
Constants.FV_NoFlowWithSpecifiedNam int
e Value:23
Constants.FV_InsertionPointNotInText int
Value:24
Constants.FV_InsertionPointInTableCell int
Value:25
Constants.FV_InsertionPointInFootnote int
Value:26
Constants.FV_InsufficientMemory int
Value:27
Constants.FV_BadEnclosingDocId int
Value:28
Constants.FV_BadTextFileTypeHint int
Value:29
Constants.FV_FlowUnstructured int
Value:30
Constants.FV_CancelFileText int
Value:32
Constants.FV_CancelFileDoc int
Value:33

131
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_CancelFileMIF int
Value:34
Constants.FV_CancelFileFilterable int
Value:35
Constants.FV_CancelFileGraphic int
Value:36
Constants.FV_UserCanceledImport int
Value:37
Constants.FV_CancelImportBrowser int
Value:38
Constants.FV_CancelFileIsMacEdition int
Value:39
Constants.FV_CancelFileSgml int
Value:40
Constants.FV_CancelFileXml int
Value:41
Constants.FV_ImportFileNotReadable int
Value:48
Constants.FS_Export int
Value:4
Constants.FV_ExportDocument int
Value:0
Constants.FV_ExportObject int
Value:1
Constants.FS_ExportType int
Value:5
Constants.FS_ExportTextRange int
Value:6
Constants.FS_ExportObjectId int
Value:7
Constants.FS_ExportObjectNeedsDpi int
Value:12
Constants.FS_ExportFileTypeHint int
Value:14

132
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FS_StructuredExportApplicati int
on Value:16
Constants.FS_ImportExportVersion int
Value:17
Constants.FS_NumExportParams int
Value:17
Constants.FS_ExportFileName int
Value:1
Constants.FS_ExportNativeError int
Value:2
Constants.FS_ExportStatus int
Value:3
Constants.FV_NumExportStatusFields int
Value:2
Constants.FS_NumExportReturnParams int
Value:3
Constants.FV_ExportFileHasNewName int
Value:0
Constants.FV_ExportProductIsViewer int
Value:1
Constants.FV_ExportFileNotWritable int
Value:2
Constants.FV_InsufficientMem int
Value:3
Constants.FV_BadExportFileName int
Value:16
Constants.FV_MissingExportScript int
Value:17
Constants.FV_BadExportObjectId int
Value:18
Constants.FV_InvalidTextRange int
Value:19
Constants.FV_BadExportDocId int
Value:20

133
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_BadExportScriptValue int
Value:21
Constants.FV_FilterFailed int
Value:22
Constants.FV_InvalidExportFilter int
Value:23
Constants.FV_UserCanceledExport int
Value:32
Constants.FV_CanceledExportObjectNee int
dsDpi Value:33
Constants.FV_ApiClientCanceledExport int
Value:34
Constants.FS_AllowNonFMFiles int
Value:1
Constants.FS_AllowViewOnlyFiles int
Value:3
Constants.FS_ShowBookErrorLog int
Value:4
Constants.FS_AllowInconsistentNumPro int
ps Value:6
Constants.FS_UpdateBookGeneratedFile int
s Value:7
Constants.FS_UpdateBookNumbering int
Value:8
Constants.FS_UpdateBookOleLinks int
Value:9
Constants.FS_UpdateBookTextReference int
s Value:10
Constants.FS_UpdateBookXRefs int
Value:11
Constants.FS_UpdateBookMasterPages int
Value:12
Constants.FS_NumUpdateBookParams int
Value:12

134
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FS_UpdateBookStatus int
Value:1
Constants.FS_NumUpdateBookReturnPa int
rams Value:1
Constants.FV_NumUpdateBookStatusFie int
lds Value:4
Constants.FV_BookNotSelfConsistent int
Value:0
Constants.FV_DuplicateFileInBook int
Value:1
Constants.FV_NoNonGeneratedFilesInBo int
ok Value:2
Constants.FV_CancelNonFMFileInBook int
Value:32
Constants.FV_CancelViewOnlyFileInBook int
Value:33
Constants.FV_CancelInconsistentNumPr int
opsInFileInBook Value:34
Constants.FV_UserCanceledUpdateBook int
Value:35
Constants.FV_BadUpdateBookFileId int
Value:64
Constants.FV_BadUpdateBookScriptValu int
e Value:65
Constants.FV_FileInBookNotOpened int
Value:96
Constants.FV_FileInBookNotSaved int
Value:97
Constants.FV_TooManyWindowsUpdate int
Book Value:98
Constants.FV_Body int
Value:1237
Constants.FV_Heading int
Value:1238

135
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_Footing int
Value:1239
Constants.FV_Above int
Value:1240
Constants.FV_Below int
Value:1241
Constants.FV_Left int
Value:1242
Constants.FV_Right int
Value:1243
Constants.FV_ChooseSelect int
Value:0x00000000
Constants.FV_ChooseOpen int
Value:0x00000001
Constants.FV_ChooseSave int
Value:0x00000002
Constants.FV_ChooseOpenDir int
Value:0x00000004
Constants.FV_ChooseMultiSelect int
Value:0x00000008
Constants.FV_ChooseMultiOpen int
Value:0x00000010
Constants.FV_BrowseLocalOnly int
Value:0x00010000
Constants.FV_BrowseCmsOnly int
Value:0x00020000
Constants.FV_BrowseLocalWithWebdav int
Only Value:0x00040000
Constants.FA_Init_First int
Value:1
Constants.FA_Init_Subsequent int
Value:2
Constants.FA_Init_TakeControl int
Value:3

136
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FA_Init_DocReport int
Value:4
Constants.FA_Note_PreOpenDoc int
Value:1
Constants.FA_Note_PostOpenDoc int
Value:2
Constants.FA_Note_PreOpenMIF int
Value:3
Constants.FA_Note_PostOpenMIF int
Value:4
Constants.FA_Note_PreSaveDoc int
Value:5
Constants.FA_Note_PostSaveDoc int
Value:6
Constants.FA_Note_PreSaveMIF int
Value:7
Constants.FA_Note_PostSaveMIF int
Value:8
Constants.FA_Note_PreFileType int
Value:9
Constants.FA_Note_PostFileType int
Value:10
Constants.FA_Note_PreQuitDoc int
Value:11
Constants.FA_Note_DirtyDoc int
Value:12
Constants.FA_Note_ClientCall int
Value:13
Constants.FA_Note_FilterIn int
Value:14
Constants.FA_Note_FilterOut int
Value:15
Constants.FA_Note_PreOpenBook int
Value:16

137
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FA_Note_PostOpenBook int
Value:17
Constants.FA_Note_PreOpenBookMIF int
Value:18
Constants.FA_Note_PostOpenBookMIF int
Value:19
Constants.FA_Note_PreSaveBook int
Value:20
Constants.FA_Note_PostSaveBook int
Value:21
Constants.FA_Note_PreSaveBookMIF int
Value:22
Constants.FA_Note_PostSaveBookMIF int
Value:23
Constants.FA_Note_PreQuitBook int
Value:24
Constants.FA_Note_DirtyBook int
Value:25
Constants.FA_Note_PreQuitSession int
Value:26
Constants.FA_Note_PostQuitSession int
Value:27
Constants.FA_Note_PreRevertDoc int
Value:28
Constants.FA_Note_PostRevertDoc int
Value:29
Constants.FA_Note_PreRevertBook int
Value:30
Constants.FA_Note_PostRevertBook int
Value:31
Constants.FA_Note_PreAutoSaveDoc int
Value:32
Constants.FA_Note_PostAutoSaveDoc int
Value:33

138
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FA_Note_BackToUser int
Value:34
Constants.FA_Note_DisplayClientTiDialo int
g Value:35
Constants.FA_Note_UpdateAllClientTi int
Value:36
Constants.FA_Note_UpdateClientTi int
Value:37
Constants.FA_Note_PreImport int
Value:38
Constants.FA_Note_PostImport int
Value:39
Constants.FA_Note_PostQuitDoc int
Value:40
Constants.FA_Note_PostQuitBook int
Value:41
Constants.FA_Note_PreFunction int
Value:42
Constants.FA_Note_PostFunction int
Value:43
Constants.FA_Note_PreMouseCommand int
Value:44
Constants.FA_Note_PostMouseComman int
d Value:45
Constants.FA_Note_PreHypertext int
Value:46
Constants.FA_Note_PostHypertext int
Value:47
Constants.FA_Note_PrePrint int
Value:48
Constants.FA_Note_PostPrint int
Value:49
Constants.FA_Note_BodyPageAdded int
Value:50

139
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FA_Note_BodyPageDeleted int
Value:51
Constants.FA_Note_PreInsertElement int
Value:52
Constants.FA_Note_PostInsertElement int
Value:53
Constants.FA_Note_PreChangeElement int
Value:54
Constants.FA_Note_PostChangeElement int
Value:55
Constants.FA_Note_PreWrapElement int
Value:56
Constants.FA_Note_PostWrapElement int
Value:57
Constants.FA_Note_PreDragElement int
Value:58
Constants.FA_Note_PostDragElement int
Value:59
Constants.FA_Note_PreCopyElement int
Value:60
Constants.FA_Note_PostCopyElement int
Value:61
Constants.FA_Note_PreSetAttrValue int
Value:62
Constants.FA_Note_PostSetAttrValue int
Value:63
Constants.FA_Note_PreImportElemDefs int
Value:64
Constants.FA_Note_PostImportElemDefs int
Value:65
Constants.FA_Note_ECMInternal int
Value:66
Constants.FA_Note_PreExport int
Value:67

140
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FA_Note_PostExport int
Value:68
Constants.FA_Note_PreInlineTypeIn int
Value:69
Constants.FA_Note_PostInlineTypeIn int
Value:70
Constants.FA_Note_PreSaveAsPDFDialog int
Value:71
Constants.FA_Note_PostSaveAsPDFDialo int
g Value:72
Constants.FA_Note_PreDistill int
Value:73
Constants.FA_Note_PostDistill int
Value:74
Constants.FA_Note_FilterFileToFile int
Value:75
Constants.FA_Note_PreBookComponent int
Open Value:76
Constants.FA_Note_PostBookComponen int
tOpen Value:77
Constants.FA_Note_PreGenerate int
Value:78
Constants.FA_Note_PostGenerate int
Value:79
Constants.FA_Note_PreGoToXrefSrc int
Value:80
Constants.FA_Note_PostGoToXrefSrc int
Value:81
Constants.FA_Note_PreOpenSGML int
Value:82
Constants.FA_Note_PostOpenSGML int
Value:83
Constants.FA_Note_Dialog int
Value:84

141
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FA_Note_Alert int
Value:85
Constants.FA_Note_Palette int
Value:86
Constants.FA_Note_ToolBar int
Value:87
Constants.FA_Note_ConsoleMessage int
Value:88
Constants.FA_Note_Help int
Value:89
Constants.FA_Note_URL int
Value:90
Constants.FA_Note_CursorChange int
Value:91
Constants.FA_Note_FontSubstitution int
Value:92
Constants.FA_Note_UndoCheckpoint int
Value:93
Constants.FA_Note_FileOpen int
Value:94
Constants.FA_Note_PreOpenXML int
Value:95
Constants.FA_Note_PostOpenXML int
Value:96
Constants.FA_Note_PreSaveXML int
Value:97
Constants.FA_Note_PostSaveXML int
Value:98
Constants.FA_Note_PreSaveSGML int
Value:99
Constants.FA_Note_PostSaveSGML int
Value:100
Constants.FA_Note_U3DCommand int
Value:101

142
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FA_Note_Not_U3DCommand int
Value:102
Constants.FA_Note_Not_RSC_Supported int
_File Value:103
Constants.FA_Note_RSC_Supported_File int
Value:104
Constants.FA_Note_PostActiveDocChang int
e Value:105
Constants.FA_Note_PreUpdateXRefs int
Value:106
Constants.FA_Note_PostUpdateXRefs int
Value:107
Constants.FA_Note_DisplayClientXRefDia int
log Value:108
Constants.FA_Note_QuitModelessDialog int
Value:109
Constants.FA_Note_InsertTopicRef int
Value:110
Constants.FA_Note_InsertConRef int
Value:111
Constants.FA_Note_GenerateFM int
Value:112
Constants.FA_Note_OpenAllTopicrefs int
Value:113
Constants.FA_Note_UpdateRefs int
Value:114
Constants.FA_Note_AssignId int
Value:115
Constants.FA_Note_DITAOptions int
Value:116
Constants.FA_Note_NewDitamapFile int
Value:117
Constants.FA_Note_NewBookmapFile int
Value:118

143
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FA_Note_NewTopicFile int
Value:119
Constants.FA_Note_NewTaskFile int
Value:120
Constants.FA_Note_NewConceptFile int
Value:121
Constants.FA_Note_NewReferenceFile int
Value:122
Constants.FA_Note_NewGlossEntryFile int
Value:123
Constants.FA_Note_SWF_File int
Value:124
Constants.FA_Note_Not_SWF_File int
Value:125
Constants.FA_Note_Enable_Disable_DIT int
A_Menu_Commands Value:126
Constants.FA_Note_Dialog_Create int
Value:127
Constants.FA_Note_SetAttrValue int
Value:128
Constants.FA_Note_UpdateRefs_On_Sav int
e Value:129
Constants.FA_Note_Read_Struct_App int
Value:130
Constants.FA_Note_Struct_Wizard int
Value:131
Constants.FA_Note_Open_Dtd int
Value:132
Constants.FA_Note_Open_Schema int
Value:133
Constants.FA_Note_Open_EDD_For_App int
Value:134
Constants.FA_Note_PostSetPropertyValu int
e Value:135

144
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FA_Note_Not_AI_Supported_ int
File Value:136
Constants.FA_Note_AI_Supported_File int
Value:137
Constants.FA_Note_Poster_Applied int
Value:138
Constants.FA_Note_PrePublishDitamap int
Value:139
Constants.FA_Note_PostPublishDitamap int
Value:140
Constants.FA_Note_UpdateDITAReferenc int
e Value:141
Constants.FA_Note_UpdateDITAReferenc int
es Value:142
Constants.FA_Note_LoadKeyCatalog int
Value:143
Constants.FA_Note_ReLoadKeyCatalog int
Value:144
Constants.FA_Note_EnumeratedCompon int
ent Value:145
Constants.FA_Note_PreSwitchView int
Value:146
Constants.FA_Note_PostSwitchView int
Value:147
Constants.FA_Note_IsCommandEnabled int
Value:148
Constants.FA_Note_Num int
Value:149
Constants.FTI_String int
Value:0x00000001
Constants.FTI_LineBegin int
Value:0x00000002
Constants.FTI_LineEnd int
Value:0x00000004

145
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FTI_PgfBegin int
Value:0x00000008
Constants.FTI_PgfEnd int
Value:0x00000010
Constants.FTI_FlowBegin int
Value:0x00000020
Constants.FTI_FlowEnd int
Value:0x00000040
Constants.FTI_PageBegin int
Value:0x00000080
Constants.FTI_PageEnd int
Value:0x00000100
Constants.FTI_SubColBegin int
Value:0x00000200
Constants.FTI_SubColEnd int
Value:0x00000400
Constants.FTI_FrameAnchor int
Value:0x00000800
Constants.FTI_FnAnchor int
Value:0x00001000
Constants.FTI_TblAnchor int
Value:0x00002000
Constants.FTI_MarkerAnchor int
Value:0x00004000
Constants.FTI_XRefBegin int
Value:0x00008000
Constants.FTI_XRefEnd int
Value:0x00010000
Constants.FTI_VarBegin int
Value:0x00020000
Constants.FTI_VarEnd int
Value:0x00040000
Constants.FTI_ElementBegin int
Value:0x00080000

146
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FTI_ElementEnd int
Value:0x00100000
Constants.FTI_CharPropsChange int
Value:0x00200000
Constants.FTI_TextFrameBegin int
Value:0x00400000
Constants.FTI_TextFrameEnd int
Value:0x00800000
Constants.FTI_TextObjId int
Value:0x01000000
Constants.FTI_TextInsetBegin int
Value:0x02000000
Constants.FTI_TextInsetEnd int
Value:0x04000000
Constants.FTI_ElemPrefixBegin int
Value:0x08000000
Constants.FTI_ElemPrefixEnd int
Value:0x10000000
Constants.FTI_ElemSuffixBegin int
Value:0x20000000
Constants.FTI_ElemSuffixEnd int
Value:0x40000000
Constants.FTI2_RubiTextBegin int
Value:0x80000001
Constants.FTI2_RubiTextEnd int
Value:0x80000002
Constants.FTI2_RubiCompositeBegin int
Value:0x80000004
Constants.FTI2_RubiCompositeEnd int
Value:0x80000008
Constants.FTI_HardLineEnd int
Value:1
Constants.FTI_HyphenLineEnd int
Value:2

147
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FTF_FAMILY int
Value:0x80000000
Constants.FTF_VARIATION int
Value:0x40000000
Constants.FTF_WEIGHT int
Value:0x20000000
Constants.FTF_ANGLE int
Value:0x10000000
Constants.FTF_UNDERLINING int
Value:0x08000000
Constants.FTF_STRIKETHROUGH int
Value:0x04000000
Constants.FTF_OVERLINE int
Value:0x02000000
Constants.FTF_CHANGEBAR int
Value:0x01000000
Constants.FTF_OUTLINE int
Value:0x00800000
Constants.FTF_SHADOW int
Value:0x00400000
Constants.FTF_PAIRKERN int
Value:0x00200000
Constants.FTF_SIZE int
Value:0x00100000
Constants.FTF_KERNX int
Value:0x00080000
Constants.FTF_KERNY int
Value:0x00040000
Constants.FTF_SPREAD int
Value:0x00020000
Constants.FTF_COLOR int
Value:0x00010000
Constants.FTF_CHARTAG int
Value:0x00008000

148
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FTF_CAPITALIZATION int
Value:0x00004000
Constants.FTF_POSITION int
Value:0x00002000
Constants.FTF_STRETCH int
Value:0x00001000
Constants.FTF_LANGUAGE int
Value:0x00000800
Constants.FTF_TSUME int
Value:0x00000400
Constants.FTF_ENCODING int
Value:0x00000200
Constants.FTF_IIF int
Value:0x00000002
Constants.FTF_CONDITIONTAG int
Value:0x00000001
Constants.FTF_ALL int
Value:0xFFFFFE03
Constants.FV_OBJ_END_OFFSET int
Value:0x50000000
Constants.FT_Bad int
Value:0
Constants.FT_Integer int
Value:1
Constants.FT_Metric int
Value:2
Constants.FT_String int
Value:3
Constants.FT_Id int
Value:4
Constants.FT_Metrics int
Value:5
Constants.FT_Strings int
Value:6

149
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FT_Points int
Value:7
Constants.FT_Tabs int
Value:8
Constants.FT_TextLoc int
Value:9
Constants.FT_TextRange int
Value:10
Constants.oldFT_ElementFmts int
Value:11
Constants.FT_ElementCatalog int
Value:12
Constants.FT_Ints int
Value:13
Constants.FT_UBytes int
Value:14
Constants.FT_UInts int
Value:15
Constants.FT_FormatBranches int
Value:16
Constants.FT_AttributeDefs int
Value:17
Constants.FT_Attributes int
Value:18
Constants.FT_ElementRange int
Value:19
Constants.FT_Vals int
Value:20
Constants.FT_AttributesEx int
Value:21
Constants.FT_Num int
Value:22
Constants.FI_PLUGIN_PRODUCTNAME int
Value:1

150
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FI_PLUGIN_NAME int
Value:2
Constants.FI_PLUGIN_TYPE int
Value:3
Constants.FI_PLUGIN_DESCRIPTION int
Value:4
Constants.FI_PLUGIN_PRODUCTS int
Value:5
Constants.FI_PLUGIN_FACET int
Value:6
Constants.FI_PLUGIN_FORMATID int
Value:7
Constants.FI_PLUGIN_VENDOR int
Value:8
Constants.FI_PLUGIN_SUFFIX int
Value:9
Constants.FI_PLUGIN_INFORMAT int
Value:10
Constants.FI_PLUGIN_OUTFORMAT int
Value:11
Constants.FO_Session int
Value:0
Constants.FO_StringResource int
Value:1
Constants.FO_Book int
Value:2
Constants.FO_BookComponent int
Value:3
Constants.FO_Doc int
Value:4
Constants.FO_BodyPage int
Value:5
Constants.FO_MasterPage int
Value:6

151
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FO_RefPage int
Value:7
Constants.FO_HiddenPage int
Value:8
Constants.FO_Last_Page int
Value:8
Constants.FO_UnanchoredFrame int
Value:9
Constants.FO_Group int
Value:10
Constants.FO_Arc int
Value:11
Constants.FO_Rectangle int
Value:12
Constants.FO_Ellipse int
Value:13
Constants.FO_RoundRect int
Value:14
Constants.FO_Polyline int
Value:15
Constants.FO_Polygon int
Value:16
Constants.FO_Line int
Value:17
Constants.FO_TextLine int
Value:18
Constants.FO_TextFrame int
Value:19
Constants.FO_Inset int
Value:20
Constants.FO_Math int
Value:21
Constants.FO_DBGroup int
Value:22

152
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FO_Last_Graphic int
Value:22
Constants.FO_AFrame int
Value:23
Constants.FO_XLast_Graphic int
Value:23
Constants.FO_Marker int
Value:24
Constants.FO_Fn int
Value:25
Constants.FO_XRef int
Value:26
Constants.FO_XRefFmt int
Value:27
Constants.FO_Var int
Value:28
Constants.FO_VarFmt int
Value:29
Constants.FO_Flow int
Value:30
Constants.FO_Pgf int
Value:31
Constants.FO_PgfFmt int
Value:32
Constants.FO_CharFmt int
Value:33
Constants.FO_CondFmt int
Value:34
Constants.FO_Color int
Value:35
Constants.FO_Tbl int
Value:36
Constants.FO_TblFmt int
Value:37

153
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FO_Row int
Value:38
Constants.FO_Cell int
Value:39
Constants.FO_RulingFmt int
Value:40
Constants.FO_ElementDef int
Value:41
Constants.FO_Element int
Value:42
Constants.FO_DialogResource int
Value:43
Constants.FO_DlgBox int
Value:44
Constants.FO_DlgButton int
Value:45
Constants.FO_DlgTriBox int
Value:46
Constants.FO_DlgCheckBox int
Value:47
Constants.FO_DlgPopUp int
Value:48
Constants.FO_DlgScrollBox int
Value:49
Constants.FO_DlgEditBox int
Value:50
Constants.FO_DlgRadioButton int
Value:51
Constants.FO_DlgLabel int
Value:52
Constants.FO_DlgImage int
Value:53
Constants.FO_DlgScrollBar int
Value:54

154
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FO_Menu int
Value:55
Constants.FO_Command int
Value:56
Constants.FO_MenuItemSeparator int
Value:57
Constants.FO_FmtChangeList int
Value:58
Constants.FO_FmtRule int
Value:59
Constants.FO_FmtRuleClause int
Value:60
Constants.FO_TiFlow int
Value:61
Constants.FO_TiText int
Value:62
Constants.FO_TiTextTable int
Value:63
Constants.FO_TiApiClient int
Value:64
Constants.FO_SubCol int
Value:65
Constants.FO_MarkerType int
Value:66
Constants.FO_CombinedFontDefn int
Value:67
Constants.FO_Rubi int
Value:68
Constants.FO_Alert int
Value:69
Constants.FO_CursorResource int
Value:70
Constants.FO_AttrCondExpr int
Value:71

155
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FO_DlgListView int
Value:72
Constants.FO_GraphicsFmt int
Value:73
Constants.FO_CMSRegistration int
Value:74
Constants.FO_CMSSession int
Value:75
Constants.FO_CMSObject int
Value:76
Constants.FO_KeyCatalog int
Value:77
Constants.FO_Iterator int
Value:78
Constants.FO_Num int
Value:79
Constants.FO_First_Internal int
Value:79
Constants.FO_Page int
Value:(79+0)
Constants.FO_Graphic int
Value:(79+1)
Constants.FO_Frame int
Value:(79+2)
Constants.FO_Cblock int
Value:(79+3)
Constants.FO_SubCond int
Value:(79+4)
Constants.FO_SubStyle int
Value:(79+5)
Constants.FO_SubDash int
Value:(79+6)
Constants.FO_SubCell int
Value:(79+7)

156
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FO_SubTbl int
Value:(79+8)
Constants.FO_SubPblock int
Value:(79+9)
Constants.FO_SubTextDef int
Value:(79+10)
Constants.FO_MenuCell int
Value:(79+11)
Constants.FO_TextInset int
Value:(79+12)
Constants.FO_DitaMap int
Value:(79+13)
Constants.FO_Last_Internal int
Value:(79+14)
Constants.FO_CMSConnection int
Value:(79+15)
Constants.FO_CMSObject2 int
Value:(79+16)
Constants.FO_Bad int
Value:255
Constants.FO_AnchoredFrame int
Value:23
Constants.FO_UFrame int
Value:9
Constants.FP_Name int
Value:20
Constants.FP_Unique int
Value:21
Constants.FP_UserString int
Value:22
Constants.FP_ObjectAttributes int
Value:23
Constants.FP_Label int
Value:30

157
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_IsIconified int
Value:31
Constants.FP_IsInFront int
Value:32
Constants.FP_ScreenX int
Value:33
Constants.FP_ScreenY int
Value:34
Constants.FP_ScreenWidth int
Value:35
Constants.FP_ScreenHeight int
Value:36
Constants.FV_SessionId int
Value:0
Constants.FP_VersionRevision int
Value:41
Constants.FP_ProductName int
Value:42
Constants.FP_VersionMajor int
Value:43
Constants.FP_VersionMinor int
Value:44
Constants.FP_Platform int
Value:45
Constants.FP_OperatingSystem int
Value:46
Constants.FP_WindowSystem int
Value:47
Constants.FP_AutoSave int
Value:48
Constants.FP_AutoSaveSeconds int
Value:49
Constants.FP_AutoBackup int
Value:50

158
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_ActiveDoc int
Value:51
Constants.FP_ProgId int
Value:2421
Constants.FP_IsFMRunningAsServer int
Value:2348
Constants.FP_ActiveView int
Value:2422
Constants.FP_CurrentDoc int
Value:2401
Constants.FP_PDFPageNum int
Value:2402
Constants.FP_UndoFDKRecording int
Value:2403
Constants.FP_StackWarningLevel int
Value:2404
Constants.FP_NoFlashInPDF int
Value:2405
Constants.FP_No3DInPDF int
Value:2406
Constants.FP_InsetURL int
Value:2407
Constants.FP_DontShowWelcomeScreen int
Value:2408
Constants.FP_TechSuiteInternal int
Value:2409
Constants.FP_IsTechnicalSuiteLicensed int
Value:2410
Constants.FP_TechSuiteInternal2 int
Value:2411
Constants.FP_IsFMRunningInTrialPeriod int
Value:2412
Constants.FP_EnableAutoSpellCheck int
Value:2413

159
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_CustomDelimiter int
Value:2420
Constants.FV_WarnNever int
Value:0
Constants.FV_WarnAlways int
Value:1
Constants.FV_WarnOnce int
Value:2
Constants.FV_UndoAll int
Value:3
Constants.FV_RedoAll int
Value:4
Constants.FP_ActiveBook int
Value:52
Constants.FP_FirstOpenDoc int
Value:53
Constants.FP_FirstOpenBook int
Value:54
Constants.FP_FontFamilyNames int
Value:55
Constants.FP_FontVariationNames int
Value:56
Constants.FP_FontWeightNames int
Value:57
Constants.FP_FontAngleNames int
Value:58
Constants.FP_MarkerNames int
Value:59
Constants.FP_FontFamilyAttributes int
Value:60
Constants.FV_FAMILY_VISIBLE int
Value:0x00000001
Constants.FV_FAMILY_SELECTABLE int
Value:0x00000002

160
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_FAMILY_MAPPED int
Value:0x00000004
Constants.FV_FAMILY_SURROGATE int
Value:0xFFFF0000
Constants.FP_RememberMissingFontNa int
mes Value:61
Constants.FP_Mif8bitOutput int
Value:62
Constants.FP_GreekSize int
Value:63
Constants.FP_RetainUndoState int
Value:64
Constants.FP_ProductIsStructured int
Value:65
Constants.FP_ProductIsDemo int
Value:66
Constants.FP_DisableAutofitAfterZoom int
Value:67
Constants.FP_DefaultFontFamily int
Value:68
Constants.FP_DefaultFontVariation int
Value:69
Constants.FP_DefaultFontWeight int
Value:70
Constants.FP_DefaultFontAngle int
Value:71
Constants.FP_CTFontContext int
Value:72
Constants.FP_FontFamilyFullNames int
Value:73
Constants.FP_RpcPropertyName int
Value:76
Constants.FP_RpcProgramNumber int
Value:77

161
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_DisplayName int
Value:78
Constants.FP_ProcessNumber int
Value:79
Constants.FP_OpenDir int
Value:80
Constants.FP_HostName int
Value:81
Constants.FP_UserName int
Value:82
Constants.FP_UserLogin int
Value:83
Constants.FP_UserHomeDir int
Value:84
Constants.FP_UserSettingsDir int
Value:152
Constants.FP_Path int
Value:85
Constants.FP_TmpDir int
Value:86
Constants.FP_FM_HomeDir int
Value:87
Constants.FP_FM_BinDir int
Value:88
Constants.FP_FM_InitDir int
Value:89
Constants.FP_FM_CurrentDir int
Value:90
Constants.FP_FM_SgmlDir int
Value:100
Constants.FP_FM_StructureDir int
Value:2031
Constants.FP_FM_XmlDir int
Value:2032

162
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_Reformatting int
Value:91
Constants.FP_Displaying int
Value:92
Constants.FP_ApplyFormatRules int
Value:93
Constants.FP_ApplyEOPRules int
Value:2030
Constants.FP_Validating int
Value:94
Constants.FP_ToolBar int
Value:95
Constants.FP_FirstMenuItemInSession int
Value:97
Constants.FP_FirstCommandInSession int
Value:98
Constants.FP_CurrentMenuSet int
Value:99
Constants.FV_MENU_QUICK int
Value:1
Constants.FV_MENU_COMPLETE int
Value:2
Constants.FV_MENU_CUSTOM int
Value:3
Constants.FP_IconBarOn int
Value:101
Constants.FP_HelpPending int
Value:102
Constants.FP_FM_HelpDir int
Value:103
Constants.FP_PercentDone int
Value:104
Constants.FP_ActiveAlert int
Value:105

163
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_Snap int
Value:151
Constants.FP_Gravity int
Value:107
Constants.FP_KByteAllocationSize int
Value:106
Constants.FP_ImportFilters int
Value:2288
Constants.FP_ExportFilters int
Value:2289
Constants.FP_UIColorBackground int
Value:2297
Constants.FP_UIColorRuler int
Value:2298
Constants.FP_BIBGetAddressProc int
Value:2299
Constants.FP_RasterFilterDpi int
Value:2400
Constants.FV_Hint_HintVersion int
Value:0
Constants.FV_Hint_VendorId int
Value:1
Constants.FV_Hint_FormatId int
Value:2
Constants.FV_Hint_Platform int
Value:3
Constants.FV_Hint_FilterVersion int
Value:4
Constants.FV_Hint_FilterName int
Value:5
Constants.FP_DefaultKeyCatalog int
Value:2871
Constants.FP_FirstKeyCatalogInSession int
Value:2872

164
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_KeyCatalogWorkflow int
Value:2859
Constants.FV_KeyCatalogWorkflowAuth int
oring Value:0
Constants.FV_KeyCatalogWorkflowPublis int
hing Value:1
Constants.FV_KeyCatalogWorkflowSearc int
hing Value:2
Constants.FV_KeyCatalogWorkflowMax int
Value:3
Constants.FP_StatusLine int
Value:108
Constants.FP_TextSelection int
Value:109
Constants.FP_IsOnScreen int
Value:110
Constants.FP_NextOpenDocInSession int
Value:111
Constants.FP_FirstGraphicInDoc int
Value:112
Constants.FP_FirstPgfInDoc int
Value:113
Constants.FP_FirstMarkerInDoc int
Value:114
Constants.FP_FirstVarInDoc int
Value:115
Constants.FP_FirstVarFmtInDoc int
Value:116
Constants.FP_FirstXRefInDoc int
Value:117
Constants.FP_FirstXRefFmtInDoc int
Value:118
Constants.FP_FirstFnInDoc int
Value:119

165
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_FirstTblInDoc int
Value:120
Constants.FP_FirstFlowInDoc int
Value:121
Constants.FP_FirstPgfFmtInDoc int
Value:122
Constants.FP_FirstCharFmtInDoc int
Value:123
Constants.FP_FirstCondFmtInDoc int
Value:124
Constants.FP_FirstTblFmtInDoc int
Value:125
Constants.FP_FirstRulingFmtInDoc int
Value:126
Constants.FP_FirstColorInDoc int
Value:127
Constants.FP_FirstSelectedGraphicInDoc int
Value:128
Constants.FP_SelectedTbl int
Value:129
Constants.FP_FileExtensionOverride int
Value:2813
Constants.FP_FirstAttrCondExprInDoc int
Value:2815
Constants.FP_DocOpenType int
Value:130
Constants.FV_DOC_TYPE_BINARY int
Value:0x01
Constants.FV_DOC_TYPE_TEXT int
Value:0x02
Constants.FV_DOC_TYPE_MIF int
Value:0x03
Constants.FV_DOC_TYPE_FILTER int
Value:0x04

166
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_DocSaveFormat int
Value:2415
Constants.FP_DocIsModified int
Value:131
Constants.FP_DocIsHelp int
Value:132
Constants.FP_DocIsViewOnly int
Value:133
Constants.FP_ViewOnlyWinPalette int
Value:134
Constants.FP_ViewOnlyWinMenubar int
Value:135
Constants.FP_ViewOnlyWinBorders int
Value:136
Constants.FP_ViewOnlyWinPopup int
Value:137
Constants.FP_ViewOnlyXRef int
Value:138
Constants.FV_VOX_NOT_ACTIVE int
Value:0
Constants.FV_VOX_GOTO_BEHAVIOR int
Value:1
Constants.FV_VOX_OPEN_BEHAVIOR int
Value:2
Constants.FV_VOX_ALERT int
Value:3
Constants.FP_ViewOnlySelect int
Value:139
Constants.FV_VOS_USER_ONLY int
Value:1
Constants.FV_VOS_NONE int
Value:2
Constants.FV_VOS_YES int
Value:3

167
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_ViewOnlyDeadCodes int
Value:140
Constants.FP_FirstTiInDoc int
Value:141
Constants.FP_FirstSelectedTiInDoc int
Value:142
Constants.FP_DocIsViewOnlyWinPalette int
Value:134
Constants.FP_MenuBar int
Value:143
Constants.FP_ViewOnlyMenuBar int
Value:144
Constants.FP_DocSaveType int
Value:145
Constants.FP_Untouchable int
Value:146
Constants.FP_DocFluidFlow int
Value:147
Constants.FP_FirstMarkerTypeInDoc int
Value:148
Constants.FP_MarkerTypeNames int
Value:149
Constants.FP_AddMarkerTypeToStandar int
dMarkers Value:150
Constants.FP_ShowAll int
Value:155
Constants.FP_ShowCondIndicators int
Value:156
Constants.FP_DontUpdateXRefs int
Value:159
Constants.FP_DontUpdateTextInsets int
Value:160
Constants.FP_LineBreakAfter int
Value:177

168
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_SuperScriptSize int
Value:178
Constants.FP_SuperScriptShift int
Value:179
Constants.FP_SubScriptSize int
Value:180
Constants.FP_SubScriptShift int
Value:181
Constants.FP_SmallCapsSize int
Value:182
Constants.FP_SuperScriptStretch int
Value:183
Constants.FP_SubScriptStretch int
Value:184
Constants.FP_SmallCapsStretch int
Value:185
Constants.FP_RubiSize int
Value:186
Constants.FP_RubiFixedSize int
Value:187
Constants.FP_NarrowRubiSpaceForJapan int
ese Value:188
Constants.FP_WideRubiSpaceForJapanes int
e Value:189
Constants.FP_NarrowRubiSpaceForOthe int
r Value:190
Constants.FP_WideRubiSpaceForOther int
Value:191
Constants.FV_WIDE int
Value:0
Constants.FV_NARROW int
Value:1
Constants.FV_PROPORTIONAL int
Value:2

169
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_RubiOverhang int
Value:192
Constants.FP_RubiAlignAtLineBounds int
Value:193
Constants.FP_FirstRubiInDoc int
Value:194
Constants.FP_ScreenCaptureDocToFile int
Value:195
Constants.FP_Dictionary int
Value:203
Constants.FP_VolNumComputeMethod int
Value:211
Constants.FV_NUM_READ_FROM_FILE int
Value:0x00
Constants.FV_NUM_CONTINUE int
Value:0x01
Constants.FV_NUM_RESTART int
Value:0x02
Constants.FV_NUM_SAME int
Value:0x03
Constants.FV_NUM_PERPAGE int
Value:0x03
Constants.FP_VolumeNumber int
Value:212
Constants.FP_VolumeNumStyle int
Value:213
Constants.FP_VolumeNumText int
Value:214
Constants.FP_ChapNumComputeMetho int
d Value:215
Constants.FP_ChapterNumber int
Value:216
Constants.FP_ChapterNumStyle int
Value:217

170
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_NUMSTYLE_NUMERIC int
Value:0x00
Constants.FV_NUMSTYLE_ROMAN_UC int
Value:0x01
Constants.FV_NUMSTYLE_ROMAN_LC int
Value:0x02
Constants.FV_NUMSTYLE_ALPHA_UC int
Value:0x03
Constants.FV_NUMSTYLE_ALPHA_LC int
Value:0x04
Constants.FV_NUMSTYLE_KANJI int
Value:0x05
Constants.FV_NUMSTYLE_ZENKAKU int
Value:0x06
Constants.FV_NUMSTYLE_ZENKAKU_UC int
Value:0x07
Constants.FV_NUMSTYLE_ZENKAKU_LC int
Value:0x08
Constants.FV_NUMSTYLE_KANJI_KAZU int
Value:0x09
Constants.FV_NUMSTYLE_DAIJI int
Value:0x0a
Constants.FV_NUMSTYLE_TEXT int
Value:0x0b
Constants.FV_NUMSTYLE_FULLWIDTH int
Value:0x0c
Constants.FV_NUMSTYLE_FULLWIDTH_U int
C Value:0x0d
Constants.FV_NUMSTYLE_FULLWIDTH_L int
C Value:0x0e
Constants.FV_NUMSTYLE_CHINESE_NU int
MERIC Value:0x10
Constants.FP_ChapterNumText int
Value:218

171
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_FirstPageNum int
Value:224
Constants.FP_PageNumStyle int
Value:225
Constants.FV_PAGE_NUM_NUMERIC int
Value:0x00
Constants.FV_PAGE_NUM_ROMAN_UC int
Value:0x01
Constants.FV_PAGE_NUM_ROMAN_LC int
Value:0x02
Constants.FV_PAGE_NUM_ALPHA_UC int
Value:0x03
Constants.FV_PAGE_NUM_ALPHA_LC int
Value:0x04
Constants.FV_PAGE_NUM_KANJI int
Value:0x05
Constants.FV_PAGE_NUM_ZENKAKU int
Value:0x06
Constants.FV_PAGE_NUM_ZENKAKU_UC int
Value:0x07
Constants.FV_PAGE_NUM_ZENKAKU_LC int
Value:0x08
Constants.FV_PAGE_NUM_KANJI_KAZU int
Value:0x09
Constants.FV_PAGE_NUM_DAIJI int
Value:0x0a
Constants.FV_PAGE_NUM_FULLWIDTH int
Value:0x0c
Constants.FV_PAGE_NUM_FULLWIDTH_ int
UC Value:0x0d
Constants.FV_PAGE_NUM_FULLWIDTH_ int
LC Value:0x0e
Constants.FV_PAGE_NUM_CHINESE_NU int
MERIC Value:0x10

172
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_DocIsDoubleSided int
Value:226
Constants.FP_FirstPageVerso int
Value:227
Constants.FP_PointPageNumStyle int
Value:228
Constants.FV_POINT_PAGE_NUM_NUM int
ERIC Value:0x00
Constants.FV_POINT_PAGE_NUM_ROM int
AN_UC Value:0x01
Constants.FV_POINT_PAGE_NUM_ROM int
AN_LC Value:0x02
Constants.FV_POINT_PAGE_NUM_ALPH int
A_UC Value:0x03
Constants.FV_POINT_PAGE_NUM_ALPH int
A_LC Value:0x04
Constants.FV_POINT_PAGE_NUM_KANJI int
Value:0x05
Constants.FV_POINT_PAGE_NUM_ZENK int
AKU Value:0x06
Constants.FV_POINT_PAGE_NUM_ZENK int
AKU_UC Value:0x07
Constants.FV_POINT_PAGE_NUM_ZENK int
AKU_LC Value:0x08
Constants.FV_POINT_PAGE_NUM_KANJI int
_KAZU Value:0x09
Constants.FV_POINT_PAGE_NUM_DAIJI int
Value:0x0a
Constants.FV_POINT_PAGE_FULLWIDTH int
Value:0x0c
Constants.FV_POINT_PAGE_FULLWIDTH int
_UC Value:0x0d
Constants.FV_POINT_PAGE_FULLWIDTH int
_LC Value:0x0e

173
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_POINT_PAGE_CHINESE_N int
UMERIC Value:0x10
Constants.FP_PageRounding int
Value:229
Constants.FV_PR_DEL_EMPTY int
Value:0x01
Constants.FV_PR_KEEP_NUM_EVEN int
Value:0x02
Constants.FV_PR_KEEP_NUM_ODD int
Value:0x03
Constants.FV_PR_DONT_CHANGE int
Value:0x04
Constants.FP_TopMargin int
Value:230
Constants.FP_BottomMargin int
Value:231
Constants.FP_LeftMargin int
Value:232
Constants.FP_RightMargin int
Value:233
Constants.FP_ColGap int
Value:234
Constants.FP_NumCols int
Value:235
Constants.FP_CurrentPage int
Value:236
Constants.FP_SmartQuotes int
Value:237
Constants.FP_AutoChangeBars int
Value:238
Constants.FP_SmartSpaces int
Value:239
Constants.FP_CurrentInset int
Value:240

174
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_ChangeBarDistance int
Value:259
Constants.FP_ChangeBarPosition int
Value:260
Constants.FV_CB_COL_LEFT int
Value:0x00
Constants.FV_CB_COL_RIGHT int
Value:0x01
Constants.FV_CB_COL_NEAREST int
Value:0x02
Constants.FV_CB_COL_FURTHEST int
Value:0x03
Constants.FP_ChangeBarThickness int
Value:261
Constants.FP_ChangeBarColor int
Value:262
Constants.FP_FnFmt int
Value:283
Constants.FP_FnFirstNum int
Value:284
Constants.FP_FnCustNumString int
Value:285
Constants.FP_FnRefPrefix int
Value:286
Constants.FP_FnInstancePosition int
Value:287
Constants.FV_FN_POS_SUPER int
Value:0x00
Constants.FV_FN_POS_BASELINE int
Value:0x01
Constants.FV_FN_POS_SUB int
Value:0x02
Constants.FP_FnInstanceSuffix int
Value:288

175
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_FnHeightPerCol int
Value:289
Constants.FP_FnNumStyle int
Value:290
Constants.FV_FN_NUM_NUMERIC int
Value:0x00
Constants.FV_FN_NUM_ROMAN_UC int
Value:0x01
Constants.FV_FN_NUM_ROMAN_LC int
Value:0x02
Constants.FV_FN_NUM_ALPHA_UC int
Value:0x03
Constants.FV_FN_NUM_ALPHA_LC int
Value:0x04
Constants.FV_FN_NUM_CUSTOM int
Value:0x05
Constants.FV_FN_NUM_KANJI int
Value:0x06
Constants.FV_FN_NUM_ZENKAKU int
Value:0x07
Constants.FV_FN_NUM_ZENKAKU_UC int
Value:0x08
Constants.FV_FN_NUM_ZENKAKU_LC int
Value:0x09
Constants.FV_FN_NUM_KANJI_KAZU int
Value:0x0A
Constants.FV_FN_NUM_DAIJI int
Value:0x0B
Constants.FV_FN_NUM_FULL_WIDTH int
Value:0x0C
Constants.FV_FN_NUM_FULL_WIDTH_U int
C Value:0x0D
Constants.FV_FN_NUM_FULL_WIDTH_L int
C Value:0x0E

176
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_FN_NUM_CHINESE_NUME int
RIC Value:0x10
Constants.FP_FnNumberingPerPage int
Value:291
Constants.FP_FnRefPosition int
Value:292
Constants.FP_FnRefSuffix int
Value:293
Constants.FP_FnInstancePrefix int
Value:294
Constants.FP_FnNumComputeMethod int
Value:295
Constants.FP_TblFnFmt int
Value:315
Constants.FP_TblFnNumStyle int
Value:316
Constants.FP_TblFnCustNumString int
Value:317
Constants.FP_TblFnCellPosition int
Value:318
Constants.FP_TblFnCellSuffix int
Value:319
Constants.FP_TblFnCellPrefix int
Value:320
Constants.FP_TblFnPosition int
Value:321
Constants.FP_TblFnPrefix int
Value:322
Constants.FP_TblFnSuffix int
Value:323
Constants.FP_TblFnNumComputeMetho int
d Value:324
Constants.FP_Symbols int
Value:334

177
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_SymbolsList int
Value:335
Constants.FP_Variables int
Value:336
Constants.FP_Strings int
Value:337
Constants.FP_Numbers int
Value:338
Constants.FP_Functions int
Value:339
Constants.FP_HorizontalSpreadSmall int
Value:340
Constants.FP_HorizontalSpreadMed int
Value:341
Constants.FP_HorizontalSpreadLarge int
Value:342
Constants.FP_VerticalSpreadSmall int
Value:343
Constants.FP_VerticalSpreadMed int
Value:344
Constants.FP_VerticalSpreadLarge int
Value:345
Constants.FP_EqnIntegralSizeSmall int
Value:346
Constants.FP_EqnIntegralSizeMed int
Value:347
Constants.FP_EqnIntegralSizeLarge int
Value:348
Constants.FP_EqnSigmaSizeSmall int
Value:349
Constants.FP_EqnSigmaSizeMed int
Value:350
Constants.FP_EqnSigmaSizeLarge int
Value:351

178
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_EqnLevel1SizeSmall int
Value:352
Constants.FP_EqnLevel1SizeMed int
Value:353
Constants.FP_EqnLevel1SizeLarge int
Value:354
Constants.FP_EqnLevel2SizeSmall int
Value:355
Constants.FP_EqnLevel2SizeMed int
Value:356
Constants.FP_EqnLevel2SizeLarge int
Value:357
Constants.FP_EqnLevel3SizeSmall int
Value:358
Constants.FP_EqnLevel3SizeMed int
Value:359
Constants.FP_EqnLevel3SizeLarge int
Value:360
Constants.FP_ViewBorders int
Value:382
Constants.FP_ViewHotspotIndicators int
Value:2357
Constants.FP_ViewRulers int
Value:383
Constants.FP_ViewNoGraphics int
Value:384
Constants.FP_ViewPageScrolling int
Value:385
Constants.FV_SCROLL_VARIABLE int
Value:0
Constants.FV_SCROLL_HORIZONTAL int
Value:1
Constants.FV_SCROLL_VERTICAL int
Value:2

179
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_SCROLL_FACING int
Value:3
Constants.FP_ViewGridUnits int
Value:386
Constants.FP_Zoom int
Value:387
Constants.FV_NO_ZOOM_MANGLING int
Value:-1
Constants.FV_ZOOM_TO_FIT_TO_WIND int
OW Value:-2
Constants.FV_FIT_WINDOW_TO_PAGE int
Value:-3
Constants.FP_ViewTextSymbols int
Value:388
Constants.FP_ViewGrid int
Value:389
Constants.FP_ViewDisplayUnits int
Value:390
Constants.FP_TrackChangesOn int
Value:2819
Constants.FP_PreviewState int
Value:2820
Constants.FV_PREVIEW_OFF_TRACK_CH int
ANGE Value:0
Constants.FV_PREVIEW_ON_ORIGINAL int
Value:1
Constants.FV_PREVIEW_ON_FINAL int
Value:2
Constants.FP_ReviewerNameList int
Value:2825
Constants.FP_TrackChangesAddedColor int
Value:2826
Constants.FP_TrackChangesDeletedColor int
Value:2827

180
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_ViewRulerUnits int
Value:391
Constants.FP_SpotColorView int
Value:392
Constants.FP_SnapGridUnits int
Value:393
Constants.FP_SnapAngle int
Value:394
Constants.FP_ViewLinkBoundaries int
Value:395
Constants.FP_ViewFontSizeUnits int
Value:396
Constants.FP_LeftMasterPage int
Value:413
Constants.FP_RightMasterPage int
Value:414
Constants.FP_FirstBodyPageInDoc int
Value:415
Constants.FP_LastBodyPageInDoc int
Value:416
Constants.FP_FirstMasterPageInDoc int
Value:417
Constants.FP_LastMasterPageInDoc int
Value:418
Constants.FP_FirstRefPageInDoc int
Value:419
Constants.FP_LastRefPageInDoc int
Value:420
Constants.FP_HiddenPage int
Value:421
Constants.FP_MainFlowInDoc int
Value:422
Constants.FP_PrintStartPageName int
Value:439

181
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_PrintEndPageName int
Value:440
Constants.FP_PrintCols int
Value:441
Constants.FP_PrintRows int
Value:442
Constants.FP_PrintStartPage int
Value:443
Constants.FP_PrintStartPoint int
Value:444
Constants.FP_PrintOddPages int
Value:445
Constants.FP_PrintCollated int
Value:446
Constants.FP_PrintLowRes int
Value:447
Constants.FP_PrintThumbnails int
Value:448
Constants.FP_PrinterName int
Value:449
Constants.FP_PrintScale int
Value:450
Constants.FP_PrintFileName int
Value:451
Constants.FP_PrintDitavalFileName int
Value:2343
Constants.FP_PrintScope int
Value:452
Constants.FV_PR_ALL int
Value:1
Constants.FV_PR_RANGE int
Value:2
Constants.FP_PrintEndPage int
Value:453

182
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_PrintEndPoint int
Value:454
Constants.FP_PrintEvenPages int
Value:455
Constants.FP_PrintLastSheetFirst int
Value:456
Constants.FP_PrintRegistrationMarks int
Value:457
Constants.FP_PrintManualFeed int
Value:458
Constants.FP_PrintNumCopies int
Value:459
Constants.FP_PrintToFile int
Value:460
Constants.FP_PrintPaperWidth int
Value:461
Constants.FP_PrintPaperHeight int
Value:462
Constants.FP_PrintSeps int
Value:463
Constants.FP_SkipBlankSeps int
Value:464
Constants.FP_PrintImaging int
Value:465
Constants.FV_IMG_POSITIVE int
Value:0
Constants.FV_IMG_NEGATIVE int
Value:1
Constants.FP_PrintEmulsion int
Value:466
Constants.FV_EMUL_UP int
Value:0
Constants.FV_EMUL_DOWN int
Value:1

183
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_PrintBlankPages int
Value:467
Constants.FP_PrintTomboMarks int
Value:468
Constants.FP_PrintRegMarkDate int
Value:469
Constants.FP_TrapwiseCompatibility int
Value:495
Constants.FP_DownloadFonts int
Value:496
Constants.FP_PrintSpotBW int
Value:498
Constants.FV_PR_DOWNLOAD_NONE int
Value:1
Constants.FV_PR_DOWNLOAD_ALL int
Value:2
Constants.FV_PR_DOWNLOAD_ALL_BUT int
_STANDARD_13 Value:3
Constants.FV_PR_DOWNLOAD_ALL_BUT int
_STANDARD_35 Value:4
Constants.FP_PrintDownloadAsianFonts int
Value:501
Constants.FP_PrintDownloadTrueTypeAs int
Type1 Value:502
Constants.FP_GenerateAcrobatInfo int
Value:2250
Constants.FP_AcrobatBookmarkDisplayT int
ags Value:2251
Constants.FP_DocAcrobatDefaultsChang int
ed Value:2252
Constants.FP_DocAcrobatElements int
Value:2253
Constants.FP_DocAcrobatElementList int
Value:2254

184
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_DocAcrobatNoArticleThrea int
ds Value:2255
Constants.FP_DocAcrobatColumnArticle int
Threads Value:2256
Constants.FP_PDFAllNamedDestinations int
Value:2257
Constants.FP_PDFDestsMarked int
Value:2258
Constants.FP_PDFStructure int
Value:2259
Constants.FP_PDFDocInfo int
Value:2260
Constants.FP_PDFBookmark int
Value:2261
Constants.FP_FileInfoPacket int
Value:2262
Constants.FP_PDFJobOption int
Value:2263
Constants.FP_PDFOpenPage int
Value:2264
Constants.FP_PDFZoomType int
Value:2265
Constants.FV_PDFZoomNone int
Value:0
Constants.FV_PDFZoomDefault int
Value:1
Constants.FV_PDFZoomPage int
Value:2
Constants.FV_PDFZoomWidth int
Value:3
Constants.FV_PDFZoomHeight int
Value:4
Constants.FV_PDFZoomMaxValue int
Value:4

185
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_PDFRegistrationMarksNon int
e Value:0
Constants.FV_PDFRegistrationMarksWes int
tern Value:1
Constants.FV_PDFRegistrationMarksTom int
bo Value:2
Constants.FV_PDFRegistrationMarksMax int
Value:2
Constants.FP_PDFZoomFactor int
Value:2266
Constants.FP_PDFSeparateFiles int
Value:2267
Constants.FP_PDFRegistrationMarks int
Value:2268
Constants.FP_PDFPageWidth int
Value:2269
Constants.FP_PDFPageHeight int
Value:2270
Constants.FP_PDFPrintPageRange int
Value:2271
Constants.FP_PDFStartPage int
Value:2272
Constants.FP_PDFEndPage int
Value:2273
Constants.FP_PDFConvertCMYKtoRGB int
Value:2274
Constants.FP_PDFBookmarksOpenLevel int
Value:2275
Constants.FP_PDFDistillerAbsent int
Value:2276
Constants.FP_PDFJobOptionsAbsent int
Value:2277
Constants.FP_PDFViewPDF int
Value:2278

186
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_PDFGenerateForReview int
Value:2279
Constants.FV_PDFBookmarksOpenDefau int
ltLevel Value:-1
Constants.FV_PDFBookmarksOpenAllLev int
els Value:-2
Constants.FV_PDFBookmarksOpenNone int
Level Value:-3
Constants.FP_MaxFirstIndent int
Value:472
Constants.FP_MinFirstIndent int
Value:473
Constants.FP_MaxLeftIndent int
Value:474
Constants.FP_MinLeftIndent int
Value:475
Constants.FP_MaxRightIndent int
Value:476
Constants.FP_MinRightIndent int
Value:477
Constants.FP_MaxSpaceAbove int
Value:478
Constants.FP_MinSpaceAbove int
Value:479
Constants.FP_MaxSpaceBelow int
Value:480
Constants.FP_MinSpaceBelow int
Value:481
Constants.FP_MaxLeading int
Value:482
Constants.FP_MinLeading int
Value:483
Constants.FP_MaxFontSize int
Value:484

187
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_MinFontSize int
Value:485
Constants.FP_MaxSpread int
Value:486
Constants.FP_MinSpread int
Value:487
Constants.FP_MaxTabPosition int
Value:701
Constants.FP_MinTabPosition int
Value:702
Constants.FP_MaxLeftMargin int
Value:703
Constants.FP_MinLeftMargin int
Value:704
Constants.FP_MaxRightMargin int
Value:705
Constants.FP_MinRightMargin int
Value:706
Constants.FP_MaxTopMargin int
Value:707
Constants.FP_MinTopMargin int
Value:708
Constants.FP_MaxBottomMargin int
Value:709
Constants.FP_MinBottomMargin int
Value:710
Constants.FP_MaxStretch int
Value:711
Constants.FP_MinStretch int
Value:712
Constants.FP_MagicMarker int
Value:488
Constants.FP_XmlVersion int
Value:2800

188
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_XmlEncoding int
Value:2801
Constants.FP_XmlStandAlone int
Value:2802
Constants.FV_XML_STANDALONE_YES int
Value:1
Constants.FV_XML_STANDALONE_NO int
Value:2
Constants.FV_XML_STANDALONE_NONE int
Value:3
Constants.FV_XML_STANDALONE_NODE int
C Value:4
Constants.FP_XmlStyleSheet int
Value:2803
Constants.FP_XmlStyleSheetList int
Value:2804
Constants.FP_XmlUseBOM int
Value:2805
Constants.FV_XML_USEBOM_YES int
Value:1
Constants.FV_XML_USEBOM_NO int
Value:2
Constants.FV_XML_USEBOM_UTF8 int
Value:3
Constants.FV_XML_USEBOM_UTF16BE int
Value:4
Constants.FV_XML_USEBOM_UTF16LE int
Value:5
Constants.FV_XML_USEBOM_UTF32BE int
Value:6
Constants.FV_XML_USEBOM_UTF32LE int
Value:7
Constants.FP_XmlWellFormed int
Value:2806

189
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_XML_WELLFORMED_YES int
Value:1
Constants.FV_XML_WELLFORMED_NO int
Value:2
Constants.FP_XmlFileEncoding int
Value:2809
Constants.FP_XmlDocType int
Value:2810
Constants.FP_XmlPublicId int
Value:2811
Constants.FP_XmlSystemId int
Value:2812
Constants.FP_XmlLock int
Value:2841
Constants.FP_ServerUrl int
Value:2807
Constants.FP_ServerState int
Value:2808
Constants.FV_URL_CHECKED_IN int
Value:1
Constants.FV_URL_CHECKED_OUT int
Value:2
Constants.FP_KeyCatalog int
Value:2856
Constants.FP_KeyCatalogType int
Value:2857
Constants.FP_SpecifiedKeyCatalog int
Value:2858
Constants.FP_NextOpenBookInSession int
Value:490
Constants.FP_FirstComponentInBook int
Value:491
Constants.FP_BookIsModified int
Value:492

190
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_FirstSelectedComponentIn int
Book Value:493
Constants.FP_BookDontUpdateReferenc int
es Value:494
Constants.FP_BookIsViewOnly int
Value:497
Constants.FP_BookIsSelected int
Value:499
Constants.FP_TypeOfDisplayText int
Value:500
Constants.FV_BK_FILENAME int
Value:1
Constants.FV_BK_TEXT int
Value:2
Constants.FP_BookParent int
Value:515
Constants.FP_ExtractTags int
Value:516
Constants.FP_GenerateInclude int
Value:517
Constants.FP_ImportFmtInclude int
Value:518
Constants.FP_PrintInclude int
Value:519
Constants.FP_BookComponentIsGenerat int
able Value:520
Constants.FP_PagePrefix int
Value:521
Constants.FP_PageSuffix int
Value:522
Constants.FP_PageSide int
Value:523
Constants.FV_BK_START_FROM_FILE int
Value:0x01

191
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_BK_START_NEXT_AVAILAB int
LE Value:0x02
Constants.FV_BK_START_LEFT int
Value:0x03
Constants.FV_BK_START_RIGHT int
Value:0x04
Constants.FP_PageNumComputeMethod int
Value:524
Constants.FP_PgfNumComputeMethod int
Value:525
Constants.FP_PrevComponentInBook int
Value:526
Constants.FP_NextComponentInBook int
Value:527
Constants.FP_InsertLinks int
Value:528
Constants.FP_ComponentIsSelected int
Value:529
Constants.FP_NextSelectedComponentIn int
Book Value:530
Constants.FP_BookComponentType int
Value:531
Constants.FV_BK_TOC int
Value:0
Constants.FV_BK_LIST_FIGURE int
Value:1
Constants.FV_BK_LIST_TABLE int
Value:2
Constants.FV_BK_LIST_PGF int
Value:3
Constants.FV_BK_LIST_MARKER int
Value:4
Constants.FV_BK_LIST_MARKER_ALPHA int
Value:5

192
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_BK_LIST_PGF_ALPHA int
Value:6
Constants.FV_BK_INDEX_STAN int
Value:7
Constants.FV_BK_INDEX_AUTHOR int
Value:8
Constants.FV_BK_INDEX_SUBJECT int
Value:9
Constants.FV_BK_INDEX_MARKER int
Value:10
Constants.FV_BK_LIST_FORMATS int
Value:11
Constants.FV_BK_LIST_REFERENCES int
Value:12
Constants.FV_BK_INDEX_FORMATS int
Value:13
Constants.FV_BK_INDEX_REFERENCES int
Value:14
Constants.FV_BK_NUM_BOOK_LIST int
Value:15
Constants.FV_BK_NOT_GENERATABLE int
Value:16
Constants.FP_ComponentDisplayText int
Value:532
Constants.FP_FirstComponentInBookCo int
mponent Value:2324
Constants.FP_BookComponentParent int
Value:2325
Constants.FP_ExcludeBookComponent int
Value:2326
Constants.FP_BookComponentTemplate int
Path Value:2327
Constants.FP_BookComponentTitle int
Value:2328

193
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_ComponentType int
Value:2329
Constants.FP_ComponentIsDitaMap int
Value:2331
Constants.FP_CorrespondingXmlPath int
Value:1158
Constants.FV_BK_GENERAL int
Value:0x1
Constants.FV_BK_FOLDER int
Value:0x2
Constants.FV_BK_BOOK int
Value:0x4
Constants.FV_BK_FM int
Value:0x8
Constants.FV_BK_MIF int
Value:0x10
Constants.FV_BK_XML int
Value:0x20
Constants.FV_BK_GROUP int
Value:0x40
Constants.FV_BK_DITAMAP int
Value:0x80
Constants.FV_BK_BOOKMAP int
Value:0x100
Constants.FV_BK_FILE int
Value:0x200
Constants.FP_NextBookComponentInDF int
SOrder Value:2333
Constants.FP_BookComponentFileType int
Value:2339
Constants.FP_PrevBookComponentInDF int
SOrder Value:2340
Constants.FP_BookComponentIsFolder int
WithTemplate Value:2341

194
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_BookComponentIsFolder int
WithoutTemplate Value:2342
Constants.FP_XmlApplicationForBookCo int
mponent Value:2330
Constants.FP_BookComponentSequence int
Level Value:2353
Constants.FP_DocSequenceLevel int
Value:2356
Constants.FA_COMPONENT_MOVEUP int
Value:1
Constants.FA_COMPONENT_MOVEDOW int
N Value:2
Constants.FA_COMPONENT_PROMOTE int
Value:3
Constants.FA_COMPONENT_DEMOTE int
Value:4
Constants.FP_PgfAlignment int
Value:547
Constants.FV_PGF_LEFT int
Value:0x01
Constants.FV_PGF_RIGHT int
Value:0x02
Constants.FV_PGF_CENTER int
Value:0x03
Constants.FV_PGF_JUSTIFIED int
Value:0x04
Constants.FP_AutoNumString int
Value:548
Constants.FP_AutoNumChar int
Value:549
Constants.FP_LetterSpace int
Value:550
Constants.FP_KeepWithPrev int
Value:551

195
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_NextTag int
Value:552
Constants.FP_SpaceAbove int
Value:553
Constants.FP_TopSeparator int
Value:554
Constants.FP_LeftIndent int
Value:555
Constants.FirstInlineComponentInDoc int
Value:2897
Constants.FP_OptSpace int
Value:557
Constants.FP_Leading int
Value:558
Constants.FP_AdjHyphens int
Value:559
Constants.FP_HyphMinSuffix int
Value:560
Constants.FP_BlockLines int
Value:561
Constants.FP_PgfIsAutoNum int
Value:562
Constants.FP_NumAtEnd int
Value:563
Constants.FP_Hyphenate int
Value:564
Constants.FP_KeepWithNext int
Value:565
Constants.FP_UseNextTag int
Value:566
Constants.FP_Start int
Value:567
Constants.FV_PGF_ANYWHERE int
Value:0x00

196
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_PGF_TOP_OF_COL int
Value:0x01
Constants.FV_PGF_TOP_OF_PAGE int
Value:0x02
Constants.FV_PGF_TOP_OF_LEFT_PAGE int
Value:0x03
Constants.FV_PGF_TOP_OF_RIGHT_PAG int
E Value:0x04
Constants.FP_SpaceBelow int
Value:568
Constants.FP_BottomSeparator int
Value:569
Constants.FP_RightIndent int
Value:570
Constants.FP_MinSpace int
Value:571
Constants.FP_MaxSpace int
Value:572
Constants.FP_NumTabs int
Value:573
Constants.FP_Tabs int
Value:574
Constants.FP_HyphMinPrefix int
Value:575
Constants.FP_HyphMinWord int
Value:576
Constants.FP_Language int
Value:577
Constants.FV_LANG_NOLANGUAGE int
Value:0x00
Constants.FV_LANG_ENGLISH int
Value:0x01
Constants.FV_LANG_BRITISH int
Value:0x02

197
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_LANG_GERMAN int
Value:0x03
Constants.FV_LANG_SWISS_GERMAN int
Value:0x04
Constants.FV_LANG_FRENCH int
Value:0x05
Constants.FV_LANG_CANADIAN_FRENC int
H Value:0x06
Constants.FV_LANG_SPANISH int
Value:0x07
Constants.FV_LANG_CATALAN int
Value:0x08
Constants.FV_LANG_ITALIAN int
Value:0x09
Constants.FV_LANG_PORTUGUESE int
Value:0x0A
Constants.FV_LANG_BRAZILIAN int
Value:0x0B
Constants.FV_LANG_DANISH int
Value:0x0C
Constants.FV_LANG_DUTCH int
Value:0x0D
Constants.FV_LANG_NORWEGIAN int
Value:0x0E
Constants.FV_LANG_NYNORSK int
Value:0x0F
Constants.FV_LANG_FINNISH int
Value:0x10
Constants.FV_LANG_SWEDISH int
Value:0x11
Constants.FV_LANG_JAPANESE int
Value:0x12
Constants.FV_LANG_TRADITIONAL_CHIN int
ESE Value:0x13

198
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_LANG_SIMPLIFIED_CHINES int
E Value:0x14
Constants.FV_LANG_KOREAN int
Value:0x15
Constants.FV_LANG_NEW_GERMAN int
Value:0x16
Constants.FV_LANG_NEW_SWISS_GERM int
AN Value:0x17
Constants.FV_LANG_NEW_DUTCH int
Value:0x18
Constants.FV_LANG_GREEK int
Value:0x19
Constants.FV_LANG_RUSSIAN int
Value:0x1A
Constants.FV_LANG_CZECH int
Value:0x1B
Constants.FV_LANG_POLISH int
Value:0x1C
Constants.FV_LANG_HUNGARIAN int
Value:0x1D
Constants.FV_LANG_TURKISH int
Value:0x1E
Constants.FV_LANG_SLOVAK int
Value:0x1F
Constants.FV_LANG_SLOVENIAN int
Value:0x20
Constants.FV_LANG_BULGARIAN int
Value:0x21
Constants.FV_LANG_CROATIAN int
Value:0x22
Constants.FV_LANG_ESTONIAN int
Value:0x23
Constants.FV_LANG_LATVIAN int
Value:0x24

199
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_LANG_LITHUANIAN int
Value:0x25
Constants.FV_LANG_ROMANIAN int
Value:0x26
Constants.FV_LANG_NUM int
Value:0x27
Constants.FP_RunInSeparator int
Value:578
Constants.FP_Placement int
Value:579
Constants.FV_PGF_SIDEBODY int
Value:0
Constants.FV_PGF_SIDEHEAD_TOP int
Value:1
Constants.FV_PGF_SIDEHEAD_FIRST_BA int
SELINE Value:2
Constants.FV_PGF_SIDEHEAD_LAST_BAS int
ELINE Value:3
Constants.FV_PGF_RUN_IN int
Value:4
Constants.FV_PGF_STRADDLE int
Value:5
Constants.FV_PGF_STRADDLE_NORMAL int
_ONLY Value:6
Constants.FP_NextPgfFmtInDoc int
Value:580
Constants.FP_CellTopMargin int
Value:581
Constants.FP_CellBottomMargin int
Value:582
Constants.FP_CellLeftMargin int
Value:583
Constants.FP_CellRightMargin int
Value:584

200
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_CellVAlignment int
Value:585
Constants.FV_PGF_V_ALIGN_TOP int
Value:0
Constants.FV_PGF_V_ALIGN_MIDDLE int
Value:1
Constants.FV_PGF_V_ALIGN_BOTTOM int
Value:2
Constants.FP_CellMarginsFixed int
Value:586
Constants.FV_PGF_FIXED_L_MARGIN int
Value:0x01
Constants.FV_PGF_FIXED_B_MARGIN int
Value:0x02
Constants.FV_PGF_FIXED_R_MARGIN int
Value:0x04
Constants.FV_PGF_FIXED_T_MARGIN int
Value:0x08
Constants.FP_LineSpacing int
Value:587
Constants.FV_PGF_FIXED int
Value:0x00
Constants.FV_PGF_PROPORTIONAL int
Value:0x01
Constants.FV_PGF_FLOATING int
Value:0x02
Constants.FP_Locked int
Value:588
Constants.FP_AcrobatLevel int
Value:589
Constants.FP_PDFStructureLevel int
Value:600
Constants.FP_FormatOverride int
Value:590

201
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_MinJRomSpace int
Value:591
Constants.FP_OptJRomSpace int
Value:592
Constants.FP_MaxJRomSpace int
Value:593
Constants.FP_MinJLetSpace int
Value:594
Constants.FP_OptJLetSpace int
Value:595
Constants.FP_MaxJLetSpace int
Value:596
Constants.FP_YakumonoType int
Value:597
Constants.FV_FLOATING_YAKUMONO int
Value:0x00
Constants.FV_MONOSPACE_YAKUMONO int
Value:0x01
Constants.FV_FIXED_YAKUMONO int
Value:0x02
Constants.FP_DialogEncodingName int
Value:598
Constants.FP_FMInterfaceEncodingNam int
e Value:599
Constants.FP_CharTag int
Value:602
Constants.FP_NextCharFmtInDoc int
Value:603
Constants.FP_FontFamily int
Value:604
Constants.FP_FontVariation int
Value:605
Constants.FP_FontWeight int
Value:606

202
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_FontAngle int
Value:607
Constants.FP_Underlining int
Value:608
Constants.FV_CB_NO_UNDERLINE int
Value:0
Constants.FV_CB_SINGLE_UNDERLINE int
Value:1
Constants.FV_CB_DOUBLE_UNDERLINE int
Value:2
Constants.FV_CB_NUMERIC_UNDERLINE int
Value:3
Constants.FP_Strikethrough int
Value:609
Constants.FP_Overline int
Value:610
Constants.FP_ChangeBar int
Value:611
Constants.FP_Outline int
Value:612
Constants.FP_Shadow int
Value:613
Constants.FP_PairKern int
Value:614
Constants.FP_FontSize int
Value:615
Constants.FP_KernX int
Value:616
Constants.FP_KernY int
Value:617
Constants.FP_Spread int
Value:618
Constants.FP_Capitalization int
Value:619

203
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_CAPITAL_CASE_NORM int
Value:0
Constants.FV_CAPITAL_CASE_SMALL int
Value:1
Constants.FV_CAPITAL_CASE_LOWER int
Value:2
Constants.FV_CAPITAL_CASE_UPPER int
Value:3
Constants.FP_Position int
Value:620
Constants.FV_POS_NORM int
Value:0
Constants.FV_POS_SUPER int
Value:1
Constants.FV_POS_SUB int
Value:2
Constants.FP_BkColor int
Value:992
Constants.FP_ReviewerName int
Value:993
Constants.FP_ReviewTime int
Value:994
Constants.FP_UseFontFamily int
Value:621
Constants.FP_UseFontVariation int
Value:622
Constants.FP_UseFontWeight int
Value:623
Constants.FP_UseFontAngle int
Value:624
Constants.FP_UseUnderlining int
Value:625
Constants.FP_UseStrikethrough int
Value:626

204
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_UseOverline int
Value:627
Constants.FP_UseChangeBar int
Value:628
Constants.FP_UseOutline int
Value:629
Constants.FP_UseShadow int
Value:630
Constants.FP_UsePairKern int
Value:631
Constants.FP_UseFontSize int
Value:632
Constants.FP_UseKernX int
Value:633
Constants.FP_UseKernY int
Value:634
Constants.FP_UseSpread int
Value:635
Constants.FP_UseCapitalization int
Value:636
Constants.FP_UsePosition int
Value:637
Constants.FP_UseColor int
Value:638
Constants.FP_UseBkColor int
Value:991
Constants.FP_FontPlatformName int
Value:639
Constants.FP_FontPostScriptName int
Value:640
Constants.FP_FontPanoseName int
Value:641
Constants.FP_FontEncodingName int
Value:642

205
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_Stretch int
Value:643
Constants.FP_UseStretch int
Value:644
Constants.FP_UseLanguage int
Value:645
Constants.FP_WesternFontPlatformNam int
e Value:646
Constants.FP_WesternFontPostScriptNa int
me Value:647
Constants.FP_WesternFontPanoseName int
Value:648
Constants.FP_Tsume int
Value:649
Constants.FP_UseTsume int
Value:650
Constants.FV_TAB_LEFT int
Value:0x1
Constants.FV_TAB_CENTER int
Value:0x2
Constants.FV_TAB_RIGHT int
Value:0x3
Constants.FV_TAB_DECIMAL int
Value:0x4
Constants.FV_TAB_RELATIVE_LEFT int
Value:0x5
Constants.FV_TAB_RELATIVE_CENTER int
Value:0x6
Constants.FV_TAB_RELATIVE_RIGHT int
Value:0x7
Constants.FV_TAB_RELATIVE_DECIMAL int
Value:0x8
Constants.FP_PageNum int
Value:687

206
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_PointPageNum int
Value:688
Constants.FP_PageBackground int
Value:689
Constants.FV_BGD_DEFAULT int
Value:0x00
Constants.FV_BGD_NONE int
Value:0x01
Constants.FV_BGD_OTHER int
Value:0x02
Constants.FP_MasterPage int
Value:690
Constants.FP_PageWidth int
Value:691
Constants.FP_PageHeight int
Value:692
Constants.FP_PagePrev int
Value:693
Constants.FP_PageNext int
Value:694
Constants.FP_PageFrame int
Value:695
Constants.FP_PageNumString int
Value:696
Constants.FP_PageIsRecto int
Value:697
Constants.FP_NextPgfInDoc int
Value:716
Constants.FP_NextPgfInFlow int
Value:717
Constants.FP_PrevPgfInFlow int
Value:718
Constants.FP_PgfNumber int
Value:719

207
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_PgfSpellChecked int
Value:720
Constants.FP_PgfSplit int
Value:721
Constants.FP_PgfMarkedForNamedDesti int
nation Value:722
Constants.FP_BorderWidth int
Value:740
Constants.FP_Fill int
Value:741
Constants.FV_FILL_BLACK int
Value:0
Constants.FV_FILL_WHITE int
Value:7
Constants.FV_FILL_CLEAR int
Value:15
Constants.FP_Pen int
Value:742
Constants.FP_HeadArrow int
Value:743
Constants.FP_TailArrow int
Value:744
Constants.FP_ArrowTipAngle int
Value:745
Constants.FP_ArrowBaseAngle int
Value:746
Constants.FP_ArrowScaleFactor int
Value:747
Constants.FP_ArrowLength int
Value:748
Constants.FP_ArrowType int
Value:749
Constants.FV_ARROW_STICK int
Value:0x1

208
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_ARROW_HOLLOW int
Value:0x2
Constants.FV_ARROW_FILLED int
Value:0x3
Constants.FP_ArrowScaleHead int
Value:750
Constants.FP_Color int
Value:751
Constants.FP_Dash int
Value:752
Constants.FP_LineCap int
Value:753
Constants.FV_CAP_BUTT int
Value:0x00
Constants.FV_CAP_ROUND int
Value:0x01
Constants.FV_CAP_SQUARE int
Value:0x02
Constants.FP_RunaroundGap int
Value:754
Constants.FP_TintPercent int
Value:755
Constants.FP_Overprint int
Value:756
Constants.FV_KNOCKOUT int
Value:0x00
Constants.FV_OVERPRINT int
Value:0x01
Constants.FV_FROMCOLOR int
Value:0x02
Constants.FP_UseBorderWidth int
Value:3001
Constants.FP_UseFill int
Value:3002

209
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_UsePen int
Value:3003
Constants.FP_UseRunaroundGap int
Value:3004
Constants.FP_UseTintPercent int
Value:3005
Constants.FP_UseOverprint int
Value:3006
Constants.FP_UseAngle int
Value:3007
Constants.FP_UseLocX int
Value:3008
Constants.FP_UseLocY int
Value:3009
Constants.FP_UseWidth int
Value:3010
Constants.FP_UseHeight int
Value:3011
Constants.FP_UseRunaround int
Value:3012
Constants.FP_UseAnchorType int
Value:3013
Constants.FP_UseAFrameIsFloating int
Value:3014
Constants.FP_UseAFrameIsCropped int
Value:3015
Constants.FP_UseSideOffset int
Value:3016
Constants.FP_UseBaselineOffset int
Value:3017
Constants.FP_UseAlignment int
Value:3018
Constants.FP_UseNumColumns int
Value:3019

210
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_UseColGapWidth int
Value:3020
Constants.FP_UseSideHeadWidth int
Value:3021
Constants.FP_UseSideHeadGap int
Value:3022
Constants.FP_UseTheta int
Value:3023
Constants.FP_UseDTheta int
Value:3024
Constants.FP_UseTextLineType int
Value:3025
Constants.FP_UseMathSize int
Value:3026
Constants.FP_UseInsetDpi int
Value:3027
Constants.FP_UseColumnsAreBalanced int
Value:3028
Constants.FP_UseSideHeadPlacement int
Value:3029
Constants.FP_UseRadius int
Value:3030
Constants.FP_UseFlowIsAutoConnect int
Value:3031
Constants.FP_UseFlowIsPostScript int
Value:3032
Constants.FP_FirstGraphicsFmtInDoc int
Value:3101
Constants.FP_NextGraphicsFmtInDoc int
Value:3102
Constants.FP_StyleTag int
Value:770
Constants.FP_GraphicIsSelected int
Value:771

211
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_GraphicCantBeSelected int
Value:772
Constants.FP_GraphicIsButton int
Value:773
Constants.FP_FrameParent int
Value:774
Constants.FP_PrevGraphicInFrame int
Value:775
Constants.FP_NextGraphicInFrame int
Value:776
Constants.FP_GroupParent int
Value:777
Constants.FP_PrevGraphicInGroup int
Value:778
Constants.FP_NextGraphicInGroup int
Value:779
Constants.FP_Angle int
Value:780
Constants.FP_LocX int
Value:781
Constants.FP_LocY int
Value:782
Constants.FP_Width int
Value:783
Constants.FP_Height int
Value:784
Constants.FP_NextSelectedGraphicInDoc int
Value:785
Constants.FP_NextGraphicInDoc int
Value:786
Constants.FP_Runaround int
Value:787
Constants.FV_TR_NONE int
Value:0x01

212
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_TR_CONTOUR int
Value:0x02
Constants.FV_TR_BBOX int
Value:0x03
Constants.FP_DesktopX int
Value:788
Constants.FP_DesktopY int
Value:789
Constants.FP_DesktopWidth int
Value:790
Constants.FP_DesktopHeight int
Value:791
Constants.FP_IsHotspot int
Value:2875
Constants.FP_HotspotCmdStr int
Value:2876
Constants.FP_HotspotTitle int
Value:2877
Constants.FP_FirstGraphicInGroup int
Value:807
Constants.FP_LastGraphicInGroup int
Value:808
Constants.FP_DTheta int
Value:830
Constants.FP_Theta int
Value:831
Constants.FP_InsetEditor int
Value:850
Constants.FP_InsetUpdater int
Value:851
Constants.FP_InsetFile int
Value:852
Constants.FP_InsetFileOrigName int
Value:2814

213
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_InsetDpi int
Value:853
Constants.FP_InsetIsFixedSize int
Value:854
Constants.FP_InsetIsFlippedSideways int
Value:855
Constants.FP_InsetIsInverted int
Value:856
Constants.FP_InsetRasterDpi int
Value:857
Constants.FP_INSETinfo int
Value:858
Constants.FP_InsetPosterIsExternal int
Value:2821
Constants.FP_InsetPosterFile int
Value:2822
Constants.FP_InsetSaveDIBFacetToFile int
Value:2823
Constants.FP_InsetPosterFileOrigName int
Value:2824
Constants.FP_InsetSaveFacetToFile int
Value:2839
Constants.FP_InsetU3dAnimationList int
Value:2844
Constants.FP_InsetU3dPartList int
Value:2845
Constants.FP_InsetU3dViewList int
Value:2846
Constants.FP_InsetCuePointList int
Value:2354
Constants.FP_InsetLinkToText int
Value:2355
Constants.FP_MathFullForm int
Value:865

214
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_MathSize int
Value:866
Constants.FV_MATH_MEDIUM int
Value:0
Constants.FV_MATH_SMALL int
Value:1
Constants.FV_MATH_LARGE int
Value:2
Constants.FP_AnchorType int
Value:875
Constants.FV_ANCHOR_INLINE int
Value:1
Constants.FV_ANCHOR_TOP int
Value:2
Constants.FV_ANCHOR_BELOW int
Value:3
Constants.FV_ANCHOR_BOTTOM int
Value:4
Constants.FV_ANCHOR_SUBCOL_LEFT int
Value:5
Constants.FV_ANCHOR_SUBCOL_RIGHT int
Value:6
Constants.FV_ANCHOR_SUBCOL_NEARE int
ST Value:7
Constants.FV_ANCHOR_SUBCOL_FARTH int
EST Value:8
Constants.FV_ANCHOR_SUBCOL_INSIDE int
Value:9
Constants.FV_ANCHOR_SUBCOL_OUTSI int
DE Value:10
Constants.FV_ANCHOR_TEXTFRAME_LEF int
T Value:11
Constants.FV_ANCHOR_TEXTFRAME_RI int
GHT Value:12

215
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_ANCHOR_TEXTFRAME_NE int
AREST Value:13
Constants.FV_ANCHOR_TEXTFRAME_FA int
RTHEST Value:14
Constants.FV_ANCHOR_TEXTFRAME_INS int
IDE Value:15
Constants.FV_ANCHOR_TEXTFRAME_OU int
TSIDE Value:16
Constants.FV_ANCHOR_RUN_INTO_PAR int
AGRAPH Value:17
Constants.FP_AFrameIsFloating int
Value:876
Constants.FP_SideOffset int
Value:877
Constants.FP_AFrameIsCropped int
Value:878
Constants.FP_TextLoc int
Value:879
Constants.FP_PageFramePage int
Value:880
Constants.FP_BaselineOffset int
Value:881
Constants.FP_FirstGraphicInFrame int
Value:882
Constants.FP_LastGraphicInFrame int
Value:883
Constants.FP_PrevAFrame int
Value:884
Constants.FP_NextAFrame int
Value:885
Constants.FP_Alignment int
Value:886
Constants.FV_ALIGN_LEFT int
Value:0

216
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_ALIGN_CENTER int
Value:1
Constants.FV_ALIGN_RIGHT int
Value:2
Constants.FV_ALIGN_INSIDE int
Value:3
Constants.FV_ALIGN_OUTSIDE int
Value:4
Constants.FP_MifFileEntity int
Value:2828
Constants.FP_MifFileName int
Value:2829
Constants.FP_MifFileOrigFormat int
Value:2878
Constants.FP_PolyIsBezier int
Value:906
Constants.FP_NumPoints int
Value:907
Constants.FP_Points int
Value:908
Constants.FP_RectangleIsSmoothed int
Value:929
Constants.FP_Radius int
Value:950
Constants.FP_FirstPgf int
Value:972
Constants.FP_LastPgf int
Value:973
Constants.FP_FirstAFrame int
Value:974
Constants.FP_LastAFrame int
Value:975
Constants.FP_FirstFn int
Value:976

217
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_LastFn int
Value:977
Constants.FP_FirstCell int
Value:978
Constants.FP_LastCell int
Value:979
Constants.FP_PrevTextFrameInFlow int
Value:980
Constants.FP_NextTextFrameInFlow int
Value:981
Constants.FP_Flow int
Value:982
Constants.FP_NumColumns int
Value:984
Constants.FP_ColGapWidth int
Value:985
Constants.FP_FirstSubCol int
Value:986
Constants.FP_LastSubCol int
Value:987
Constants.FP_LineSpacingFactor int
Value:988
Constants.FP_PgfSpacingFactor int
Value:989
Constants.FP_CellMarginSpacingDelta int
Value:990
Constants.FP_SideHeadPlacement int
Value:1171
Constants.FV_SH_LEFT int
Value:0x00
Constants.FV_SH_RIGHT int
Value:0x01
Constants.FV_SH_INSIDE int
Value:0x02

218
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_SH_OUTSIDE int
Value:0x03
Constants.FP_SideHeadWidth int
Value:1172
Constants.FP_SideHeadGap int
Value:1173
Constants.FP_ColumnsAreBalanced int
Value:1175
Constants.FP_InTextObj int
Value:1000
Constants.FP_InTextFrame int
Value:1001
Constants.FP_FnNum int
Value:1002
Constants.FP_NextFnInDoc int
Value:1003
Constants.FP_PrevFn int
Value:1004
Constants.FP_NextFn int
Value:1005
Constants.FP_FnAnchorString int
Value:1006
Constants.FP_OldTypeNum int
Value:1024
Constants.FP_MarkerText int
Value:1025
Constants.FP_NextMarkerInDoc int
Value:1026
Constants.FP_MarkerTypeId int
Value:1027
Constants.FP_NextMarkerTypeInDoc int
Value:1028
Constants.FP_InvariantName int
Value:1029

219
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_Public int
Value:1030
Constants.FP_Transient int
Value:1031
Constants.FP_Required int
Value:1032
Constants.FP_NextVarInDoc int
Value:1046
Constants.FP_VarFmt int
Value:1047
Constants.FP_SystemVar int
Value:1049
Constants.FV_VAR_USER_VARIABLE int
Value:0
Constants.FV_VAR_CURRENT_PAGE_NU int
M Value:1
Constants.FV_VAR_PAGE_COUNT int
Value:2
Constants.FV_VAR_CURRENT_DATE_LON int
G Value:3
Constants.FV_VAR_CURRENT_DATE_SHO int
RT Value:4
Constants.FV_VAR_MODIFICATION_DAT int
E_LONG Value:5
Constants.FV_VAR_MODIFICATION_DAT int
E_SHORT Value:6
Constants.FV_VAR_CREATION_DATE_LO int
NG Value:7
Constants.FV_VAR_CREATION_DATE_SH int
ORT Value:8
Constants.FV_VAR_FILE_NAME_LONG int
Value:9
Constants.FV_VAR_FILE_NAME_SHORT int
Value:10

220
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_VAR_HEADER_FOOTER_1 int
Value:11
Constants.FV_VAR_HEADER_FOOTER_2 int
Value:12
Constants.FV_VAR_HEADER_FOOTER_3 int
Value:13
Constants.FV_VAR_HEADER_FOOTER_4 int
Value:14
Constants.FV_VAR_TABLE_CONTINUATIO int
N Value:15
Constants.FV_VAR_TABLE_SHEET int
Value:16
Constants.FV_VAR_HEADER_FOOTER_5 int
Value:19
Constants.FV_VAR_HEADER_FOOTER_6 int
Value:20
Constants.FV_VAR_HEADER_FOOTER_7 int
Value:21
Constants.FV_VAR_HEADER_FOOTER_8 int
Value:22
Constants.FV_VAR_HEADER_FOOTER_9 int
Value:23
Constants.FV_VAR_HEADER_FOOTER_10 int
Value:24
Constants.FV_VAR_HEADER_FOOTER_11 int
Value:25
Constants.FV_VAR_HEADER_FOOTER_12 int
Value:26
Constants.FV_VAR_HEADER_FOOTER_13 int
Value:27
Constants.FV_VAR_HEADER_FOOTER_14 int
Value:28
Constants.FV_VAR_HEADER_FOOTER_15 int
Value:29

221
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_VAR_HEADER_FOOTER_16 int
Value:30
Constants.FV_VAR_HEADER_FOOTER_17 int
Value:31
Constants.FV_VAR_HEADER_FOOTER_18 int
Value:32
Constants.FP_Fmt int
Value:1050
Constants.FP_NextVarFmtInDoc int
Value:1051
Constants.FP_XRefFile int
Value:1070
Constants.FP_TextRange int
Value:1071
Constants.FP_NextXRefInDoc int
Value:1072
Constants.FP_XRefFmt int
Value:1073
Constants.FP_XRefSrcText int
Value:1075
Constants.FP_XRefSrcIsElem int
Value:1076
Constants.FP_XRefIsUnresolved int
Value:1077
Constants.FP_XRefSrcElemNonUniqueId int
Value:1152
Constants.FP_XRefAltText int
Value:1153
Constants.FP_XRefClientName int
Value:1154
Constants.FP_XRefClientType int
Value:1155
Constants.FP_XRefResolvedWithKeyref int
Value:1156

222
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_XRefRetainKeydefText int
Value:1157
Constants.FP_NextXRefFmtInDoc int
Value:1074
Constants.FP_TextLineType int
Value:1095
Constants.FV_TEXTLINE_LEFT int
Value:0
Constants.FV_TEXTLINE_RIGHT int
Value:1
Constants.FV_TEXTLINE_CENTER int
Value:2
Constants.FV_TEXTLINE_MATH int
Value:3
Constants.FP_BasePointX int
Value:1116
Constants.FP_BasePointY int
Value:1117
Constants.FP_NextCondFmtInDoc int
Value:1138
Constants.FP_CondFmtIsShown int
Value:1139
Constants.FP_SepOverride int
Value:1140
Constants.FP_UseSepOverride int
Value:1141
Constants.FP_StyleOverride int
Value:1142
Constants.FV_CN_NO_OVERRIDE int
Value:0
Constants.FV_CN_OVERLINE int
Value:1
Constants.FV_CN_STRIKETHROUGH int
Value:2

223
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_CN_SINGLE_UNDERLINE int
Value:3
Constants.FV_CN_DOUBLE_UNDERLINE int
Value:4
Constants.FV_CN_CHANGEBAR int
Value:5
Constants.FV_CN_NUMERIC_UNDERLIN int
E Value:6
Constants.FV_CN_NMRIC_AND_CHNGB int
AR Value:7
Constants.FP_NextAttrCondExprInDoc int
Value:2816
Constants.FP_AttrCondExprStr int
Value:2817
Constants.FP_AttrCondExprIsActive int
Value:2818
Constants.FP_InCond int
Value:1150
Constants.FP_StyleOverrides int
Value:1151
Constants.FV_CS_NO_OVERRIDE int
Value:0x00
Constants.FV_CS_OVERLINE int
Value:0x01
Constants.FV_CS_STRIKETHROUGH int
Value:0x02
Constants.FV_CS_SINGLE_UNDERLINE int
Value:0x04
Constants.FV_CS_DOUBLE_UNDERLINE int
Value:0x08
Constants.FV_CS_CHANGEBAR int
Value:0x10
Constants.FV_CS_NUMERIC_UNDERLINE int
Value:0x20

224
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_NextFlowInDoc int
Value:1162
Constants.FP_FlowIsSynchronized int
Value:1163
Constants.FP_MinHang int
Value:1164
Constants.FP_FlowIsAutoConnect int
Value:1165
Constants.FP_FlowIsFeathered int
Value:1166
Constants.FP_Spacing int
Value:1167
Constants.FP_FlowIsPostScript int
Value:1168
Constants.FP_FirstTextFrameInFlow int
Value:1169
Constants.FP_LastTextFrameInFlow int
Value:1170
Constants.FP_SideHeadRoomInFlow int
Value:1174
Constants.FP_MaxInterlinePadding int
Value:470
Constants.FP_MaxInterPgfPadding int
Value:471
Constants.FP_CellUseOverrideLRuling int
Value:1190
Constants.FP_CellUseOverrideRRuling int
Value:1191
Constants.FP_CellUseOverrideTRuling int
Value:1192
Constants.FP_CellUseOverrideBRuling int
Value:1193
Constants.FP_CellOverrideShading int
Value:1194

225
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_CellOverrideFill int
Value:1195
Constants.FP_CellUseOverrideFill int
Value:1196
Constants.FP_CellUseOverrideShading int
Value:1197
Constants.FP_CellRow int
Value:1198
Constants.FP_NextCellInTbl int
Value:1199
Constants.FP_CellBelowInTbl int
Value:1200
Constants.FP_PrevCellInRow int
Value:1201
Constants.FP_NextCellInRow int
Value:1202
Constants.FP_CellAboveInCol int
Value:1203
Constants.FP_CellBelowInCol int
Value:1204
Constants.FP_CellColNum int
Value:1205
Constants.FP_CellIsStraddled int
Value:1206
Constants.FP_CellNumRowsStraddled int
Value:1207
Constants.FP_CellNumColsStraddled int
Value:1208
Constants.FP_CellAngle int
Value:1209
Constants.FP_CellOverrideTopRuling int
Value:1210
Constants.FP_CellOverrideBottomRuling int
Value:1211

226
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_CellOverrideLeftRuling int
Value:1212
Constants.FP_CellOverrideRightRuling int
Value:1213
Constants.FP_CellDefaultTopRuling int
Value:1214
Constants.FP_CellDefaultBottomRuling int
Value:1215
Constants.FP_CellDefaultLeftRuling int
Value:1216
Constants.FP_CellDefaultRightRuling int
Value:1217
Constants.FP_CellIsShown int
Value:1218
Constants.FP_PrevCell int
Value:1219
Constants.FP_NextCell int
Value:1220
Constants.FP_PrevRowInTbl int
Value:1244
Constants.FP_NextRowInTbl int
Value:1245
Constants.FP_RowTbl int
Value:1246
Constants.FP_FirstCellInRow int
Value:1247
Constants.FP_RowKeepWithNext int
Value:1248
Constants.FP_RowKeepWithPrev int
Value:1249
Constants.FP_RowMaxHeight int
Value:1250
Constants.FP_RowMinHeight int
Value:1251

227
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_RowStart int
Value:1252
Constants.FV_ROW_ANYWHERE int
Value:0
Constants.FV_ROW_TOP_OF_COL int
Value:1
Constants.FV_ROW_TOP_OF_PAGE int
Value:2
Constants.FV_ROW_TOP_OF_LEFT_PAGE int
Value:3
Constants.FV_ROW_TOP_OF_RIGHT_PA int
GE Value:4
Constants.FP_RowType int
Value:1253
Constants.FV_ROW_HEADING int
Value:0
Constants.FV_ROW_BODY int
Value:1
Constants.FV_ROW_FOOTING int
Value:2
Constants.FP_RowIsShown int
Value:1254
Constants.FP_TblTag int
Value:1275
Constants.FP_NextTblFmtInDoc int
Value:1276
Constants.FP_TblLeftIndent int
Value:1278
Constants.FP_TblRightIndent int
Value:1279
Constants.FP_TblSpaceAbove int
Value:1280
Constants.FP_TblSpaceBelow int
Value:1281

228
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_TblAlignment int
Value:1282
Constants.FV_ALIGN_TBL_LEFT int
Value:0
Constants.FV_ALIGN_TBL_CENTER int
Value:1
Constants.FV_ALIGN_TBL_RIGHT int
Value:2
Constants.FP_TblPlacement int
Value:1283
Constants.FV_TBL_ANYWHERE int
Value:0
Constants.FV_TBL_TOP_OF_COL int
Value:1
Constants.FV_TBL_TOP_OF_PAGE int
Value:2
Constants.FV_TBL_TOP_OF_LEFT_PAGE int
Value:3
Constants.FV_TBL_TOP_OF_RIGHT_PAG int
E Value:4
Constants.FV_TBL_FLOAT int
Value:5
Constants.FP_TblInitNumCols int
Value:1284
Constants.FP_TblInitNumHRows int
Value:1285
Constants.FP_TblInitNumBodyRows int
Value:1286
Constants.FP_TblInitNumFRows int
Value:1287
Constants.FP_TblNumbering int
Value:1288
Constants.FV_TBL_NUM_BY_ROW int
Value:0

229
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_TBL_NUM_BY_COL int
Value:1
Constants.FP_TblTitlePosition int
Value:1289
Constants.FV_TBL_NO_TITLE int
Value:0
Constants.FV_TBL_TITLE_ABOVE int
Value:1
Constants.FV_TBL_TITLE_BELOW int
Value:2
Constants.FP_TblTitleGap int
Value:1290
Constants.FP_OrphanRows int
Value:1291
Constants.FP_TblCatalogEntry int
Value:1292
Constants.FP_TblColRulingPeriod int
Value:1293
Constants.FP_TblBodyRowRulingPeriod int
Value:1294
Constants.FP_TblLastBodyRuling int
Value:1295
Constants.FP_TblHFFill int
Value:1296
Constants.FP_TblHFColor int
Value:1297
Constants.FP_TblBodyFirstFill int
Value:1298
Constants.FP_TblBodyFirstColor int
Value:1299
Constants.FP_TblBodyShadeBy int
Value:1300
Constants.FP_TblBodyFirstPeriod int
Value:1301

230
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_TblBodyNextFill int
Value:1302
Constants.FP_TblBodyNextPeriod int
Value:1303
Constants.FP_TblBodyNextColor int
Value:1304
Constants.FP_TblTopRuling int
Value:1305
Constants.FP_TblBottomRuling int
Value:1306
Constants.FP_TblLeftRuling int
Value:1307
Constants.FP_TblRightRuling int
Value:1308
Constants.FP_TblColRuling int
Value:1309
Constants.FP_TblBodyRowRuling int
Value:1310
Constants.FP_TblHFSeparatorRuling int
Value:1311
Constants.FP_TblHFRowRuling int
Value:1312
Constants.FP_TblOtherBodyRowRuling int
Value:1313
Constants.FP_TblOtherColRuling int
Value:1314
Constants.FP_TblCellTopMargin int
Value:1315
Constants.FP_TblCellBottomMargin int
Value:1316
Constants.FP_TblCellLeftMargin int
Value:1317
Constants.FP_TblCellRightMargin int
Value:1318

231
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_TblInLockedTi int
Value:1319
Constants.FP_TblNumCols int
Value:1335
Constants.FP_TblNumRows int
Value:1336
Constants.FP_NextTblInDoc int
Value:1337
Constants.FP_FirstRowInTbl int
Value:1338
Constants.FP_LastRowInTbl int
Value:1339
Constants.FP_TblWidth int
Value:1340
Constants.FP_TopRowSelection int
Value:1341
Constants.FP_BottomRowSelection int
Value:1342
Constants.FP_LeftColNum int
Value:1343
Constants.FP_RightColNum int
Value:1344
Constants.FP_TblColWidths int
Value:1345
Constants.FP_TblTitleSelected int
Value:1346
Constants.FP_NextRulingFmtInDoc int
Value:1430
Constants.FP_RulingPenWidth int
Value:1432
Constants.FP_RulingGap int
Value:1433
Constants.FP_RulingSep int
Value:1434

232
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_RulingLines int
Value:1435
Constants.FP_NextColorInDoc int
Value:1455
Constants.FP_Pantone int
Value:1456
Constants.FP_Cyan int
Value:1457
Constants.FP_Magenta int
Value:1458
Constants.FP_Yellow int
Value:1459
Constants.FP_Black int
Value:1460
Constants.FP_ColorViewCtl int
Value:1461
Constants.FV_SEP_NORMAL int
Value:0x0
Constants.FV_SEP_NONE int
Value:0x1
Constants.FV_SEP_WHITE int
Value:0x2
Constants.FP_ColorPrintCtl int
Value:1462
Constants.FV_PRINT_SPOT int
Value:0x0
Constants.FV_PRINT_PROCESS int
Value:0x1
Constants.FV_PRINT_NO int
Value:0x2
Constants.FP_ReservedColor int
Value:1463
Constants.FV_COLOR_NOT_RESERVED int
Value:0

233
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_COLOR_CYAN int
Value:1
Constants.FV_COLOR_MAGENTA int
Value:2
Constants.FV_COLOR_YELLOW int
Value:3
Constants.FV_COLOR_BLACK int
Value:4
Constants.FV_COLOR_WHITE int
Value:5
Constants.FV_COLOR_RED int
Value:6
Constants.FV_COLOR_GREEN int
Value:7
Constants.FV_COLOR_BLUE int
Value:8
Constants.FV_COLOR_DARKGREY int
Value:9
Constants.FV_COLOR_PALEGREEN int
Value:10
Constants.FV_COLOR_FORESTGREEN int
Value:11
Constants.FV_COLOR_ROYALBLUE int
Value:12
Constants.FV_COLOR_MAUVE int
Value:13
Constants.FV_COLOR_LIGHTSALMON int
Value:14
Constants.FV_COLOR_DARKYELLOW int
Value:15
Constants.FV_COLOR_SALMON int
Value:16
Constants.FP_FamilyName int
Value:1464

234
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_InkName int
Value:1465
Constants.FP_ColorTintPercent int
Value:1466
Constants.FP_TintBaseColor int
Value:1467
Constants.FV_NO_BASE_COLOR int
Value:0x00
Constants.FP_ColorOverprint int
Value:1468
Constants.FV_COLOR_KNOCKOUT int
Value:0x00
Constants.FV_COLOR_OVERPRINT int
Value:0x01
Constants.FP_NextRubiInDoc int
Value:1469
Constants.FP_OyamojiTextRange int
Value:1470
Constants.FP_RubiTextRange int
Value:1471
Constants.FP_HypertextDoValidate int
Value:2300
Constants.FP_HypertextCommandText int
Value:2301
Constants.FP_HypertextParsedArgs int
Value:2302
Constants.FP_HypertextParseErr int
Value:2303
Constants.FV_HypertextSyntaxOK int
Value:0
Constants.FV_HypertextEmptyCommand int
Value:1
Constants.FV_HypertextUnrecognizedCo int
mmand Value:2

235
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_HypertextMissingArgumen int
ts Value:3
Constants.FV_HypertextExtraArguments int
Value:4
Constants.FV_HypertextBadSyntaxPathS int
pec Value:10
Constants.FV_HypertextUnanchoredPart int
ialPath Value:11
Constants.FV_HypertextHelpDirNotFoun int
d Value:20
Constants.FV_HypertextExpectedANumb int
erParam Value:30
Constants.FP_HypertextValidateErr int
Value:2304
Constants.FV_HypertextValid int
Value:0
Constants.FV_HypertextUsesDefaultText int
Value:200
Constants.FV_HypertextFileNotRegular int
Value:210
Constants.FV_HypertextFileNotMakerDo int
c Value:211
Constants.FV_HypertextCantOpenDestFil int
e Value:212
Constants.FV_HypertextDestinationLink int
NotFound Value:220
Constants.FV_HypertextDuplicateLinkNa int
me Value:221
Constants.FV_HypertextPageNameNotFo int
und Value:230
Constants.FV_HypertextUnrecognizedOb int
jectType Value:240
Constants.FV_HypertextObjectIDNotFou int
nd Value:241

236
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_HypertextBadMatrixSize int
Value:250
Constants.FV_HypertextMatrixComman int
dInvalid Value:251
Constants.FV_HypertextFlowMissingLine int
s Value:252
Constants.FV_HypertextNoNamedFlow int
Value:260
Constants.FV_HypertextRecursiveFlow int
Value:261
Constants.FV_HypertextMissingPopupM int
arker Value:270
Constants.FV_HypertextMissingPopupLa int
belItem Value:271
Constants.FV_HypertextEmptyLineInMid int
dleOfPopup Value:272
Constants.FV_HypertextCommandIllegal int
WithinPopup Value:273
Constants.FV_HypertextFcodeInvalid int
Value:280
Constants.FP_HypertextParseBadParam int
Value:2305
Constants.FP_HypertextParseErrMsg int
Value:2306
Constants.FP_HypertextParsedCmdCode int
Value:2307
Constants.FV_CmdNotTyped int
Value:0
Constants.FV_CmdError int
Value:1
Constants.FV_CmdUnknown int
Value:2
Constants.FV_CmdNoop int
Value:3

237
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_CmdAlert int
Value:8
Constants.FV_CmdAlertTitle int
Value:9
Constants.FV_CmdExit int
Value:10
Constants.FV_CmdGoToLink int
Value:11
Constants.FV_CmdGoToLinkFitWin int
Value:12
Constants.FV_CmdGoToNew int
Value:13
Constants.FV_CmdGoToPage int
Value:14
Constants.FV_CmdGoToObjectId int
Value:15
Constants.FV_CmdGoToObjectIdFitWin int
Value:16
Constants.FV_CmdMatrix int
Value:17
Constants.FV_CmdMessage int
Value:18
Constants.FV_CmdNewLink int
Value:19
Constants.FV_CmdNextPage int
Value:20
Constants.FV_CmdPreviousPage int
Value:21
Constants.FV_CmdOpenLink int
Value:22
Constants.FV_CmdOpenLinkFitWin int
Value:23
Constants.FV_CmdOpenNew int
Value:24

238
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_CmdOpenObjectId int
Value:25
Constants.FV_CmdOpenObjectIdFitWin int
Value:26
Constants.FV_CmdOpenPage int
Value:27
Constants.FV_CmdPopup int
Value:28
Constants.FV_CmdPreviousLink int
Value:29
Constants.FV_CmdPreviousLinkFitWin int
Value:30
Constants.FV_CmdQuit int
Value:31
Constants.FV_CmdQuitAll int
Value:32
Constants.FV_CmdMultiMedia int
Value:33
Constants.FV_CmdFCodes int
Value:256
Constants.FV_CmdOutCodes int
Value:257
Constants.FV_CmdInCodes int
Value:258
Constants.FV_CmdApplyMathRules int
Value:259
Constants.FV_CmdThesaurusLookup int
Value:260
Constants.FV_CmdNative int
Value:261
Constants.FV_CmdHelpLink int
Value:262
Constants.FV_CmdBeginRange int
Value:263

239
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_CmdEndRange int
Value:264
Constants.FP_HypertextParsedCmdDest int
Value:2308
Constants.FV_DestNowhere int
Value:0
Constants.FV_DestMarkerNewLink int
Value:1
Constants.FV_DestFirstPage int
Value:2
Constants.FV_DestLastPage int
Value:3
Constants.FV_DestPageNum int
Value:4
Constants.FV_DestFluidFlow int
Value:5
Constants.FV_DestMarker int
Value:6
Constants.FV_DestObjectId int
Value:7
Constants.FV_DestXRef int
Value:8
Constants.FP_HypertextParsedCmdDest int
ObjType Value:2309
Constants.FV_ObjectUnknown int
Value:0
Constants.FV_ObjectMarker int
Value:1
Constants.FV_ObjectPgf int
Value:2
Constants.FV_ObjectXref int
Value:3
Constants.FV_ObjectGraphic int
Value:4

240
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_ObjectElement int
Value:5
Constants.FV_ObjectTextInset int
Value:6
Constants.FV_ObjectDataLink int
Value:7
Constants.FP_HypertextParsedCmdDest int
ObjID Value:2310
Constants.FP_HypertextParsedCmdMatri int
xRows Value:2311
Constants.FP_HypertextParsedCmdMatri int
xColumns Value:2312
Constants.FP_HypertextParsedLinkName int
Value:2313
Constants.FP_HypertextParsedPageNam int
e Value:2314
Constants.FP_HypertextParsedFlowNam int
e Value:2315
Constants.FP_HypertextParsedRangeNa int
me Value:2316
Constants.FP_HypertextParsedClientNa int
me Value:2317
Constants.FP_HypertextParsedTitle int
Value:2318
Constants.FP_HypertextParsedMessage int
Value:2319
Constants.FP_HypertextParsedDIFileNa int
me Value:2320
Constants.FP_FirstElementDefInDoc int
Value:1483
Constants.FP_ElementBoundaryDisplay int
Value:1484
Constants.FP_BannerTextDisplay int
Value:1600

241
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_BooleanConditionExpressi int
on Value:2321
Constants.FP_BooleanConditionState int
Value:2322
Constants.FP_BooleanConditionExpressi int
onTag Value:995
Constants.FP_IsDitamapInResourceMan int
ager Value:2332
Constants.FP_IsDocDitamap int
Value:2879
Constants.FP_IsDocDita int
Value:2880
Constants.FP_DirectOLESupportInXml int
Value:2881
Constants.FP_DocIsStructuredDummy int
Value:2882
Constants.FP_StructuredDummyDocText int
Value:2883
Constants.FV_ELEM_DISP_NONE int
Value:0
Constants.FV_ELEM_DISP_BRACKETS int
Value:1
Constants.FV_ELEM_DISP_TAGS int
Value:2
Constants.FP_ElementCatalogDisplay int
Value:1485
Constants.FV_ELCAT_STRICT int
Value:0x00
Constants.FV_ELCAT_LOOSE int
Value:0x01
Constants.FV_ELCAT_CHILDREN int
Value:0x02
Constants.FV_ELCAT_ALL int
Value:0x03

242
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_ELCAT_CUSTOM int
Value:0x04
Constants.FP_DefaultInclusions int
Value:1486
Constants.FP_DefaultExclusions int
Value:1487
Constants.FP_ElementCatalog int
Value:1488
Constants.FP_FirstFmtChangeListInDoc int
Value:1489
Constants.FP_NewElemAttrDisplay int
Value:1490
Constants.FV_ATTR_DISP_NONE int
Value:1
Constants.FV_ATTR_DISP_REQSPEC int
Value:2
Constants.FV_ATTR_DISP_ALL int
Value:3
Constants.FP_NewElemAttrEditing int
Value:1491
Constants.FV_ATTR_EDIT_NONE int
Value:0
Constants.FV_ATTR_EDIT_REQUIRED int
Value:1
Constants.FV_ATTR_EDIT_ALWAYS int
Value:2
Constants.FP_UseInitialStructure int
Value:1492
Constants.FP_SeparateInclusions int
Value:1493
Constants.FP_ElementSelection int
Value:1494
Constants.FP_StructuredApplication int
Value:1495

243
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_CustomElementList int
Value:1496
Constants.FP_StructuredApplicationList int
Value:1497
Constants.FP_StructuredApplicationForO int
pen Value:1498
Constants.FP_UseInitialStructureOfAutoI int
nsertedElements Value:1499
Constants.FP_StructAppAttrConfigFile int
Value:1500
Constants.FP_ShowElementDescriptiveN int
ames Value:1501
Constants.FP_BkGndColor int
Value:1502
Constants.FP_TextColor int
Value:1503
Constants.FP_DitaMode int
Value:1504
Constants.FP_XSLTTransformationScenar int
ioFile Value:1505
Constants.FP_XSLTProcessors int
Value:1506
Constants.FV_STRICTLY_VALID int
Value:0x01
Constants.FV_LOOSELY_VALID int
Value:0x02
Constants.FV_ALTERNATIVE int
Value:0x04
Constants.FV_INCLUSION int
Value:0x08
Constants.FP_HighestLevelElement int
Value:1509
Constants.FP_ComponentElement int
Value:1551

244
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_ExtractElementTags int
Value:1552
Constants.FP_NextElementDefInDoc int
Value:1572
Constants.FP_ElementInCatalog int
Value:1573
Constants.FP_ValidHighestLevel int
Value:1574
Constants.FP_GeneralRule int
Value:1575
Constants.FP_Exclusions int
Value:1576
Constants.FP_Inclusions int
Value:1577
Constants.FP_GeneralRuleErrorOffsets int
Value:1578
Constants.FP_ElementDefType int
Value:1579
Constants.FP_Comment int
Value:1581
Constants.FP_TextFmtRules int
Value:1582
Constants.FP_ObjectFmtRules int
Value:1583
Constants.FP_AttributeDefs int
Value:1584
Constants.FP_InitStructurePattern int
Value:1585
Constants.FP_TableTagging int
Value:1585
Constants.FP_ElementPgfFormat int
Value:1586
Constants.FP_PrefixRules int
Value:1587

245
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_SuffixRules int
Value:1588
Constants.FP_FirstPgfRules int
Value:1589
Constants.FP_LastPgfRules int
Value:1590
Constants.FP_AlsoInsert int
Value:1591
Constants.FP_ParsedGeneralRule int
Value:1592
Constants.FP_ElementDataType int
Value:1593
Constants.FP_AllowedDataRange int
Value:1594
Constants.FP_AlsoInserts int
Value:1595
Constants.FP_DescriptiveTag int
Value:1596
Constants.FP_ElementDescription int
Value:1597
Constants.FP_XMLStructuredApplication int
List Value:1598
Constants.FP_BannerText int
Value:1599
Constants.FV_FO_UNSPECIFIED int
Value:0
Constants.FV_FO_TEXTNODE int
Value:0
Constants.FV_FO_CONTAINER int
Value:1
Constants.FV_FO_SYS_VAR int
Value:2
Constants.FV_FO_XREF int
Value:3

246
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_FO_MARKER int
Value:4
Constants.FV_FO_FOOTNOTE int
Value:5
Constants.FV_FO_GRAPHIC int
Value:6
Constants.FV_FO_EQN int
Value:7
Constants.FV_FO_TBL int
Value:8
Constants.FV_FO_TBL_TITLE int
Value:9
Constants.FV_FO_TBL_HEADING int
Value:10
Constants.FV_FO_TBL_BODY int
Value:11
Constants.FV_FO_TBL_FOOTING int
Value:12
Constants.FV_FO_TBL_ROW int
Value:13
Constants.FV_FO_TBL_CELL int
Value:14
Constants.FV_FO_RUBI_GROUP int
Value:15
Constants.FV_FO_RUBI int
Value:16
Constants.FV_FO_NUMTYPES int
Value:17
Constants.FV_DT_UNSPECIFIED int
Value:0
Constants.FV_DT_INTEGER int
Value:1
Constants.FV_DT_FLOAT int
Value:2

247
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_DT_NUMTYPES int
Value:3
Constants.FV_AT_STRING int
Value:0
Constants.FV_AT_STRINGS int
Value:1
Constants.FV_AT_CHOICES int
Value:2
Constants.FV_AT_INTEGER int
Value:3
Constants.FV_AT_INTEGERS int
Value:4
Constants.FV_AT_REAL int
Value:5
Constants.FV_AT_REALS int
Value:6
Constants.FV_AT_UNIQUE_ID int
Value:7
Constants.FV_AT_UNIQUE_IDREF int
Value:8
Constants.FV_AT_UNIQUE_IDREFS int
Value:9
Constants.FV_AT_NUMTYPES int
Value:10
Constants.FV_AF_READ_ONLY int
Value:0x0001
Constants.FV_AF_HIDDEN int
Value:0x0002
Constants.FV_AF_FIXED int
Value:0x0004
Constants.FP_FmtRuleType int
Value:2100
Constants.FP_CountElements int
Value:2101

248
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_StopCountingAt int
Value:2102
Constants.FP_FmtRuleClauses int
Value:2103
Constants.FP_FmtRuleClause int
Value:2104
Constants.FV_CONTEXT_RULE int
Value:0
Constants.FV_LEVEL_RULE int
Value:1
Constants.FP_Specification int
Value:2150
Constants.FP_IsTextRange int
Value:2151
Constants.FP_RuleClauseType int
Value:2152
Constants.FP_FormatTag int
Value:2153
Constants.FP_FmtChangeListTag int
Value:2154
Constants.FP_FmtChangeList int
Value:2155
Constants.FP_SubFmtRule int
Value:2156
Constants.FP_ContextLabel int
Value:2157
Constants.FP_ElemPrefixSuffix int
Value:2158
Constants.FP_FmtRule int
Value:2159
Constants.FP_ParsedSpecification int
Value:2160
Constants.FP_SpecificationForCSS int
Value:2161

249
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_ContextForCSS int
Value:2162
Constants.FP_ParseFullSpecification int
Value:2163
Constants.FV_RC_TAG int
Value:0
Constants.FV_RC_SUB_FMTRULE int
Value:1
Constants.FV_RC_CHANGELIST int
Value:2
Constants.FV_RC_CHANGELIST_TAG int
Value:3
Constants.FV_EDT_TEXT int
Value:40
Constants.FV_EDT_TEXTONLY int
Value:41
Constants.FV_EDT_ANY int
Value:42
Constants.FV_EDT_ALL int
Value:43
Constants.FV_EDT_FIRST int
Value:44
Constants.FV_EDT_MIDDLE int
Value:45
Constants.FV_EDT_LAST int
Value:46
Constants.FV_EDT_NOTFIRST int
Value:47
Constants.FV_EDT_NOTLAST int
Value:48
Constants.FV_EDT_AFTER int
Value:49
Constants.FV_EDT_BEFORE int
Value:50

250
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_EDT_BETWEEN int
Value:53
Constants.FV_EDT_INSERTPAR int
Value:23
Constants.FV_EDT_ONLY int
Value:62
Constants.FV_EDT_ATTRGRPO int
Value:30
Constants.FV_EDT_ELEMENT int
Value:25
Constants.FP_ElementDef int
Value:1621
Constants.FP_ParentElement int
Value:1622
Constants.FP_FirstChildElement int
Value:1623
Constants.FP_LastChildElement int
Value:1624
Constants.FP_PrevSiblingElement int
Value:1625
Constants.FP_NextSiblingElement int
Value:1626
Constants.FP_ElementIsCollapsed int
Value:1627
Constants.FP_BookComponent int
Value:1628
Constants.FP_Object int
Value:1630
Constants.FP_MatchingTextClauses int
Value:1631
Constants.FP_MatchingObjectClauses int
Value:1632
Constants.FP_Attributes int
Value:1634

251
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_AttributesEx int
Value:1670
Constants.FP_AttrDisplay int
Value:1635
Constants.FP_ElementType int
Value:1636
Constants.FP_IDAttrValue int
Value:1637
Constants.FP_MatchingFirstPgfClauses int
Value:1638
Constants.FP_MatchingLastPgfClauses int
Value:1639
Constants.FP_MatchingPrefixClauses int
Value:1640
Constants.FP_MatchingSuffixClauses int
Value:1641
Constants.FP_MatchesContextInUserStri int
ng Value:1642
Constants.FP_Namespace int
Value:1643
Constants.FP_NamespaceScope int
Value:1644
Constants.FP_NumNamespaces int
Value:1645
Constants.FP_NextElementDFS int
Value:2334
Constants.FP_PrevElementDFS int
Value:2335
Constants.FP_ElementIsTopicRef int
Value:2336
Constants.FP_ElementIsTopicHead int
Value:2337
Constants.FP_ElementIsTopicGroup int
Value:2338

252
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_TopicRefAbsoluteFilePath int
Value:2347
Constants.FP_Element int
Value:2170
Constants.FP_TblElement int
Value:2171
Constants.FP_TblTitleElement int
Value:2172
Constants.FP_TblHeaderElement int
Value:2173
Constants.FP_TblBodyElement int
Value:2174
Constants.FP_TblFooterElement int
Value:2175
Constants.FP_RubiElement int
Value:2176
Constants.FP_AllowAsSpecialCase int
Value:1649
Constants.FP_ElementIsUndefined int
Value:1650
Constants.FP_ContentIsStrictlyValid int
Value:1651
Constants.FP_ContentIsLooselyValid int
Value:1652
Constants.FP_ContentNeededAtBegin int
Value:1653
Constants.FP_HoleAtEnd int
Value:1654
Constants.FP_ContentNeededAtEnd int
Value:1654
Constants.FP_ElementIsExcludedInConte int
xt Value:1655
Constants.FP_ElementIsInvalidInParent int
Value:1656

253
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_ElementIsInvalidInPosition int
Value:1657
Constants.FP_ElementTypeMismatch int
Value:1658
Constants.FP_HoleBeforeElement int
Value:1659
Constants.FP_TextIsInvalidInElement int
Value:1660
Constants.FP_InvalidHighestLevel int
Value:1661
Constants.FP_BookComponentMissing int
Value:1662
Constants.FP_ErrorInBookComponent int
Value:1663
Constants.FP_NextInvalidElement int
Value:1664
Constants.FP_ContentMustBeEmpty int
Value:1665
Constants.FP_AttributeValueRequired int
Value:1666
Constants.FP_AttributeValueInvalid int
Value:1667
Constants.FP_ValidationFlags int
Value:1668
Constants.FP_ElementMarkedForNamed int
Destination Value:1669
Constants.FV_ELEM_UNDEFINED int
Value:0x0001
Constants.FV_ELEM_TYPE_MISMATCH int
Value:0x0002
Constants.FV_ELEM_EXCLUDED int
Value:0x0004
Constants.FV_ELEM_INVALID_IN_PAREN int
T Value:0x0008

254
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_ELEM_INVALID_AT_POSITI int
ON Value:0x0010
Constants.FV_ELEM_HAS_TEXT_INVALID int
Value:0x0020
Constants.FV_ELEM_CONTENT_MUST_B int
E_EMPTY Value:0x0040
Constants.FV_ELEM_MISSING_CONTENT int
_BEFORE Value:0x0080
Constants.FV_ELEM_MISSING_CONTENT int
_AT_BEG Value:0x0100
Constants.FV_ELEM_MISSING_CONTENT int
_AT_END Value:0x0200
Constants.FV_ELEM_NOT_VALID_AS_RO int
OT Value:0x0400
Constants.FV_ELEM_BOOK_COMP_MISS int
ING Value:0x0800
Constants.FV_ELEM_BOOK_COMP_INVA int
LID Value:0x1000
Constants.FV_ELEM_ATTRVAL_REQUIRE int
D Value:0x2000
Constants.FV_ELEM_ATTRVAL_INVALID int
Value:0x4000
Constants.FV_ELEM_CONTENT_STRICTLY int
_VALID Value:0x10000
Constants.FV_ELEM_CONTENT_LOOSELY int
_VALID Value:0x20000
Constants.FV_ELEM_INVISIBLE_ATTRVAL int
_REQUIRED Value:0x40000
Constants.FV_ELEM_INVISIBLE_ATTRVAL int
_INVALID Value:0x80000
Constants.FV_AV_REQUIRED int
Value:1
Constants.FV_AV_INVALID_CHOICE int
Value:2

255
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_AV_INVALID_FORMAT int
Value:3
Constants.FV_AV_IDREF_UNRESOLVED int
Value:4
Constants.FV_AV_ID_DUPLICATE_IN_DO int
C Value:5
Constants.FV_AV_ID_DUPLICATE_IN_BO int
OK Value:6
Constants.FV_AV_TOO_MANY_TOKENS int
Value:7
Constants.FV_AV_UNDEFINED int
Value:8
Constants.FV_AV_OUT_OF_RANGE int
Value:9
Constants.FV_OVERRIDDEN_DEFAULT int
Value:0x00
Constants.FV_OVERRIDDEN_NOVALUE int
Value:0x01
Constants.FV_OVERRIDDEN_CONREF_D int
UCT Value:0x02
Constants.FV_OVERRIDDEN_KEYDEF_TO int
_KEYREF Value:0x03
Constants.FV_Element int
Value:0
Constants.FV_ElementsOfType int
Value:1
Constants.FV_AllElements int
Value:2
Constants.FP_NextFmtChangeListInDoc int
Value:2000
Constants.FP_FmtChangeListInCatalog int
Value:2021
Constants.FP_PgfCatalogReference int
Value:2001

256
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_SpaceAboveChange int
Value:2002
Constants.FP_SpaceBelowChange int
Value:2003
Constants.FP_LeftIndentChange int
Value:2004
Constants.FP_FirstIndentChange int
Value:2005
Constants.FP_RightIndentChange int
Value:2006
Constants.FP_LeadingChange int
Value:2007
Constants.FP_LineSpacingFixed int
Value:2008
Constants.FP_TopSepAtIndent int
Value:2009
Constants.FP_BottomSepAtIndent int
Value:2010
Constants.FP_FontSizeChange int
Value:2012
Constants.FP_SpreadChange int
Value:2013
Constants.FP_MoveTabs int
Value:2014
Constants.FP_CellTopMarginFixed int
Value:2015
Constants.FP_CellBottomMarginFixed int
Value:2016
Constants.FP_CellLeftMarginFixed int
Value:2017
Constants.FP_CellRightMarginFixed int
Value:2018
Constants.FP_FirstIndentIsRelative int
Value:2019

257
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_FirstIndentRelPos int
Value:2020
Constants.FP_CellTopMarginChange int
Value:2022
Constants.FP_CellBottomMarginChange int
Value:2023
Constants.FP_CellLeftMarginChange int
Value:2024
Constants.FP_CellRightMarginChange int
Value:2025
Constants.FP_StretchChange int
Value:2026
Constants.FF_IED_REMOVE_OVERRIDES int
Value:0x0001
Constants.FF_IED_REMOVE_BOOK_INFO int
Value:0x0002
Constants.FF_IED_DO_NOT_IMPORT_ED int
D Value:0x0004
Constants.FF_IED_NO_NOTIFY int
Value:0x0008
Constants.FF_IED_DELETE_EMPTY_PAGE int
S Value:0x0010
Constants.FF_IED_DO_NOT_IMPORT_ST int
RUCTAPP Value:0x0040
Constants.FP_Text int
Value:1701
Constants.FP_State int
Value:1702
Constants.FV_DlgOptNotActive int
Value:0
Constants.FV_DlgOptActive int
Value:1
Constants.FV_DlgOptDontCare int
Value:2

258
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_Labels int
Value:1703
Constants.FP_NumLines int
Value:1704
Constants.FP_FirstVis int
Value:1705
Constants.FP_DoubleClick int
Value:1706
Constants.FP_NumItems int
Value:1707
Constants.FP_Sensitivity int
Value:1708
Constants.FP_MinVal int
Value:1709
Constants.FP_MaxVal int
Value:1710
Constants.FP_IncrVal int
Value:1711
Constants.FP_Size int
Value:1712
Constants.FP_Visibility int
Value:1713
Constants.FP_PasswordStyle int
Value:1714
Constants.FP_ReadOnly int
Value:1723
Constants.FP_TabStops int
Value:1715
Constants.FP_Icon int
Value:1716
Constants.FP_WindowHandle int
Value:1717
Constants.FP_SortingEnabled int
Value:1718

259
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_SelectedRow int
Value:1730
Constants.FP_SelectedRowId int
Value:1731
Constants.FP_SelectedRowItems int
Value:1719
Constants.FP_LabelColor int
Value:1720
Constants.FP_LabelBold int
Value:1721
Constants.FP_Box_BG_Color int
Value:1722
Constants.FV_DlgClose int
Value:-1
Constants.FV_DlgReset int
Value:-2
Constants.FV_DlgNoChange int
Value:-3
Constants.FV_DlgEnter int
Value:-4
Constants.FV_DlgUndo int
Value:-5
Constants.FV_DlgPrevPage int
Value:-6
Constants.FV_DlgNextPage int
Value:-7
Constants.FV_DlgNeedsUpdate int
Value:-8
Constants.FV_DlgInit int
Value:-9
Constants.FV_DlgHide int
Value:-10
Constants.FV_DlgShow int
Value:-11

260
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_DlgResize int
Value:-12
Constants.FV_DlgPrefSetInitialState int
Value:-100
Constants.FV_DlgPrefVerify int
Value:-101
Constants.FV_DlgPrefCommit int
Value:-102
Constants.FV_EvShift int
Value:0x0001
Constants.FV_EvControl int
Value:0x0002
Constants.FV_EvMeta int
Value:0x0004
Constants.FV_EvOption int
Value:0x0004
Constants.FV_EvCaps int
Value:0x0008
Constants.FV_EvCommand int
Value:0x0010
Constants.FV_EvMax int
Value:0x0010
Constants.FP_DbItemNum int
Value:1800
Constants.FP_DbType int
Value:1801
Constants.FP_DbIdentifier int
Value:1802
Constants.FP_DbVarLabelWidth int
Value:1803
Constants.FP_DbStuffItem int
Value:1804
Constants.FP_DbSbxNumLines int
Value:1805

261
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_DbRadioButtonGroup int
Value:1806
Constants.FP_DbCheckBoxState int
Value:1807
Constants.FP_DbFirstFocus int
Value:1808
Constants.FP_DbDefaultButton int
Value:1809
Constants.FP_DbOKButton int
Value:1810
Constants.FP_DbCancelButton int
Value:1811
Constants.FP_DbFbTextBox int
Value:1812
Constants.FP_DbFbScrollBox int
Value:1813
Constants.FP_DbFbCurrentDir int
Value:1814
Constants.FP_DbFbStatus int
Value:1815
Constants.FP_DbTitleLabel int
Value:1816
Constants.FP_DbAttributes int
Value:1817
Constants.FP_DbEditable int
Value:1818
Constants.FP_DbNoHelp int
Value:1819
Constants.FP_LineAscent int
Value:1900
Constants.FP_LineDescent int
Value:1901
Constants.FP_LineBaseline int
Value:1902

262
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_MenuItemIsEnabled int
Value:1922
Constants.FP_NextMenuItemInMenu int
Value:1923
Constants.FP_PrevMenuItemInMenu int
Value:1924
Constants.FP_NextMenuItemInSession int
Value:1925
Constants.FP_MenuType int
Value:1926
Constants.FV_MENU_MENUBAR int
Value:1
Constants.FV_MENU_POPUP int
Value:2
Constants.FV_MENU_ADHOCRULER int
Value:3
Constants.FV_MENU_DEFAULT int
Value:4
Constants.FP_FirstMenuItemInMenu int
Value:1927
Constants.FP_CommandNum int
Value:1928
Constants.FP_KeyboardShortcutLabel int
Value:1929
Constants.FP_KeyboardShortcuts int
Value:1930
Constants.FP_CanHaveCheckMark int
Value:1931
Constants.FP_CheckMarkIsOn int
Value:1932
Constants.FP_MenuItemType int
Value:1933
Constants.FV_MENUITEM_FRAME int
Value:1

263
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_MENUITEM_API int
Value:2
Constants.FV_MENUITEM_MACRO int
Value:3
Constants.FV_MENUITEM_EXPANDOMA int
TIC Value:4
Constants.FP_ExpandOMaticParent int
Value:1934
Constants.FP_EnabledWhen int
Value:1935
Constants.FV_ENABLE_ALWAYS_ENABLE int
Value:1
Constants.FV_ENABLE_ALWAYS_DISABLE int
Value:2
Constants.FV_ENABLE_IN_PARA_TEXT int
Value:3
Constants.FV_ENABLE_IN_TEXT_LINE int
Value:4
Constants.FV_ENABLE_IS_TEXT_SEL int
Value:5
Constants.FV_ENABLE_IN_MATH int
Value:6
Constants.FV_ENABLE_IN_TEXT int
Value:7
Constants.FV_ENABLE_OBJ_PROPS int
Value:8
Constants.FV_ENABLE_IN_TABLE int
Value:9
Constants.FV_ENABLE_IN_TABLE_TITLE int
Value:10
Constants.FV_ENABLE_IN_CELL_TEXT int
Value:11
Constants.FV_ENABLE_IS_CELL int
Value:12

264
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_ENABLE_IS_CELLS int
Value:13
Constants.FV_ENABLE_IS_TABLE int
Value:14
Constants.FV_ENABLE_IS_OBJ int
Value:15
Constants.FV_ENABLE_IS_TEXT_FRAME int
Value:16
Constants.FV_ENABLE_IS_OR_IN_FRAM int
E Value:17
Constants.FV_ENABLE_IS_AFRAME int
Value:18
Constants.FV_ENABLE_IS_TEXT_INSET int
Value:19
Constants.FV_ENABLE_IS_GRAPHIC_INS int
ET Value:20
Constants.FV_ENABLE_IN_FLOW int
Value:21
Constants.FV_ENABLE_COPY int
Value:22
Constants.FV_ENABLE_COPY_FONT int
Value:23
Constants.FV_ENABLE_CAN_PASTE int
Value:24
Constants.FV_ENABLE_IS_VIEW_ONLY int
Value:25
Constants.FV_ENABLE_NEEDS_DOCP_O int
NLY Value:26
Constants.FV_ENABLE_NEEDS_BOOKP_ int
ONLY Value:27
Constants.FV_ENABLE_NEEDS_DOCP_O int
R_BOOKP Value:28
Constants.FV_ENABLE_BOOK_HAS_SELE int
CTION Value:29

265
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_ENABLE_DOC_OR_BOOK_ int
HAS_SELECTION Value:30
Constants.FP_Fcode int
Value:1936
Constants.FP_Fcodes int
Value:1937
Constants.FP_HelpLink int
Value:1938
Constants.FP_HasShiftOrUnshiftComman int
d Value:1939
Constants.FV_ITEM_HAS_SHIFT_COMM int
AND Value:1
Constants.FV_ITEM_HAS_UNSHIFT_COM int
MAND Value:2
Constants.FV_ITEM_HAS_NO_SHIFT_OR int
_UNSHIFT_COMMAND Value:3
Constants.FP_ShiftOrUnshiftCommand int
Value:1940
Constants.FP_Mode int
Value:1941
Constants.FV_MODE_MATH int
Value:1
Constants.FV_MODE_NONMATH int
Value:2
Constants.FV_MODE_ALL int
Value:3
Constants.FP_NextCommandInSession int
Value:1942
Constants.FP_Hypertext int
Value:1943
Constants.FP_NextTiInDoc int
Value:2050
Constants.FP_TiAutomaticUpdate int
Value:2051

266
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_UpdateAllClientTi int
Value:1
Constants.FV_UpdateAllAutomaticClient int
Ti Value:2
Constants.FV_UpdateAllManualClientTi int
Value:3
Constants.FP_LastUpdate int
Value:2052
Constants.FP_TiFile int
Value:2053
Constants.FP_TiMacEdition int
Value:2054
Constants.FP_ImportHint int
Value:2055
Constants.FP_TiLocked int
Value:2056
Constants.FP_TiFileModDate int
Value:2057
Constants.FP_TiIsNested int
Value:2058
Constants.FP_TiMainFlow int
Value:2059
Constants.FP_TiFlowName int
Value:2060
Constants.FP_TiFlowPageSpace int
Value:2061
Constants.FV_BODY_PAGE int
Value:0x00
Constants.FV_REFERENCE_PAGE int
Value:0x02
Constants.FP_TiFormat int
Value:2062
Constants.FP_TiRemovePageBreaks int
Value:2063

267
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_TiRemoveOverrides int
Value:2064
Constants.FP_TiTextEncoding int
Value:2073
Constants.FV_IsoLatin int
Value:1
Constants.FV_ASCII int
Value:2
Constants.FV_ANSI int
Value:3
Constants.FV_MacANSI int
Value:4
Constants.FV_JIS int
Value:5
Constants.FV_Shitf_JIS int
Value:6
Constants.FV_EUC int
Value:7
Constants.FV_BIG5 int
Value:8
Constants.FV_EUC_CNS int
Value:9
Constants.FV_GB int
Value:10
Constants.FV_HZ int
Value:11
Constants.FV_Korean int
Value:12
Constants.FP_TiEOLisEOP int
Value:2065
Constants.FP_TiTblTag int
Value:2066
Constants.FP_TiNumHeaderRows int
Value:2067

268
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_TiHeadersEmpty int
Value:2068
Constants.FP_TiByRows int
Value:2069
Constants.FP_TiSeparator int
Value:2070
Constants.FP_TiNumSeparators int
Value:2071
Constants.FP_TiNumCols int
Value:2072
Constants.FP_TiIsUnresolved int
Value:2075
Constants.FP_TiClientName int
Value:2076
Constants.FP_TiClientSource int
Value:2077
Constants.FP_TiClientType int
Value:2078
Constants.FP_TiClientData int
Value:2079
Constants.FP_TiClientUpdateSilent int
Value:2080
Constants.FP_ContentHeight int
Value:2219
Constants.FP_ParentTextFrame int
Value:2200
Constants.FP_PrevSubCol int
Value:2201
Constants.FP_NextSubCol int
Value:2202
Constants.FP_Overflowed int
Value:983
Constants.FP_FirstCombinedFontDefnIn int
Doc Value:2280

269
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_NextCombinedFontDefnIn int
Doc Value:2281
Constants.FP_BaseFamily int
Value:2282
Constants.FP_AllowBaseFamilyBoldedAn int
dObliqued Value:2283
Constants.FP_WesternFamily int
Value:2284
Constants.FP_WesternSize int
Value:2285
Constants.FP_WesternShift int
Value:2286
Constants.FP_CombinedFontFamily int
Value:2287
Constants.FS_FindText int
Value:1
Constants.FS_FindElementTag int
Value:2
Constants.FV_FindElemTag int
Value:0
Constants.FV_FindAttrName int
Value:1
Constants.FV_FindAttrValue int
Value:2
Constants.FV_NumFindElementItems int
Value:2+1
Constants.FS_FindCharFmt int
Value:3
Constants.FS_FindPgfTag int
Value:4
Constants.FS_FindCharTag int
Value:5
Constants.FS_FindTableTag int
Value:6

270
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FS_FindObject int
Value:8
Constants.FV_FindAnyMarker int
Value:0
Constants.FV_FindAnyXRef int
Value:1
Constants.FV_FindUnresolvedXRef int
Value:2
Constants.FV_FindAnyTextInset int
Value:3
Constants.FV_FindUnresolvedTextInset int
Value:4
Constants.FV_FindAnyPub int
Value:5
Constants.FV_FindAnyVariable int
Value:6
Constants.FV_FindAnchoredFrame int
Value:7
Constants.FV_FindFootnote int
Value:8
Constants.FV_FindAnyTable int
Value:9
Constants.FV_FindAutomaticHyphen int
Value:10
Constants.FV_FindAnyRubi int
Value:11
Constants.FV_FindPgfFormatOverride int
Value:12
Constants.FV_FindCharacterFormatOver int
ride Value:13
Constants.FV_FindTableFormatOverride int
Value:14
Constants.FS_FindMarkerOfType int
Value:9

271
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FS_FindMarkerText int
Value:10
Constants.FS_FindXRefWithFormat int
Value:11
Constants.FS_FindNamedVariable int
Value:12
Constants.FS_FindCondTextInCondTags int
Value:13
Constants.FS_FindCondTextNotInCondTa int
gs Value:14
Constants.FS_FindCustomizationFlags int
Value:15
Constants.FS_FindWrap int
Value:16
Constants.FS_SpellOptions int
Value:1000
Constants.FS_TwoInARowString int
Value:1001
Constants.FS_TextBeforeString int
Value:1002
Constants.FS_TextAfterString int
Value:1003
Constants.FS_WordContainString int
Value:1004
Constants.FS_SpellAction int
Value:1005
Constants.FV_CheckDocument int
Value:1
Constants.FV_CheckCurrentPage int
Value:2
Constants.FV_WriteUnknownWordsToFil int
e Value:3
Constants.FS_OutputFilePathName int
Value:1006

272
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FS_SpellWrap int
Value:1007
Constants.FS_NumSpellParams int
Value:(1007-1000+1)
Constants.FV_SpellMisspelling int
Value:1
Constants.FV_SpellCapitalization int
Value:2
Constants.FV_SpellRepeatedWord int
Value:3
Constants.FV_SpellRepeatedLetter int
Value:4
Constants.FV_SpellHyphenation int
Value:5
Constants.FV_SpellExtraSpace int
Value:6
Constants.FV_SpellSpaceAfter int
Value:7
Constants.FV_SpellSpaceBefore int
Value:8
Constants.FV_SpellStraightQuotes int
Value:9
Constants.FV_UserDictionary int
Value:1
Constants.FV_DocumentDictionary int
Value:2
Constants.FV_WriteDictionaryToFile int
Value:4
Constants.FV_MergeDictionaryContents int
Value:5
Constants.FV_SetDictionaryToNoneDicti int
onary Value:6
Constants.FV_ClearDocDictionary int
Value:7

273
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_ChangePersonalDictionary int
Value:8
Constants.FV_GetDictionaryStrings int
Value:9
Constants.FP_CursorData int
Value:2294
Constants.FP_CursorTypes int
Value:2295
Constants.FP_StructureCursorTypes int
Value:2296
Constants.FP_SecNumComputeMethod int
Value:915
Constants.FP_SectionNumStyle int
Value:916
Constants.FP_SectionNumber int
Value:917
Constants.FP_SectionNumText int
Value:918
Constants.FP_SubsecNumComputeMeth int
od Value:815
Constants.FP_SubsectionNumStyle int
Value:816
Constants.FP_SubsectionNumber int
Value:817
Constants.FP_SubsectionNumText int
Value:818
Constants.FP_DoNotGenerateErrorLog int
Value:819
Constants.FP_DocOpenClientEncountere int
dErrors Value:820
Constants.FP_OpenAndSaveXmlBookCo int
mponentDoc Value:822
Constants.FP_XmlIsBook int
Value:823

274
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_UseFMConsoleForErrorLog int
Value:825
Constants.FP_FMConsoleString int
Value:826
Constants.FP_IsTempOpenSave int
Value:827
Constants.FP_AllowNewFileURL int
Value:2416
Constants.FP_DoPostXSLTValidationOnEx int
port Value:2417
Constants.FP_DoNotExportInvalidXML int
Value:2418
Constants.FP_SuppressXMLParserWarni int
ngs Value:2419
Constants.FP_RemoveExtraWhiteSpaces int
OnXMLImport Value:2830
Constants.FP_NoMultiMediaInPDF int
Value:2831
Constants.FP_InsetGenericData int
Value:2832
Constants.FP_InTableSortOperation int
Value:2833
Constants.FP_InsetGfxName int
Value:2834
Constants.FP_InsetGfxPlayWindowInPdf int
Value:2835
Constants.FP_InsetGfxActiveInPdf int
Value:2836
Constants.FP_InsetJavaScriptAttached int
Value:2837
Constants.FP_InsetJavaScriptFile int
Value:2838
Constants.FP_InsetMonikerPath int
Value:2848

275
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_InsetMonikerFilePath int
Value:2849
Constants.FP_IsFateRun int
Value:2847
Constants.FP_DefaultVectorFormatForX int
MLExport Value:2874
Constants.FV_CmdOpenXmlElementId int
Value:821
Constants.FV_FileTypeBinaryDoc int
Value:1
Constants.FV_FileTypeBinaryBook int
Value:2
Constants.FV_FileTypeMif int
Value:3
Constants.FV_FileTypeXml int
Value:4
Constants.FV_FileTypeSgml int
Value:5
Constants.FV_FileTypeText int
Value:6
Constants.FV_FileTypeFilter int
Value:7
Constants.FV_FileTypeFolder int
Value:8
Constants.FV_FileTypeGeneral int
Value:9
Constants.FV_FileTypeErrorDoc int
Value:10
Constants.FV_FileTypeEquation int
Value:11
Constants.FV_FileTypeThesaurus int
Value:12
Constants.FV_FileTypeCompositeDoc int
Value:13

276
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_FileTypeSummaryDoc int
Value:14
Constants.FS_StructuredApplication int
Value:1
Constants.FS_Doctype int
Value:2
Constants.FS_PublicId int
Value:3
Constants.FS_SystemId int
Value:4
Constants.FS_Extension int
Value:5
Constants.FS_Visible int
Value:6
Constants.FS_NumNewXMLParams int
Value:6
Constants.FV_ListViewInit int
Value:1
Constants.FV_ListViewAddColumn int
Value:2
Constants.FV_ListViewAddRow int
Value:3
Constants.FV_ListViewDeleteAllRows int
Value:4
Constants.FV_ListViewReSortAllRows int
Value:5
Constants.FV_ListViewSetSortEnabled int
Value:6
Constants.FV_ListViewSelectFirstRow int
Value:7
Constants.FV_ListViewSelectRowFromCo int
lData Value:8
Constants.FV_ListViewSelectRowFromRo int
wID Value:9

277
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_ListViewActionMax int
Value:10
Constants.FV_ListViewInitNumParams int
Value:0
Constants.FV_ListViewAddColumnNumP int
arams Value:4
Constants.FV_ListViewAddColumnParam int
1 Value:3
Constants.FV_ListViewAddColumnParam int
2 Value:1
Constants.FV_ListViewAddColumnParam int
3 Value:1
Constants.FV_ListViewAddColumnParam int
4 Value:1
Constants.FV_ListViewAddRowNumPara int
ms Value:1
Constants.FV_ListViewAddRowParam1 int
Value:6
Constants.FV_ListViewDeleteAllRowsNu int
mParams Value:0
Constants.FV_ListViewReSortAllRowsNu int
mParams Value:0
Constants.FP_LineNumDistance int
Value:4001
Constants.FP_LineNumRestart int
Value:4002
Constants.FP_LineNumShow int
Value:4003
Constants.FP_LineNumFont int
Value:4004
Constants.FP_LineNumSize int
Value:4005
Constants.FP_LineNumColor int
Value:4006

278
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_IsDefault int
Value:2850
Constants.FP_IsStale int
Value:2851
Constants.FP_NextKeyCatalogInSession int
Value:2852
Constants.FP_NotLoaded int
Value:2853
Constants.FP_Source int
Value:2854
Constants.FP_SourceType int
Value:2855
Constants.FP_KeyCount int
Value:2860
Constants.FP_KeyCatalogClientName int
Value:2873
Constants.FV_KeySrcTypeNone int
Value:0
Constants.FV_KeySrcTypeDitamap int
Value:1
Constants.FV_DocKeyCatalogTypeDefaul int
t Value:0
Constants.FV_DocKeyCatalogTypeSpecifi int
ed Value:1
Constants.FV_DocKeyCatalogTypeNone int
Value:2
Constants.FV_DocKeyCatalogTypeMax int
Value:3
Constants.FV_KeydefVariableInfoLen int
Value:3
Constants.FV_KeydefVariableInfoTagPri int
mary Value:0
Constants.FV_KeydefVariableInfoTagSec int
ondary Value:1

279
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_KeydefVariableInfoText int
Value:2
Constants.FV_KeyDefFieldsTypePrimary int
Value:0
Constants.FV_KeyDefFieldsTypeAll int
Value:1
Constants.FV_KeyDefFieldsTypeMax int
Value:2
Constants.FV_KeydefKeyTag int
Value:1
Constants.FV_KeydefKeyTarget int
Value:2
Constants.FV_KeydefKeySrcFile int
Value:3
Constants.FV_KeydefKeyDuplicate int
Value:4
Constants.FV_KeyDefMaxPrimaryFields int
Value:4+1
Constants.FV_KeydefKeySrcType int
Value:5
Constants.FV_KeydefKeyVarList int
Value:6
Constants.FV_KeydefKeyDefaultText int
Value:7
Constants.FV_KeydefKeyFoundInRefFile int
Value:8
Constants.FV_KeydefKeyInValid int
Value:9
Constants.FV_KeydefKeyAttrs int
Value:10
Constants.FV_KeyDefMaxFields int
Value:11
Constants.FV_KeydefKeyTagType int
Value:3

280
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_KeydefKeyTargetType int
Value:3
Constants.FV_KeydefKeySrcFileType int
Value:3
Constants.FV_KeydefKeyDuplicateType int
Value:1
Constants.FV_KeydefKeySrcTypeType int
Value:1
Constants.FV_KeydefKeyVarListType int
Value:20
Constants.FV_KeydefKeyDefaultTextType int
Value:3
Constants.FV_KeydefKeyFoundInRefFileT int
ype Value:1
Constants.FV_KeydefKeyInValidType int
Value:1
Constants.FV_KeydefKeyAttrsType int
Value:21
Constants.FV_KeyDefFieldSize int
Value:2
Constants.FF_DUPLICATE_KEY_DEFINITI int
ON Value:0x01
Constants.FF_FOUND_IN_REFERENCED_ int
FILE Value:0x02
Constants.FF_INVALID_KEY int
Value:0x04
Constants.FV_DITAObjTypeAuto int
Value:0
Constants.FV_DITAObjTypeConref int
Value:1
Constants.FV_DITAObjTypeXref int
Value:2
Constants.FV_DITAObjTypeLink int
Value:3

281
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_DITAObjTypeTopicref int
Value:4
Constants.FV_DITAObjTypeTopicsetref int
Value:5
Constants.FV_DITAObjTypeMax int
Value:6
Constants.FF_DITAUpdateAllConrefs int
Value:0x01
Constants.FF_DITAUpdateAllXrefs int
Value:0x02
Constants.FF_DITAUpdateAllLinks int
Value:0x04
Constants.FF_DITAUpdateAllTopicrefs int
Value:0x08
Constants.FF_DITAUpdateAllTopicsetrefs int
Value:0x10
Constants.FF_DITAUpdateAllReferences int
Value:(0x01|0x02|0x04|0x08|0x10)
Constants.FP_FirstDITAConrefElementIn int
Doc Value:2861
Constants.FP_FirstDITAXrefElementInDo int
c Value:2862
Constants.FP_FirstDITALinkElementInDo int
c Value:2863
Constants.FP_FirstDITATopicrefElementIn int
Doc Value:2864
Constants.FP_FirstDITATopicsetrefEleme int
ntInDoc Value:2865
Constants.FP_NextDITAConrefElementIn int
Doc Value:2866
Constants.FP_NextDITAXrefElementInDo int
c Value:2867
Constants.FP_NextDITALinkElementInDo int
c Value:2868

282
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_NextDITATopicrefElementI int
nDoc Value:2869
Constants.FP_NextDITATopicsetrefEleme int
ntInDoc Value:2870
Constants.FV_DITA_TYPE_GENERAL int
Value:1
Constants.FV_DITA_TYPE_RELTABLE int
Value:2
Constants.FV_DITA_TYPE_KEYDEF int
Value:3
Constants.FV_DITA_TYPE_TOPICGROUP int
Value:4
Constants.FV_DITA_TYPE_TOPICHEAD int
Value:5
Constants.FV_DITA_TYPE_TOPICSETREF int
Value:6
Constants.FV_DITA_TYPE_TOPICSET int
Value:7
Constants.FV_DITA_TYPE_MAPREF int
Value:8
Constants.FV_DITA_TYPE_NAVREF int
Value:9
Constants.FV_DITA_TYPE_TITLE int
Value:10
Constants.FV_DITA_TYPE_TOPICREF int
Value:11
Constants.FV_DITA_TYPE_ANCHOR int
Value:12
Constants.FV_ENUMERATE_DITACOMP_ int
TOPICREF Value:1 << 1
Constants.FV_ENUMERATE_DITACOMP_ int
MAPREF Value:1 << 2
Constants.FV_ENUMERATE_DITACOMP_ int
TOPICSET Value:1 << 3

283
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_ENUMERATE_DITACOMP_ int
TOPICSETREF Value:1 << 4
Constants.FV_ENUMERATE_DITACOMP_ int
KEYDEF Value:1 << 5
Constants.FV_ENUMERATE_COMP_CHIL int
DMAP_COMPONENTS Value:1 << 6
Constants.FV_ENUMERATE_COMP_CHIL int
DBOOK_COMPONENTS Value:1 << 7
Constants.FV_ENUMERATE_BOOKCOMP int
_FOLDER Value:1 << 8
Constants.FV_ENUMERATE_BOOKCOMP int
_GROUP Value:1 << 9
Constants.FV_ENUMERATE_COMP_FOLD int
ER_COMPONENTS Value:1 << 10
Constants.FV_ENUMERATE_COMP_GRO int
UP_COMPONENTS Value:1 << 11
Constants.FV_ENUMERATE_COMPFILE_F int
MBINARY Value:1 << 12
Constants.FV_ENUMERATE_COMPFILE_F int
MMIF Value:1 << 13
Constants.FV_ENUMERATE_COMPFILE_B int
OOKBINARY Value:1 << 14
Constants.FV_ENUMERATE_COMPFILE_B int
OOKMIF Value:1 << 15
Constants.FV_ENUMERATE_COMPFILE_X int
ML Value:1 << 16
Constants.FMV_CMDSUPPORTED int
Value:-1
Constants.FF_UNTAGGED_ASK int
Value:0
Constants.FF_UNTAGGED_UNCOND int
Value:1
Constants.FF_UNTAGGED_DELETE int
Value:2

284
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FS_IteratorItemFieldBookId int
Value:1
Constants.FS_IteratorItemFieldDocId int
Value:2
Constants.FS_IteratorItemFieldObjId int
Value:3
Constants.FS_IteratorItemMaxFields int
Value:3
Constants.FS_IterParamParseBookInBoo int
k Value:1
Constants.FS_IterParamParseMapInBook int
Value:2
Constants.FS_IterParamSkipExcludedBoo int
kComponents Value:3
Constants.FS_IterParamGetBookCompon int
entFolder Value:4
Constants.FS_IterParamGetBookCompon int
entGroup Value:5
Constants.FS_IterParamGetBookCompon int
entRefBook Value:6
Constants.FS_IterParamGetBookCompon int
entRefMap Value:7
Constants.FS_IterParamParseMapInMap int
Value:8
Constants.FS_IterParamSkipResourceOnl int
yTopicrefs Value:9
Constants.FS_IterParamSkipNonPrintTop int
icrefs Value:10
Constants.FS_IterParamSkipTopicsetrefs int
Value:11
Constants.FS_IterParamGetMapRef int
Value:12
Constants.FS_NumIteratorParams int
Value:12

285
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_CMSOpNone int
Value:FV_CMSOpNone
Constants.FV_CMSOpItemUpdated int
Value:FV_CMSOpItemUpdated
Constants.FV_CMSOpDependentsUpdat int
ed Value:FV_CMSOpDependentsUpdated
Constants.FV_CMSOpDependentsDelete int
d Value:FV_CMSOpDependentsDeleted
Constants.FV_CMSOpItemDeleted int
Value:FV_CMSOpItemDeleted
Constants.FV_CMSOpChildAdded int
Value:FV_CMSOpChildAdded
Constants.FV_CMSOpRootUpdated int
Value:FV_CMSOpRootUpdated
Constants.FP_CMSItemProperty_Min int
Value:FP_CMSItemProperty_Min
Constants.FP_CMSItemProperty_ItemNa int
me Value:FP_CMSItemProperty_ItemName
Constants.FP_CMSItemProperty_ItemSe int
rverPath Value:FP_CMSItemProperty_ItemServerPath
Constants.FP_CMSItemProperty_ItemLo int
calPath Value:FP_CMSItemProperty_ItemLocalPath
Constants.FP_CMSItemProperty_ItemIsC int
heckedOut Value:FP_CMSItemProperty_ItemIsCheckedOut
Constants.FP_CMSItemProperty_ItemCh int
eckedOutByCurrentUser Value:FP_CMSItemProperty_ItemCheckedOutByCurrentU
ser
Constants.FP_CMSItemProperty_ItemIsC int
ontainer Value:FP_CMSItemProperty_ItemIsContainer
Constants.FP_CMSItemProperty_ItemTy int
pe Value:FP_CMSItemProperty_ItemType
Constants.FP_CMSItemProperty_ItemFil int
eType Value:FP_CMSItemProperty_ItemFileType

286
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FP_CMSItemProperty_ItemVe int
rsion Value:FP_CMSItemProperty_ItemVersion
Constants.FP_CMSItemProperty_Max int
Value:FP_CMSItemProperty_Max
Constants.FV_CMSItemTypeValue_Min int
Value:FV_CMSItemTypeValue_Min
Constants.FV_CMSItemTypeValue_Root int
Value:FV_CMSItemTypeValue_Root
Constants.FV_CMSItemTypeValue_Folde int
r Value:FV_CMSItemTypeValue_Folder
Constants.FV_CMSItemTypeValue_File int
Value:FV_CMSItemTypeValue_File
Constants.FV_CMSItemTypeValue_Gene int
ral Value:FV_CMSItemTypeValue_General
Constants.FV_CMSItemTypeValue_Max int
Value:FV_CMSItemTypeValue_Max
Constants.FV_CMSItemFileTypeValue_M int
in Value:FV_CMSItemFileTypeValue_Min
Constants.FV_CMSItemFileTypeValue_X int
ml Value:FV_CMSItemFileTypeValue_Xml
Constants.FV_CMSItemFileTypeValue_F int
mDoc Value:FV_CMSItemFileTypeValue_FmDoc
Constants.FV_CMSItemFileTypeValue_M int
if Value:FV_CMSItemFileTypeValue_Mif
Constants.FV_CMSItemFileTypeValue_Di int
taMap Value:FV_CMSItemFileTypeValue_DitaMap
Constants.FV_CMSItemFileTypeValue_Di int
taTopic Value:FV_CMSItemFileTypeValue_DitaTopic
Constants.FV_CMSItemFileTypeValue_F int
mBook Value:FV_CMSItemFileTypeValue_FmBook
Constants.FV_CMSItemFileTypeValue_Te int
xt Value:FV_CMSItemFileTypeValue_Text
Constants.FV_CMSItemFileTypeValue_I int
mg Value:FV_CMSItemFileTypeValue_Img

287
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_CMSItemFileTypeValue_G int
eneral Value:FV_CMSItemFileTypeValue_General
Constants.FV_CMSItemFileTypeValue_M int
ax Value:FV_CMSItemFileTypeValue_Max
Constants.FA_CMSCommandMin int
Value:FA_CMSCommandMin
Constants.FA_CMSCreateConnection int
Value:FA_CMSCreateConnection
Constants.FA_CMSSetRootObject int
Value:FA_CMSSetRootObject
Constants.FA_CMSCreateConnMgrUI int
Value:FA_CMSCreateConnMgrUI
Constants.FA_CMSGetItemFromPath int
Value:FA_CMSGetItemFromPath
Constants.FA_CMSCloseConnection int
Value:FA_CMSCloseConnection
Constants.FA_CMSGetCommandMaxOp int
Code Value:FA_CMSGetCommandMaxOpCode
Constants.FA_CMSGetPropertyMaxOpCo int
de Value:FA_CMSGetPropertyMaxOpCode
Constants.FA_CMSObjectCheckout int
Value:FA_CMSObjectCheckout
Constants.FA_CMSObjectCheckin int
Value:FA_CMSObjectCheckin
Constants.FA_CMSObjectCancelCheckou int
t Value:FA_CMSObjectCancelCheckout
Constants.FA_CMSObjectEdit int
Value:FA_CMSObjectEdit
Constants.FA_CMSObjectOpenReadOnly int
Value:FA_CMSObjectOpenReadOnly
Constants.FA_CMSObjectDelete int
Value:FA_CMSObjectDelete
Constants.FA_CMSObjectShowVersion int
Value:FA_CMSObjectShowVersion

288
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FA_CMSObjectShowDepende int
nts Value:FA_CMSObjectShowDependents
Constants.FA_CMSObjectShowPropertie int
s Value:FA_CMSObjectShowProperties
Constants.FA_CMSObjectShowCheckOut int
Files Value:FA_CMSObjectShowCheckOutFiles
Constants.FA_CMSObjectDownload int
Value:FA_CMSObjectDownload
Constants.FA_CMSObjectDownloadItem int
Value:FA_CMSObjectDownloadItem
Constants.FA_CMSObjectDownloadForO int
pen Value:FA_CMSObjectDownloadForOpen
Constants.FA_CMSObjectUploadFile int
Value:FA_CMSObjectUploadFile
Constants.FA_CMSObjectUploadFolder int
Value:FA_CMSObjectUploadFolder
Constants.FA_CMSObjectGetChildren int
Value:FA_CMSObjectGetChildren
Constants.FA_CMSObjectIsSame int
Value:FA_CMSObjectIsSame
Constants.FA_CMSObjectRefresh int
Value:FA_CMSObjectRefresh
Constants.FA_CMSSimpleSearch int
Value:FA_CMSSimpleSearch
Constants.FA_CMSAdvancedSearch int
Value:FA_CMSAdvancedSearch
Constants.FA_CMSGetItems int
Value:FA_CMSGetItems
Constants.FA_CMSBuildContextMenu int
Value:FA_CMSBuildContextMenu
Constants.FA_CMSIsValidCommand int
Value:FA_CMSIsValidCommand
Constants.FA_CMSCommandMax int
Value:FA_CMSCommandMax

289
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_CMSMenu_Min int
Value:FV_CMSMenu_Min
Constants.FV_CMSMenu_Is_Item int
Value:FV_CMSMenu_Is_Item
Constants.FV_CMSMenu_Is_Disabled int
Value:FV_CMSMenu_Is_Disabled
Constants.FV_CMSMenu_Is_Separator int
Value:FV_CMSMenu_Is_Separator
Constants.FV_CMSMenu_Is_SubMenu int
Value:FV_CMSMenu_Is_SubMenu
Constants.FV_CMSMenu_Max int
Value:FV_CMSMenu_Max
Constants.FV_CMSVersion_Min int
Value:FV_CMSVersion_Min
Constants.FV_CMSSameVersion int
Value:FV_CMSSameVersion
Constants.FV_CMSMinorVersion int
Value:FV_CMSMinorVersion
Constants.FV_CMSMajorVersion int
Value:FV_CMSMajorVersion
Constants.FV_CMSVersion_Max int
Value:FV_CMSVersion_Max
Constants.FV_CMSCheckoutUI_Id_Show int
Dependents Value:FV_CMSCheckoutUI_Id_ShowDependents
Constants.FV_CMSCheckinUI_Id_SameV int
ersion Value:FV_CMSCheckinUI_Id_SameVersion
Constants.FV_CMSCheckinUI_Id_MinorV int
ersion Value:FV_CMSCheckinUI_Id_MinorVersion
Constants.FV_CMSCheckinUI_Id_MajorV int
ersion Value:FV_CMSCheckinUI_Id_MajorVersion
Constants.FV_CMSCheckinUI_Id_Version int
Label Value:FV_CMSCheckinUI_Id_VersionLabel
Constants.FV_CMSCheckinUI_Id_Descrip int
tion Value:FV_CMSCheckinUI_Id_Description

290
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_CMSCheckinUI_Id_Checki int
nComment Value:FV_CMSCheckinUI_Id_CheckinComment
Constants.FV_CMSCheckinUI_Id_MakeT int
hisCurrentVersion Value:FV_CMSCheckinUI_Id_MakeThisCurrentVersion
Constants.FV_CMSDeleteUI_DeleteAllVe int
rsion Value:FV_CMSDeleteUI_DeleteAllVersion
Constants.FV_CMSDeleteUI_DeleteAllDe int
pendents Value:FV_CMSDeleteUI_DeleteAllDependents
Constants.FV_CMSCommandId_Min int
Value:FV_CMSCommandId_Min
Constants.FV_CMSCommandNameId int
Value:FV_CMSCommandNameId
Constants.FV_CMSCommandConnTypeId int
Value:FV_CMSCommandConnTypeId
Constants.FV_CMSCommandServerId int
Value:FV_CMSCommandServerId
Constants.FV_CMSCommandUserNameI int
d Value:FV_CMSCommandUserNameId
Constants.FV_CMSCommandPasswordId int
Value:FV_CMSCommandPasswordId
Constants.FV_CMSCommandUserField1 int
Value:FV_CMSCommandUserField1
Constants.FV_CMSCommandRepositoryI int
d Value:FV_CMSCommandRepositoryId
Constants.FV_CMSCommandUserField2 int
Value:FV_CMSCommandUserField2
Constants.FV_CMSCommandFilePathId int
Value:FV_CMSCommandFilePathId
Constants.FV_CMSCommandSearchStrin int
gId Value:FV_CMSCommandSearchStringId
Constants.FV_CMSCommandAdvancedS int
earchStringId Value:FV_CMSCommandAdvancedSearchStringId
Constants.FV_CMSCommandId int
Value:FV_CMSCommandId

291
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FV_CMSContextMenuId int
Value:FV_CMSContextMenuId
Constants.FV_CMSContextMenuString int
Value:FV_CMSContextMenuString
Constants.FV_CMSSilentOperation int
Value:FV_CMSSilentOperation
Constants.FV_CMSCommandCheckoutW int
ithDescendentId Value:FV_CMSCommandCheckoutWithDescendentId
Constants.FV_CMSCommandCheckinMa int
keCurrentVersionId Value:FV_CMSCommandCheckinMakeCurrentVersionId
Constants.FV_CMSCommandCheckinKee int
pLocalCopyId Value:FV_CMSCommandCheckinKeepLocalCopyId
Constants.FV_CMSCommandCheckinMin int
orVersionId Value:FV_CMSCommandCheckinMinorVersionId
Constants.FV_CMSCommandCheckinVer int
sionLabelId Value:FV_CMSCommandCheckinVersionLabelId
Constants.FV_CMSCommandCheckinDes int
criptionId Value:FV_CMSCommandCheckinDescriptionId
Constants.FV_CMSCommandCheckinCo int
mmentId Value:FV_CMSCommandCheckinCommentId
Constants.FV_CMSCommandDeleteAllVe int
rsionId Value:FV_CMSCommandDeleteAllVersionId
Constants.FV_CMSCommandDeleteAllDe int
pendentsId Value:FV_CMSCommandDeleteAllDependentsId
Constants.FV_CMSCommandOpenRead int
OnlyId Value:FV_CMSCommandOpenReadOnlyId
Constants.FV_CMSCommandSilentOpenI int
d Value:FV_CMSCommandSilentOpenId
Constants.FV_CMSCommandId_Max int
Value:FV_CMSCommandId_Max
Constants.FE_CMSNameAlreadyRegister int
ed Value:-112
Constants.FE_CMSBadSessionId int
Value:-113

292
CONSTANTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FE_CMSBadObjectId int
Value:-114
Constants.FE_CMSSessionFailed int
Value:-115
Constants.FE_CMSBadCommandId int
Value:-116
Constants.FE_CMSObjectCreationFailed int
Value:-117
Constants.FE_CMSRootObjectExists int
Value:-118
Constants.FE_CMSBadItemFileType int
Value:-119
Constants.FE_CMSBadItemType int
Value:-120
Constants.FE_CMSBadItemContainerTyp int
e Value:-121
Constants.FE_CMSSessionCreationFailed int
Value:-122
Constants.FE_CMSIsValidCMSCommand int
Value:-123
Constants.FE_CMSFailedLogin int
Value:-150
Constants.FE_CMSFailedCheckout int
Value:-151
Constants.FE_CMSFailedCheckin int
Value:-152
Constants.FE_CMSFailedCancelCheckout int
Value:-153
Constants.FE_CMSFailedDelete int
Value:-154
Constants.FE_CMSFailedOpenFile int
Value:-155
Constants.FE_CMSFailedUploadObject int
Value:-156

293
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

Constants.FE_CMSFailedDownloadObjec int
t Value:-157
Constants.FE_CMSFailedGetItemFrompa int
th Value:-158
Constants.FE_CMSFailedLogout int
Value:-159

Doc

Property name Data Type Description

BannerTextDisplay Bool Specifies whether banner text should be


displayed in a document. Here is an example
of usage:
F_ApiGetInt(FV_SessionId,F_ObjH
andleT
docId,FP_BannerTextDisplay);F_A
piSetInt(FV_SessionId,
F_ObjHandleT
docId,FP_BannerTextDisplay,True
/False);
CurrentPage FMObject Denotes the current page [Body page, Master
page or Reference page] in the document.
FirstBodyPageInDoc BodyPage Denotes the first body page in the document.
FirstCharFmtInDoc CharFmt Indicates the first character tag in the list of
the document's character tags.
FirstColorInDoc Color Specifies the first color in the list of
document's colors.
FirstCombinedFontDefnInDoc CombinedF Specifies the first combined font definition in
ontDefn the list of the document's combined font
definitions.
FirstCondFmtInDoc CondFmt Indicates the first condition tag in the list of
the document's condition tags.
FirstDITAConrefElementInDoc string Gets the first Conref element in the
document

294
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

FirstDITALinkElementInDoc string Gets the first Conref element in the


document
FirstDITATopicrefElementInDoc string Gets the first Topicref element in the
document
FirstDITATopicsetrefElementInDoc string Gets the first Topicref element in the
document
FirstDITAXrefElementInDoc string Gets the first cross reference element in the
document
FirstFlowInDoc Flow Denotes the first flow in the list of the
document's flows.
FirstFnInDoc Fn Specifies the first footnote in the list of the
document's footnotes.
FirstGraphicInDoc FMObject Indicates the first graphic object in the list of
the document's graphic objects.
FirstMarkerInDoc Marker Denotes the first marker in the list of the
document's markers.
FirstMarkerTypeInDoc MarkerTyp Specifies the first marker type in the list of
e the document's marker types.
FirstMasterPageInDoc MasterPag Denotes the first master page in the
e document.
FirstPgfFmtInDoc PgfFmt Indicates the first paragraph tag in the list of
the document's paragraph tags.
FirstPgfInDoc Pgf Specifies the first paragraph in the list of the
document's paragraphs.
FirstRefPageInDoc RefPage Denotes the first reference page in the
document.
FirstRubiInDoc Rubi Specifies the first rubi composite in the list of
the document's rubi composites.
FirstRulingFmtInDoc RulingFmt Indicates the first ruling format in the list of
the document's ruling formats.
FirstSelectedTiInDoc FMObject Specifies the first selected text inset
[(FO_TiApiClient, FO_TiText, FO_TiTextTable,
or FO_TiFlow ID)]in the list of selected text
insets in the document.

295
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

FirstSelectedGraphicInDoc FMObject Denotes the first selected graphic object


[FO_Graphic ID] in the list of selected graphic
objects in the document.
SelectedTbl Tbl Denotes the table [FO_Tbl ID] containing the
selected table cells.
FirstTblFmtInDoc TblFmt Denotes the first table format [FO_TblFmt ID]
in the list of the document's table formats.
FirstTblInDoc Tbl Denotes the first table [FO_Tbl ID] in the list
of the document's tables.
FirstTiInDoc FMObject Denotes the first text inset [FO_TiApiClient,
FO_TiText, FO_TiTextTable, or FO_TiFlow ID]
in the list of the document's text insets.
FirstVarFmtInDoc VarFmt Specifies the first variable format
[FO_VarFmt ID] in the list of the document's
variable formats.
FirstVarInDoc Var Indicates the first variable [FO_Var ID] in the
list of the document's variables.
FirstXRefFmtInDoc XRefFmt Denotes the first cross-reference format
[FO_XRefFmtID] in the list of the document's
cross reference formats.
FirstXRefInDoc XRef Specifies the first cross-reference [FO_XRef
ID] in the list of the document's
cross-references.
HiddenPage HiddenPag Denotes a hidden page [FO_HiddenPage ID]
e in the document.
KeyCatalog BodyPage Indicates the last body page [FO_BodyPage
ID] in the document.
LastBodyPageInDoc BodyPage Indicates the last body page [FO_BodyPage
ID] in the document.
LastMasterPageInDoc MasterPag Indicates the last master page
e [FO_MasterPage ID] in the document.
LastRefPageInDoc RefPage Specifies the last reference page
[FO_RefPage ID] in the document.
LeftMasterPage MasterPag Denotes the left master page
e [FO_MasterPage ID] in the document.

296
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

MainFlowInDoc Flow Specifies the main flow [FO_Flow ID] in the


document.
MarkerTypeNames Strings Indicates the list of marker type names.
NextOpenDocInSession Doc Denotes the next open document [(FO_Doc
ID] in the list of open documents in the
session.
RightMasterPage MasterPag Denotes the right master page
e [FO_MasterPage ID] in the document.
AcrobatBookmarkDisplayTags int Set to 1 if Include Paragraph Tags in
Bookmark Text is on (the paragraph tag is
added before the paragraph text in each
bookmark); 0, otherwise.
Direction int Set or get the direction of the document.
Possible values:
• Constants.FV_DIR_Inherit -
Inherit the direction of the parent
Constants.FV_DIR_LTR -
Left-to-right
FV_DIR_RTL - Right-to-left
ResolvedDirection int Get the inherited direction of the document.
Possible values:
• Constants.FV_DIR_LTR -
Left-to-right
FV_DIR_RTL - Right-to-left
AsianComposer bool Whether the document will use the Asian
Composer layout engine.
DocAcrobatColumnArticleThreads int Set to 1 if you want separate article threads
for each column; 0 if you want separate
article threads for each text frame.
The DocPDFNoArticleThread property
must be set to False, if the
DocAcrobatColumnArticleThreads property
is set to True.
DocAcrobatDefaultsChanged int Set to 1 if the default heuristics for
determining the paragraph level are
disabled; 0 otherwise.

297
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

DocAcrobatElementList Strings Denotes the list of the element tags and


context labels to include in bookmarks. The
DocPDFElementList property applies only to
structured FrameMaker documents.
DocAcrobatElements int Set to 1 if elements rather than paragraphs
are used for bookmarks; set to 0 otherwise.
The DocPDFElements property applies only
to structured FrameMaker documents.
DocAcrobatNoArticleThreads int Set to 1 if you do not want article threads in
the resulting PDF; set to 0 otherwise.
GenerateAcrobatInfo int Set to 1 if Generate Adobe Acrobat Data is
on. To generate PDF data, you must set the
other document print properties as follows:
• PrintToFile - True
PrintThumbnails - False
PrintSeps - False
PrintBlankPages - True
PrintLastSheetFirst - False
PrintNumCopies - 1
PrintOddPages - True
PrintEvenPages - True
PrintScale - 100%
PDFAllNamedDestinations int Set to 1 to create named destinations for all
paragraphs and elements in the PDF file
generated from this document.
PDFBookmark bool Set to True if FrameMaker is to generate
bookmarks when saving as PDF; set to False
otherwise.

298
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

PDFBookmarksOpenLevel int Denote the level of bookmarks to have


expanded when Acrobat opens the
generated PDF document. The value can be
any integer, or one of the following defined
values:
• Constants.FV_PDFBookmarksOpenDefault-
Level (-1)
Constants.FV_PDFBookmarksOpenAll-
Levels (-2)
Constant.FV_PDFBookmarksOpenNon-
eLevel (-3)
If you specify an integer greater than the
number of levels in the Bookmarks Settings,
Constants.FV_PDFBookmarksOpenAl
lLevels (-1) takes effect.
PDFConvertCMYKtoRGB int When 1, the PDFConvertCMYKtoRGB setting
corresponds with setting Convert CMYK
colors to RGB in the Save As PDF dialog box.
PDFDestsMarked int Set to 1 if the document has paragraphs or
elements marked via the MarkedForNamed
Destination property.
One of two things must happen in order for
the PDFDestsMarked property to be True:
1) The document must be created in
version 6.0 or later; the document must
be opened in version 6.0 or later
The PDF FileSize Optimization client
must be run over it to mark all para-
graphs or elements that are targets of
hypertext links.
Normally, your client should not set this
value.
PDFDistillerAbsent int A value of 1 indicates that Acrobat Distiller is
not available. Any other value indicates that
Acrobat Distiller is available.

299
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

PDFDocInfo Strings Contains a list of strings expressing values to


be set in the PDF Document Info dictionary
when you save the book as PDF.
Each dictionary entry is expressed as a pair of
strings; the first string expresses the field
name, and the second string expresses the
field value.
PDFEndPage string Indicates then last page of the printing page
range, in the FrameMaker numbering style.
PDFJobOption string Denotes the name of the Distiller Job Option.
If the specified name does not exist in the
Distiller Job Options list, then the first
Distiller Job Option in the list is used.
PDFJobOptionsAbsent int A value of 1 indicates that PDF Job Options
are not available.
PDFOpenPage string Denote the PDF page number, in the
FrameMaker numbering style, at which
Acrobat opens the generated PDF document.
PDFPageHeight int Indicates the page height for the generated
PDF.
PDFPageWidth int Indicates the page width for the generated
PDF.
PDFPrintPageRange int Set to 1 to generate PDF for the specified
page range; if set to 0, FrameMaker
generates PDF for the entire document or
book.
PDFRegistrationMarks int Specifies the registration marks for the
generated PDF. May be one of:
• Constants.FV_PDFRegistrationMarks-
None(0)
Constants.FV_PDFRegistrationMark-
sWestern (1)
Constants.FV_PDFRegistrationMark-
sTombo (2)
PDFSeparateFiles int Set to 1, if a separate PDF file should be
generated for each document in a book. This
property can be set for single document, but
is ignored in that case.

300
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

PDFStartPage string Denotes the first page of the printing page


range, in the FrameMaker numbering style.
PDFStructure int Set to 1 to generate tagged or structured
PDF.
PDFZoomFactor int When the PDFZoomType property is set to
Constants.FV_PDFZoomNone (0), the
PDFZoomFactor property denotes the
zoom percentage of the PDF document
(metric 25% to 1600%).
If the value of this property is negative or
zero, Constants.FV_PDFZoomDefault (1)
takes effect.
PDFZoomType int Indicates the PDF zoom setting with which
Acrobat opens the generated PDF document.
The value can be one of:
• Constants.FV_PDFZoomDefault (1)
Constants.FV_PDFZoomPage (2)
Constants.FV_PDFZoomWidth (3)
Constants.FV_PDFZoomHeight (4)
Constants.FV_PDFZoomNone (0)
If a different value is specified,
Constants.FV_PDFZoomDefault (1)
takes effect.
ChapNumComputeMethod int Denotes the component document's chapter
numbering type. The possible value is one of:
• Constants.FV_NUM_CONTINUE (0x01):
Continue the numbering from the
previous chapter.
Constants.FV_NUM_RESTART (0x02):
Use the value specified for the Chapter-
Number property.
Constants.FV_NUM_SAME (0x03): Use
the same chapter number as for the pre-
vious file.
Constants.FV_NUM_READ_FROM_FILE
(0x00): Use the numbering properties
from the document associated with this
book component.

301
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ChapterNumber int Use the value of the


ChapterNumberproperty as the chapter
number, if the ChapNumComputeMethod
property is set to
Constants.FV_NUM_RESTART (0x02).
ChapterNumStyle int The numbering style. The possible value is
one of:
• Constants.FV_NUMSTYLE_NUMERIC
(0x00): Arabic.
Constants.FV_NUMSTYLE_ROMAN_UC
(0x01): Roman, uppercase.
Constants.FV_NUMSTYLE_ROMAN_LC
(0x02): Roman,lowercase.
Constants.FV_NUMSTYLE_ALPHA_UC
(0x03): Alphabetic, uppercase.
Constants.FV_NUMSTYLE_ALPHA_LC
(0x04): Alphabetic, lowercase.
Constants.FV_NUMSTYLE_KANJI
(0x05): Kanji.
Constants.FV_NUMSTYLE_ZENKAKU
(0x06): Zenkaku.
Constants.FV_NUMSTYLE_ZENKA-
KU_UC (0x07): Zenkaku, uppercase.
Constants.FV_NUMSTYLE_ZENKA-
KU_LC (0x08): Zenkaku, lowercase.
Constants.FV_NUMSTYLE_KANJI_KAZU
(0x09): Kazu.
Constants.FV_NUMSTYLE_DAIJI (0x0a):
Daiji.
Constants.FV_NUMSTYLE_TEXT (0x0b):
Text.
ChapterNumText string If the ChapNumStyle property is set to
Constants.FV_NUMSTYLE_TEXT
(0x0b), use the value of the
ChapterNumText property as the chapter
number.
Dictionary Strings List of words to accept when spell- checking
the document.

302
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

DocIsModified int Set to 1 if the document has been modified.


While this property is read-only, you can
modify a document without setting this
property to True by setting the Untouchable
property to True for the document before
your client modifies it. Otherwise, set to 0.
DocIsViewOnly int Set to 1 if the document is View Only, else set
to 0.
DocOpenType int Denotes the type of document opened. The
possible values are:
• Constants.FV_DOC_TYPE_BINARY
(0x01): Frame binary document
Constants.FV_DOC_TYPE_TEXT (0x02):
ASCII text document
Constants.FV_DOC_TYPE_MIF (0x03):
MIF document
Constants.FV_DOC_TYPE_FILTER (0x04)
: A filtered document.
DocSaveType int Denotes the type of document saved. The
possible values are:
• Constants.FV_DOC_TYPE_BINARY
(0x01): Frame binary document
Constants.FV_DOC_TYPE_TEXT (0x02):
ASCII text document
Constants.FV_DOC_TYPE_MIF (0x03):
MIF document
Constants.FV_DOC_TYPE_FILTER (0x04)
: A filtered document.
DontUpdateTextInsets int Set to 1 if FrameMaker is not to
automatically update text insets when it
opens the document.
DontUpdateXRefs int Set to 1 if FrameMaker is not to
automatically update cross-references when
it opens or prints the document.

303
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

FormatOverride int Specifies whether there are format overrides


at the current insertion point.
If the insertion point is in a text range that
has a character format applied to it, the
FormatOverride property is True if (and only
if) the text formatting at the insertion point
overrides the character format.
If the insertion point is in a text range that
does not have a character format applied to
it, the FormatOverride property is True if
(and only if) the paragraph containing the
insertion point has formatting that overrides
the Paragraph Catalog format.
IsOnScreen int Returns 1 if the document is visible on the
screen, otherwise returns 0.
LineNumDistance Metric Sets the line number display width, that is,
the space in which the line numbers are
displayed.
LineNumRestart int If set, restarts line number display on each
page.
LineNumShow int If set, enables the line number display.
Name string Denotes the filename of the document.
PageNumComputeMethod int Denotes the component document's page
numbering type. The possible value is one of:
• Constants.FV_NUM_CONTINUE (0x01):
Continue the numbering from the
previous file.
Constants.FV_NUM_RESTART (0x02):
Restart numbering at the value speci-
fied by the FirstPageNum property.
PgfNumComputeMethod int Denotes the document's paragraph
numbering type. The possible value is one of:
• Constants.FV_NUM_CONTINUE (0x01):
Continue the numbering from the
previous file.
Constants.FV_NUM_RESTART (0x02):
Restart the numbering at 1.

304
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

SpecifiedKeyCatalog F_ObjHand Key Catalog specified for using for the


leT document.
StatusLine string Indicates the string that appears in the
document status bar.
NOTE: This property always returns an empty
string when queried; it is effectively
write-only.
If you set the StatusLine property to a string
other than an empty string (""), the string
will remain in the status bar until you reset it.
To reset the StatusLine property and
enable FrameMaker to automatically update
the status line with normal status
information, set it to an empty string ("").
TextSelection TextRange Specifies the currently selected text range or
insertion point in the document.
Untouchable int Set to 0 by default. Setting this to 1 allows
your client to modify a document without
setting the DocIsModified property to
True.
VolNumComputeMethod int Denotes the document's volume numbering
type. The value is one of:
• Constants.FV_NUM_CONTINUE (0x01):
Continue the numbering from the
previous volume.
Constants.FV_NUM_RESTART (0x02):
Use the value specified for the Volu-
meNumber property.
Constants.FV_NUM_SAME (0x03): Use
the same volume number as for the pre-
vious file
VolumeNumber int Use the value of the VolumeNumber
property as the volume number, if the
VolNumComputeMethod property is set to
Constants.FV_NUM_RESTART (0x02).

305
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

VolumeNumStyle int Denotes the volume numbering style. The


value is one of:
• Constants.FV_NUMSTYLE_NUMERIC
(0x00): Arabic
Constants.FV_NUMSTYLE_ROMAN_UC
(0x01): Roman numerals, uppercase.
Constants.FV_NUMSTYLE_ROMAN_LC
(0x02): Roman numerals,lowercase.
Constants.FV_NUMSTYLE_ALPHA_UC
(0x03): Alphabetic, uppercase.
Constants.FV_NUMSTYLE_ALPHA_LC
(0x04): Alphabetic, lowercase.
Constants.FV_NUMSTYLE_KANJI
(0x05): Kanji
Constants.FV_NUMSTYLE_ZENKAKU
(0x06): Zenkaku
Constants.FV_NUMSTYLE_ZENKA-
KU_UC (0x07): Zenkaku, uppercase.
Constants.FV_NUMSTYLE_ZENKA-
KU_LC (0x08): Zenkaku, lowercase.
Constants.FV_NUMSTYLE_KANJI_KAZU
(0x09): Kazu
Constants.FV_NUMSTYLE_DAIJI (0x0a):
Daiji
Constants.FV_NUMSTYLE_TEXT (0x0b):
Text
VolumeNumText string Use the value of the VolumeNumText
property, if the VolNumStyle property is
set toConstants.FV_NUMSTYLE_TEXT
(0x0b).
AutoChangeBars int Returns 1 if Automatic Change Bars are
enabled in the document.
ChangeBarColor Color Indicates the spot color (FO_Color ID).
ChangeBarDistance int Denotes the distance between change bar
and text column.

306
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ChangeBarPosition int Denotes the position of the change bars. The


value is one of:
• Constants.FV_CB_COL_LEFT (0x00):
Left of Column
Constants.FV_CB_COL_RIGHT (0x01):
Right of Column
Constants.FV_CB_COL_NEAREST
(0x02): Side nearest to Page Edge
Constants.FV_CB_COL_FURTHEST
(0x03): Side farthest from Page Edge
ChangeBarThickness int Denotes the width of the change bars.
ShowAll int Set to 1 to display all document conditions,
else set to 0.
ShowCondIndicators int Set to 1 to display all condition indicators
(Format Overrides). Else, set to 0.
EqnIntegralSizeLarge int Indicates the point size of integral symbol in
large equations (2 pt to 400 pt).
EqnIntegralSizeMed int Indicates the point size of integral symbol in
medium equations (2 pt to 400 pt).
EqnIntegralSizeSmall int Indicates the point size of integral symbol in
small equations (2 pt to 400 pt).
EqnLevel1SizeLarge int Indicates the point size of level 1 expressions
in large equations (2 pt to 400 pt).
EqnLevel1SizeMed int Indicates the point size of level 1 expressions
in medium equations (2 pt to 400 pt).
EqnLevel1SizeSmall int Indicates the point size of level 1 expressions
in small equations (2 pt to 400 pt).
EqnLevel2SizeLarge int Indicates the point size of level 2 expressions
in large equations (2 pt to 400 pt).
EqnLevel2SizeMed int Indicates the point size of level 2 expressions
in medium equations (2 pt to 400 pt).
EqnLevel2SizeSmall int Indicates the point size of level 2 expressions
in small equations (2 pt to 400 pt).
EqnLevel3SizeLarge int Indicates the point size of level 3 expressions
in large equations (2 pt to 400 pt).

307
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

EqnLevel3SizeMed int Indicates the point size of level 3 expressions


in medium equations (2 pt to 400 pt).
EqnLevel3SizeSmall int Indicates the point size of level 3 expressions
in small equations (2 pt to 400 pt).
EqnSigmaSizeLarge int Indicates the point size of the sigma symbol
in large equations (2 pt to 400 pt).
EqnSigmaSizeMed int Indicates the point size of the sigma symbol
in medium equations (2 pt to 400 pt).
EqnSigmaSizeSmall int Indicates the point size of the sigma symbol
in small equations (2 pt to 400 pt).
Functions string Denotes the character format tag of the
equation font to apply to Math Functions.
Numbers string Denotes the character format tag of the
equation font to apply to Math Numbers.
Strings string Denotes the character format tag of the
equation font to apply to Math Strings.
Symbols string Denotes the character format tag of the
equation font to apply to Math Symbols.
SymbolsList Strings List of math symbol fonts used in the
Equation Fonts dialog box.
Variables string List of math symbol fonts used in the
Equation Fonts dialog box.
HypertextDoValidate bool Set to 1 if the next hypertext string sent to
theHypertextCommandText property is
to be validated.
HypertextCommandText string Denotes the hypertext command to parse.
Setting this value executes the parser. If the
HypertextDoValidate property is True,
the command is parsed and validated.

308
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

HypertextParseErr int Contains a non-zero value if there is a parser


error.
This property is set to one of the following
values if there is a parser error:
• Constants.FV_HypertextSyntaxOK (0) -
No parse errors.
Constants.FV_HypertextEmptyCom-
mand (1) - Hypertext string is empty.
Constants.FV_HypertextUnrecognized-
Command (2) - Cannot map the first
keyword to an existing Hypertext-
ParsedCmdCode value.
Constants.FV_HypertextMissingArgu-
ments (3) - One or more arguments re-
quired for the command is missing.
Constants.FV_HypertextExtraArgu-
ments (4) - More than the required num-
ber of arguments for the command;
extra arguments were ignored.
Constants.FV_HypertextBadSyntax-
PathSpec (10) - File reference expected
for this command, but no valid filepath
found.
Constants.FV_HypertextUnanchored-
PartialPath (11) - File reference is rela-
tive to the current document, but the
current document has not been saved;
file location could not be calculated.
Constants.FV_HypertextHelpDirNot-
Found (20) - Default help directory ei-
ther does not exist (help was not
installed) or cannot be found.
Constants.FV_HypertextExpec-
tedANumberParam (30) - Command ex-
pected a number but got text; check the
value of the
HypertextParseBadParam param-
eter.

309
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

HypertextValidateErr int Set to a non-zero value if the


HypertextDoValidate property is set to
True and there is a validation error.
The HypertextValidateErr property is
set to one of the following values if there is a
validation error:
• Constants.FV_HypertextValid (0) - No
validation errors
Constants.FV_HypertextUsesDefault-
Text (200) - Default text was found as an
argument; are you sure the default text
is what you want?
Constants.FV_HypertextFileNotRegular
(210) - The referenced file could not be
found, or is not a regular file; for exam-
ple, it could be a directory name.
Constants.FV_HypertextFileNotMaker-
Doc (211) - The referenced file is not cre-
ated by FrameMaker.
Constants.FV_HypertextCantOpenDest-
File (212) - Cannot open the file; perhaps
you do not have permission, or the file is
locked.
Constants.FV_HypertextDestinationLin-
kNotFound (220) - The referenced file is
valid, but cannot find the named link
within it.
Constants.FV_HypertextPageNameNot-
Found (230) - The referenced file is valid,
but the specified page is not found.
Constants.FV_HypertextUnrecognized-
ObjectType (240) - The referenced file is
valid, but the link is to an object with an
unrecognized object type.
Constants.FV_HypertextObjectIDNot-
Found (241) - The file is a link to an ob-
ject, but cannot find the linked object.
Constants.FV_HypertextBadMatrixSize
(250) - One or both of the matrix dimen-
sions are illegal; The values must be be-
tween 1 and 99.

310
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

• Constants.FV_HypertextMatrixCommandIn-
valid (251)- One of the commands in the
reference page flow for a matrix
command has a parse or validation
error.
Constants.FV_HypertextFlowMissing-
Lines (252) - The reference flow for a
matrix or popup command is missing
one or more lines.
Constants.FV_HypertextNoNamedFlow
(260) - Cannot find the named reference
flow for a matrix or popup command.
Constants.FV_HypertextRecursiveFlow
(261) - The reference flow for a matrix or
popup command contains nested popup
or matrix commands that name a par-
ent reference flow.
Constants.FV_HypertextMissingPopup-
Marker (270) - At least one entry in the
popup command's reference flow has
no hypertext marker in it.
Constants.FV_HypertextMissingPop-
upLabelItem (271) - One entry in the
popup command's reference flow has
no text in it.
Constants.FV_HypertextEmptyLineIn-
MiddleOfPopup (272) - One entry in the
popup command's reference flow has
no text in it.
Constants.FV_HypertextCommandIlle-
galWithinPopup (273) - Invalid com-
mand in the popup command's
reference flow; for example, matrix or
newlink.
Constants.FV_HypertextFcodeInvalid
(280)- Invalid FCode in the hypertext
command.
HypertextParseBadParam int Denotes the index into the string list
contained in the HypertextParsedArgs
property, in case of a parser error.

311
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

HypertextParseErrMsg string Denotes the message that FrameMaker


generates for a parser error.

312
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

HypertextParsedCmdCode int Denotes the FrameMaker hypertext


command in the HypertextCommandText
property, as determined by the parser.
The possible value for the
HypertextParsedCmdCode property is one of:
• Constants.FV_CmdError (1) -Parser is in
an error state
Constants.FV_CmdUnknown (2) - Un-
known command
Constants.FV_CmdNoop (3) - Command
causes no event.
Constants.FV_CmdAlert (8) - alert
command
Constants.FV_CmdAlertTitle (9) -
alerttitle command
Constants.FV_CmdExit (10) - exit com-
mand
Constants.FV_CmdGoToLink (11) -
gotolink command
Constants.FV_CmdGoToLinkFitWin (12)
- gotolinkfitwin command
Constants.FV_CmdGoToNew (13) -
gotonew command
Constants.FV_CmdGoToPage (14) -
gotopage command
Constants.FV_CmdGoToObjectId (15) -
gotoObjectId command
Constants.FV_CmdGoToObjectIdFitWin
(16) - gotoObjectIdfitwin com-
mand
Constants.FV_CmdMatrix (17) -
matrix command
Constants.FV_CmdMessage (18) -
message command
Constants.FV_CmdNewLink (19) -
newlink command
Constants.FV_CmdNextPage (20) -
nextpage command
Constants.FV_CmdPreviousPage (21) -
previouspage command

313
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

• Constants.FV_CmdOpenLink (22) -
openlink command
Constants.FV_CmdOpenLinkFitWin (23)
- openlinkfitwin command
Constants.FV_CmdOpenNew (24) -
opennew command
Constants.FV_CmdOpenObjectId (25) -
openObjectId command
Constants.FV_CmdOpenObjectIdFitWin
(26) - openObjectIdfitwin com-
mand
Constants.FV_CmdOpenPage (27) -
openpage command
Constants.FV_CmdPopup (28) - popup
command
Constants.FV_CmdPreviousLink (29) -
previouslink command
Constants.FV_CmdPreviousLinkFitWin
(30) - previouslinkfitwin com-
mand
Constants.FV_CmdQuit (31) - quit
command
Constants.FV_CmdQuitAll (32) -
quitall command

314
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

HypertextParsedCmdDest int Denotes the destination type for link


commands in the HypertextCommandText
property, as determined by the parser.
The possible value for the
HypertextParsedCmdDest property is
one of:
• Constants.FV_DestNowhere (0) - No
destination found
Constants.FV_DestMarkerNewLink (1) -
Destination is a newlink
Constants.FV_DestFirstPage (2) - Desti-
nation is the first page of a file
Constants.FV_DestLastPage (3) - Desti-
nation is the last page of a file
Constants.FV_DestPageNum (4) - Desti-
nation is a named page (usually a page
number)
Constants.FV_DestFluidFlow (5) - Desti-
nation is to a fluid flow document
Constants.FV_DestMarker (6) - Destina-
tion is a marker
Constants.FV_DestObjectId (7) - Desti-
nation is an object ID (usually for gener-
ated hypertext commands)
Constants.FV_DestXRef (8) - Destination
is a cross-reference

315
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

HypertextParsedCmdDestObjType int Denotes the type of the object in the target


document, for links to objects.
The possible value is one of:
• Constants.FV_ObjectUnknown (0) -
Unknown or invalid object
Constants.FV_ObjectMarker (1) - Object
is a marker
Constants.FV_ObjectPgf (2) - Object is a
paragraph
Constants.FV_ObjectXref (3) - Object is
a cross-reference
Constants.FV_ObjectGraphic (4) - Ob-
ject is a graphic
Constants.FV_ObjectElement (5) - Ob-
ject is an element
Constants.FV_ObjectTextInset (6) - Ob-
ject is a text inset
Constants.FV_ObjectDataLink (7) - Ob-
ject is subscribed data
HypertextParsedCmdDestObjID int Denotes the object in the target document
for links to objects.
HypertextParsedCmdMatrixRows int Denotes the number of rows in the matrix, if
the value of the
HypertextParsedCmdCode property is
set to Constants.FV_CmdMatrix (17)
HypertextParsedCmdMatrixColumns int Denotes the number of columns in the
matrix, if the value of the
HypertextParsedCmdCode property is
set to Constants.FV_CmdMatrix (17)
HypertextParsedLinkName string Indicates either the value of a newlink
command, or a keyword such as FirstPage or
LastPage, for links to new targets.
HypertextParsedPageName string Denotes the pagenumber, for links to pages.
HypertextParsedFlowName string Denotes the name of the flow (on a
reference page) that contains the popup or
matrix list of commands, for popup and
matrix commands.

316
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

HypertextParsedClientName string Indicates the name of the API client to


receive the message, for message
commands.
HypertextParsedTitle string Indicates the specified title for the alert box,
if the value of the
HypertextParsedCmdCode property is
set to Constants.FV_CmdAlertTitle (9)
HypertextParsedMessage string Denotes the specified message for the
hypertext command, if the value of the
HypertextParsedCmdCode command is
set to Constants.FV_CmdAlert (8),
Constants.FV_CmdAlertTitle (9) or
Constants.FV_CmdMessage (18).
HypertextParsedDIFileName string Denotes the absolute path to the target file,
expressed in platform independent syntax,
for links to external files.
MenuBar Menu Denotes the identifier of the document's
menu bar (FO_Menu ID).
ViewOnlyMenuBar Menu Denotes the identifier of the document's
menu bar when the document is locked
(FO_Menu ID).
FnCustNumString string Specifies the characters for custom
document footnote numbers.
FnFirstNum int Indicates the first document footnote
number.
FnFmt string Indicates the footnote paragraph tag.
FnHeightPerCol int Denotes the maximum height allowed for
document footnotes. The permissible range
of values is 36 points to 32767 points.
FnInstancePosition int Specifies the placement of the footnote
number in the footnote. The value is one of:
• Constants.FV_FN_POS_SUPER (0x00) -
Superscript
Constants.FV_FN_POS_BASELINE
(0x01) - Baseline
Constants.FV_FN_POS_SUB (0x02) -
Subscript

317
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

FnInstancePrefix string Indicates the prefix to appear before the


document footnote number in the footnote.
FnInstanceSuffix string Indicates the suffix to appear after the
document footnote number in the footnote.
FnNumComputeMethod int The document's footnote numbering type.
The value is one of:
• Constants.FV_NUM_CONTINUE (0x01) -
Continue the numbering from the
previous file.
Constants.FV_NUM_RESTART (0x02) -
Restart numbering at the value speci-
fied by the associated FO_Doc object's
FnFirstNum property.
Constants.FV_NUM_PERPAGE (0x03) -
Restart numbering on each page.

318
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

FnNumStyle int Indicates the document footnote numbering


style. The value is one of:
• Constants.FV_FN_NUM_NUMERIC
(0x00) - Arabic
Constants.FV_FN_NUM_ROMAN_UC
(0x01) - Roman uppercase
Constants.FV_FN_NUM_ROMAN_LC
(0x02) - Roman lowercase
Constants.FV_FN_NUM_ALPHA_UC
(0x03) - Alphabetic uppercase
Constants.FV_FN_NUM_ALPHA_LC
(0x04) - Alphabetic lowercase
Constants.FV_FN_NUM_KANJI (0x06) -
Kanji characters
Constants.FV_FN_NUM_ZENKAKU
(0x07) - Zenkaku
Constants.FV_FN_NUM_ZENKAKU_UC
(0x08) - Zenkaku uppercase
Constants.FV_FN_NUM_ZENKAKU_LC
(0x09) - Zenkaku lowercase
Constants.FV_FN_NUM_KANJI_KAZU
(0x0A) - Kazu
Constants.FV_FN_NUM_DAIJI (0x0B) -
Daiji
Constants.FV_FN_NUM_CUSTOM
(0x05) - Custom numbering
FnRefPosition int Specifies the placement of the footnote
reference in the footnote. The value is one
of:
• Constants.FV_FN_POS_SUPER (0x00) -
Superscript
Constants.FV_FN_POS_BASELINE
(0x01) - Baseline
Constants.FV_FN_POS_SUB (0x02) -
Subscript
FnRefPrefix string Indicates the prefix to appear before the
number in the document text.

319
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

FnRefSuffix string Indicates the suffix to appear after the


number in the document text.
BottomMargin int Indicates the bottom page margin.
ColGap int Denotes the size of the gap between text
columns
DocIsDoubleSided int Set to 1 if the layout of the document is a 2
sided page; 0 otherwise.
FirstPageNum int Indicates the page number of the first page.
FirstPageVerso int Set to 1 for right first page; 0 for left first
page.
LeftMargin int Denotes the left page margin.
NumCols int Indicates the number of columns on the
page.
PageHeight int Specifies the height of the document's pages.
NOTE: Setting this property, automatically sets
the page height for all the body pages of the
document.

320
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

PageNumStyle int Denotes the page numbering style. The value


is one of:
• Constants.FV_PAGE_NUM_NUMERIC
(0x01) - Arabic
Constants.FV_PAGE_NUM_RO-
MAN_UC (0x01) - Roman uppercase
Constants.FV_PAGE_NUM_ROMAN_LC
(0x02) - Roman lowercase
Constants.FV_PAGE_NUM_ALPHA_UC
(0x03) - Alphabetic uppercase
Constants.FV_PAGE_NUM_ALPHA_LC
(0x04) - Alphabetic lowercase
Constants.FV_PAGE_NUM_KANJI
(0x05) - Kanji characters
Constants.FV_PAGE_NUM_ZENKAKU
(0x06) - Zenkaku
Constants.FV_PAGE_NUM_ZENKA-
KU_UC (0x07) - Zenkaku uppercase
Constants.FV_PAGE_NUM_ZENKA-
KU_LC (0x08) - Zenkaku lowercase
Constants.FV_PAGE_NUM_KANJI_KA-
ZU (0x09) - Kazu
Constants.FV_PAGE_NUM_DAIJI (0x0a)
- Daiji
PageRounding int Indicates how to round pages. The value is
one of:
• Constants.FV_PR_DEL_EMPTY (0x01) -
Delete Empty Pages
Constants.FV_PR_KEEP_NUM_EVEN
(0x02) - Make Page Count Even
Constants.FV_PR_KEEP_NUM_ODD
(0x03) - Make Page Count Odd
FV_PR_DONT_CHANGE (0x04) - Do Not
Change Page Count
PageWidth int Specifies the width of the document's pages.
NOTE: Setting this property, automatically sets
the page width for all the body pages of the
document.

321
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

PointPageNumStyle int Denotes the point page numbering style. The


value is one of:
• Constants.FV_PAGE_NUM_NUMERIC
(0x01) - Arabic
Constants.FV_PAGE_NUM_RO-
MAN_UC (0x01) - Roman uppercase
Constants.FV_PAGE_NUM_ROMAN_LC
(0x02) - Roman lowercase
Constants.FV_PAGE_NUM_ALPHA_UC
(0x03) - Alphabetic uppercase
Constants.FV_PAGE_NUM_ALPHA_LC
(0x04) - Alphabetic lowercase
Constants.FV_PAGE_NUM_KANJI
(0x05) - Kanji characters
Constants.FV_PAGE_NUM_ZENKAKU
(0x06) - Zenkaku
Constants.FV_PAGE_NUM_ZENKA-
KU_UC (0x07) - Zenkaku uppercase
Constants.FV_PAGE_NUM_ZENKA-
KU_LC (0x08) - Zenkaku lowercase
Constants.FV_PAGE_NUM_KANJI_KA-
ZU (0x09) - Kazu
Constants.FV_PAGE_NUM_DAIJI (0x0a)
- Daiji
RightMargin int Denotes the Right page margin.
SmartQuotes int Returns 1 if Smart Quotes is enabled; returns
0 otherwise.
SmartSpaces int Returns 1 if Smart Spaces is enabled; returns
0 otherwise.
TopMargin int Denotes the Top Page Margin.
PrintBlankPages int Returns 1 if the PageRounding property
allows an empty page at end of a document.
Returns 0, otherwise.
PrintCollated int Returns 1 if Collate is enabled. Returns 0,
otherwise.

322
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

PrintCols int Indicates the number of columns to print, if


the PrintThumbnails property is set to
True.
PrintEmulsion int Specifies the direction of the print emulsion.
The value is one of:
• Constants.FV_EMUL_UP (0) - Emulsion
side up
Constants.FV_EMUL_DOWN (1) - Emul-
sion side down
PrintEndPage int Specifies the number of the last page to
print.
NOTE: The value of the DocFluidFlow property
must be 0, when you use the PrintEndPage
property. You cannot print a range of pages
when a document is in fluid view.
PrintEndPageName int Denotes the page number string for the last
page to be printed. Use this property when
the pages are numbered with a style other
than
Constants.FV_PAGE_NUM_NUMERIC
(0x01).
NOTE: The value of the DocFluidFlow property
must be 0, when you use the
PrintEndPageName property. You cannot
print a range of pages when a document is in
fluid view.
PrintEndPoint int Denotes the number of the last point page to
print.
PrinterName string Specifies the name of the printer.
NOTE: Setting the PrinterName property on
Windows has no effect.
NOTE: You can set the printer to the default
printer by specifying the PrinterName as null.
PrintEvenPages int Set to 1 if Print Even-Numbered Pages is
enabled. Set to 0, otherwise.
PrintFileName string Name of the file to which to print. You can
set the filename to the default filename by
specifying the value of the PrintFileName
property as null.

323
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

PrintImaging int Specifies the type of print imaging. The value


is one of:
• Constants.FV_IMG_POSITIVE (0)
Constants.FV_IMG_NEGATIVE (1)
PrintLastSheetFirst int Set to 1 to print the last sheet first. Else, set
to 0.
PrintLowRes int Set to 1 to print in low resolution. Else, set to
0.
PrintManualFeed int Set to 1 if Manual feed is enabled. Else, set to
0.
PrintNumCopies int Denotes the number of copies to print.
PrintOddPages int Set to 1 if Print Odd-Numbered Pages is
enabled. Else, set to 0.
PrintPaperHeight int Specifies the height of the printing paper.
PrintPaperWidth int Indicates the width of the printing paper.
PrintRegistrationMarks int Set to 1 if Registration Marks is enabled; Set
to 0 otherwise.
PrintRows int Indicates the number of rows to print if the
PrintThumbnails property is set to True.
PrintScale int Denotes the Print scale factor expressed as a
percentage metric (0% to 100%).For print
scale percentages, the value <<16 or 0x10000
specifies 100%.
PrintScope int Denotes the pages to print. The value is one
of:
• Constants.FV_PR_ALL (1) - Print all
pages
Constants.FV_PR_RANGE (2) - Print a
range of pages
NOTE: The value of the DocFluidFlow property
must be set to 0 when you set the PrintScope
property. You cannot print a range of pages
when a document is in the fluid view.
PrintSeps int Returns 1 if Print Separations is
enabled. Else, returns 0.

324
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

PrintStartPage int Denotes the number of the first page to


print.
NOTE: The value of the DocFluidFlow property
must be set to 0 when you set the
PrintStartPage property. You cannot print a
range of pages when a document is in the
fluid view.
PrintStartPageName int Indicates the page number string for the first
page to print.This property is valid only when
the pages are numbered with a style other
than Constants.FV_PAGE_NUM_NUMERIC
(0x00)
NOTE: The value of the DocFluidFlow property
must be set to 0 when you set the
PrintStartPage property. You cannot print a
range of pages when a document is in the
fluid view.
PrintStartPoint int Indicates the number of the first point page
to print.
PrintThumbnails int Returns 1 if Print Thumbnails is
enabled. Returns 0, otherwise.
PrintToFile int Returns 1 if Print Only to File is enabled. Else,
returns 0.
SkipBlankSeps int Returns 1 if Skip Blank Separations (do not
print blank color separations) is enabled.
Else, returns 0.
TrapwiseCompatibility bool Set to 1 if Trapwise Compatibility is enabled.
Else, set to 0.
NOTE: Setting the TrapwiseCompatibility
parameter to True automatically sets the
PrintToFile parameter to True and the
PrintSeps parameter to False.
NarrowRubiSpaceForOther int Denotes the value for a composite ruby
object. The value is one of:
• Constants.FV_Wide (0)
Constants.FV_Narrow (1)
Constants.FV_Proportional (2)

325
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

RubiOverhang int Set to 1 if Rubi is allowed to overhang, else


set to 0.
RubiSize int Specifies the scaling factor for rubi text
expressed as percentage of the current font
size (metric 1% to 1000%).
NOTE: If the RubiSize property and the
RubiFixedSize property are both set, the most
recently set property value is used.
RubiFixedSize int Specifies the fixed size for all rubi text (metric
2 points to 400 points).
NOTE: If the RubiFixedSize property and the
RubiSize property are both set, the most
recently set property value is used.
WideRubiSpaceForOther int Denotes the value for a composite ruby
object. The value is one of:
• Constants.FV_Wide (0)
Constants.FV_Narrow (1)
Constants.FV_Proportional (2)
ElementSelection ElementRa Denotes the currently selected element
nge range in the document.
CustomElementList Strings Contains the list of tags to display when the
ElementCatalogDisplay property is set
to Constants.FV_ELCAT_CUSTOM (0x04).
DefaultExclusions Strings Indicates the list of exclusions inherited when
a document is included in a structured book.
DefaultInclusions Strings Indicates the list of inclusions inherited when
a document is included in a structured book.
ElementBoundaryDisplay int Specifies the Element Boundary
Display options. The value is one of:
• Constants.FV_ELEM_DISP_NONE (0) -
Do not display any element boundaries
Constants.FV_ELEM_DISP_BRACKETS
(1) - Display the bracketed boundaries
Constants.FV_ELEM_DISP_TAGS (2) -
Display the element tags

326
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ElementCatalog ElementCa Displays the list of elements in the Element


talogEntr Catalog.
ies
ElementCatalogDisplay int Indicates the catalog display options. The
value is one of:
• Constants.FV_ELCAT_STRICT (0x00)-
Valid children for working from start to
finish
Constants.FV_ELCAT_LOOSE (0x01) -
Valid children for working in any order
Constants.FV_ELCAT_CHILDREN (0x02)
- Children allowed anywhere in the par-
ent
Constants.FV_ELCAT_ALL (0x03) - All el-
ements
Constants.FV_ELCAT_CUSTOM (0x04) -
The list of tags specified by the Cus-
tomElementList property.
FirstElementDefInDoc ElementDe Denotes the first element definition in the list
f of element definitions in the document
(FO_ElementDef ID).
FirstFmtChangeListInDoc FmtChange Specifies the ID of the first format change list
List in the list of format change lists in the
book.(FO_FmtChangeList ID).
MaxBottomMargin int Specifies the maximum bottom margin
allowed in the document.
MaxFirstIndent int Specifies the maximum first indent allowed in
the document.
MaxFontSize int Denotes the maximum font size allowed in
the document.
MaxLeading int Denotes the maximum leading allowed in the
document.
MaxLeftIndent int Specifies the maximum left indent allowed in
the document.
MaxLeftMargin int Specifies the maximum left margin allowed in
the document.

327
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

MaxRightIndent int Specifies the maximum right indent allowed


in the document.
MaxRightMargin int Specifies the maximum right margin allowed
in the document.
MaxSpaceAbove int Denotes the maximum space above
paragraph allowed in the document.
MaxSpaceBelow int Denotes the maximum space below
paragraph allowed in the document.
MaxStretch int Denotes the maximum character stretch (set
width) expressed as a percentage of normal
stretch for the font (metric –10% to 1000%).
MaxTabPosition int Specifies the maximum tab position allowed
in the document.
MaxTopMargin int Specifies the maximum top margin allowed in
the document.
MinBottomMargin int Specifies the minimum bottom margin
allowed in the document.
MinFirstIndent int Specifies the minimum first indent allowed in
the document.
MinFontSize int Denotes the minimum font size allowed in
the document.
MinLeading int Denotes the minimum leading allowed in the
document.
MinLeftIndent int Denotes the minimum left indent allowed in
the document.
MinLeftMargin int Denotes the minimum left margin allowed in
the document.
MinRightIndent int Denotes the minimum right indent allowed in
the document.
MinRightMargin int Denotes the minimum right margin allowed
in the document.
MinSpaceAbove int Denotes the minimum space above the
paragraph allowed in the document.

328
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

MinSpaceBelow int Denotes the minimum space below the


paragraph allowed in the document.
MinStretch int Indicates the minimum character stretch (set
width) expressed as a percentage of normal
stretch for the font (metric –10% to 1000%)
MinTabPosition int Indicates the minimum tab position allowed
in the document.
MinTopMargin int Indicates the minimum top margin allowed in
the document.
NewElemAttrDisplay int Specifies the attribute display properties for
new elements. The value is one of:
• Constants.FV_ATTR_DISP_NONE (1) -
Do not display attributes
Constants.FV_ATTR_DISP_REQSPEC (2)
- Display required and specified attri-
butes
Constants.FV_ATTR_DISP_ALL (3) - Dis-
play all attributes
NewElemAttrEditing int Specifies when the Edit Attributes dialog box
appears for new elements. The value is one
of:
• Constants.FV_ATTR_EDIT_NONE (0)
Constants.FV_ATTR_EDIT_REQUIRED
(1)
Constants.FV_ATTR_EDIT_ALWAYS (2)
SeparateInclusions int Returns 1 if inclusions are listed separately in
the Element Catalog. Else, returns 0.
StructuredApplication string The name of the structure application that is
associated with the document. If the
document has no associated structure
application, the GetString() method
returns an empty string.
UseInitialStructure int Returns 1 if FrameMaker inserts the initial
structure for new elements. Else, returns 0.
XmlDocType string Contains the DOCTYPE parameter. from the
source XML.

329
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

XmlEncoding string Contains the encoding parameter of the XML


Declaration for the source XML document.
The string is empty if no encoding is
specified.
If the XmlEncoding property is set, the
XML Declaration contains the encoding
parameter with the set value on Save As
XML operation.
XmlFileEncoding string Specifies the encoding that is detected for
the source XML book. If no encoding is
specified for the source XML, the value of the
XmlEncoding property will be an empty
string. In that case, if this string is set, it
determines the encoding to use when saving
as XML.
If the XmlEncoding property has a value,
the value of theXmlFileEncoding
property may be null.
XmlPublicId string Indicates the DOCTYPE public identifier for
the source XML document.
XmlStandAlone int An integer that specifies the XML standalone
parameter for the XML document that is the
source of the current document. The value is
one of:
• Constants.FV_XML_STANDALONE_YES
(1)
Constants.FV_XML_STANDALONE_NO
(2)
Constants.FV_XML_STANDALONE_NO-
DEC (3)
Constants.FV_XML_STANDALONE_-
NONE (4)
The standalone parameter is declared in the
XML Declaration.
For a file with no XML Declaration, the value
is Constants.FV_XML_STANDALONE_NODEC
(3).
For an XML Declaration with no standalone
parameter, this value is
Constants.FV_XML_STANDALONE_NONE (4).

330
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

XmlStyleSheet string Specifies the XML stylesheet processing


instruction to write out to XML when saving
the document as XML. The ESTK does not
verify that you use correct syntax in this
string.The value you set should not include
the PI delimiters,<? and ?>. For example, the
string you supply for my.css may be:
"type=\"text\\css\"
href=\"my.css\""
Only use this string to set a specific
stylesheet specification.
NOTE: The GetString() method always returns
null for this property. To get the list of
stylesheet specifications associated with a
document, use the XmlStyleSheetList
property.
XmlStyleSheetList Strings Contains a list of stylesheet processing
instructions for the current document.A
document can have more than one
stylesheet specification associated with it.
The ESTK does not verify that you use the
correct syntax in these strings. The value you
set should not include the PI delimiters,<?
and ?>. For example, the string you supply
for my.css may be:
"type=\"text\\css\"
href=\"my.css\""
Setting a list to the XmlStyleSheetList
property completely overwrites the
preceding list.
XmlSystemId string Specifies the DOCTYPE system identifier for
the source XML document.
XmlUseBOM int Indicates whether a byte order mark was
detected when opening the source XML. The
value is one of:
• Constants.FV_XML_USEBOM_YES (1)
Constants.FV_XML_USEBOM_NO (2)
If this value is set to
Constants.FV_XML_USEBOM_YES (1),
FrameMaker writes a byte order mark in the
resulting XML, when saving as XML.

331
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

XmlVersion string Indicates the XML Version that was specified


in the XML Declaration when the file was
opened.
If no XML version was specified, the
GetString() method returns an empty string.
If this string contains an invalid XML
declaration, a parsing error occurs when the
document is saved as XML.
XmlWellFormed int Indicates whether the source XML qualified
as well formed. The value is one of:
• Constants.FV_XML_WELLFORMED_YES
(1)
Constants.FV_XML_WELLFORMED_NO
(2)
TblFnCellPosition int Denotes the placement of footnote number
in footnote text. The value is one of:
• Constants.FV_FN_POS_SUPER (0x00) -
Superscript
Constants.FV_FN_POS_BASELINE
(0x01) - Baseline
Constants.FV_FN_POS_SUB (0x02) -
Subscript
TblFnCellPrefix string Specifies the prefix to appear before the
table footnote number in table cell.
TblFnCellSuffix string Specifies the suffix to appear after the table
footnote number in table cell.
TblFnCustNumString string Specifies the characters for custom table
footnote numbers.
TblFnFmt string Represents the paragraph tag of the table
footnote.

332
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

TblFnNumStyle int Denotes the footnote numbering style for


tables in the document. The value is one of:
• Constants.FV_FN_NUM_NUMERIC
(0x00) - Arabic
Constants.FV_FN_NUM_ROMAN_UC
(0x01) - Roman uppercase
Constants.FV_FN_NUM_ROMAN_LC
(0x02) - Roman lowercase
Constants.FV_FN_NUM_ALPHA_UC
(0x03) - Alphabetic uppercase
Constants.FV_FN_NUM_ALPHA_LC
(0x04) - Alphabetic lowercase
Constants.FV_FN_NUM_KANJI (0x06) -
Kanji characters
Constants.FV_FN_NUM_ZENKAKU
(0x07) - Zenkaku
Constants.FV_FN_NUM_ZENKAKU_UC
(0x08) - Zenkaku uppercase
Constants.FV_FN_NUM_ZENKAKU_LC
(0x09) - Zenkaku lowercase
Constants.FV_FN_NUM_KANJI_KAZU
(0x0A) - Kazu
Constants.FV_FN_NUM_DAIJI (0x0B) -
Daiji
Constants.FV_FN_NUM_CUSTOM
(0x05) - Custom numbering.
TblFnPosition int Denotes the placement of the footnote
number in the text. The value is one of:
• Constants.FV_FN_POS_SUPER (0x00) -
Superscript
Constants.FV_FN_POS_BASELINE
(0x01) - Baseline
Constants.FV_FN_POS_SUB (0x02) -
Subscript
TblFnPrefix string Indicates the prefix to appear before the
number in the table footnote.
TblFnSuffix string Indicates the suffix to appear after the
number in the table footnote.

333
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Capitalization int Indicates the type of capitalization. The value


is one of:
• Constants.FV_CAPITAL_CASE_NORM
(0)
Constants.FV_CAPITAL_CASE_SMALL
(1)
Constants.FV_CAPITAL_CASE_LOWER
(2)
Constants.FV_CAPITAL_CASE_UPPER
(3)
ChangeBar int Returns 1 if Changebars are enabled. Else,
returns 0.
CharTag string Indicates the name of the character format
tag.
Color Color Denotes the Spot color (FO_Color ID).
CondFmtIsShown int Returns 1 if the document conditions are
shown. Else, returns 0.
CombinedFontFamily CombinedF Contains the Combined font definition
ontDefn (FO_CombinedFontDefn)
FontEncodingName string Specifies the font encoding.
FontAngle int Denotes the font angle (specifies an index
into the array of font angles provided by the
session property, FontAngleNames).
FontFamily int Denotes the font family (specifies an index
into the array of font families provided by the
session property, FontFamilyNames).
FontPlatformName string Indicates the name that uniquely identifies a
font on a specific platform.
FontPostScriptName string Indicates the name given to a font when it is
sent to a PostScript printer.
FontSize int Specifies the font size (2 point to 400 point).
FontVariation int Denotes the font variation (specifies an index
into the array of font variations provided by
the session property
FontVariationNames).

334
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

FontWeight int Denotes the font weight (specifies an index


into the array of font weights provided by the
session property FontWeightNames).
InCond Objects Indicates the condition tags that apply to the
text (an array of FO_CondFmt IDs).
KernX int Specifies the horizontal kern value for
manual kerning expressed as a percentage of
an em (metric – 100% to 1000%). A positive
value moves a character right and a negative
value moves a character left.
KernY int Specifies the vertical kern value for manual
kerning expressed as a percentage of an em
(metric – 100% to 1000%). A positive value
moves characters up and a negative value
moves characters down.
Overline int Returns 1 if Overline style is enabled, else
returns 0.
PairKern int Returns 1 if Pair Kern is enabled, else
returns 0.
Position int Denotes the text position relative to the
baseline of text. The value is one of:
• Constants.FV_POS_NORM (0) - Normal
Constants.FV_POS_SUPER (1) - Super-
script
Constants.FV_POS_SUB (2) - Subscript
SepOverride Color Specifies the custom color separation
override (FO_Color ID).
Stretch int Denotes the character stretch (set width)
expressed as a percentage of normal stretch
for the font (metric –10% to 1000%).
Strikethrough int Returns 1 if Strikethrough style is enabled.
Else, returns 0.

335
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

StyleOverrides int Specifies the style condition indicators for


conditional text. The value is one of:
• Constants.FV_CN_NO_OVERRIDE (0)
Constants.FV_CN_OVERLINE (1)
Constants.FV_CN_STRIKETHROUGH (2)
Constants.FV_CN_SINGLE_UNDERLINE
(3)
Constants.FV_CN_DOUBLE_UNDER-
LINE (4)
Underlining int Denotes the style of underlining. The value is
one of:
• Constants.FV_CB_NO_UNDERLINE (0)
Constants.FV_CB_SINGLE_UNDERLINE
(1)
Constants.FV_CB_DOUBLE_UNDER-
LINE (2)
Constants.FV_CB_NUMERIC_UNDER-
LINE (3)
UseSepOverride int Returns 1 if the value of the SepOverride
property overrides the default color
separation. Else, returns 0.
LineBreakAfter string Indicates the characters at which it is
permissible to break lines.
SmallCapsSize int Indicates the scaling factor for small caps
expressed as a percentage of current font
size (metric 1% to 1000%).
SmallCapsStretch int Denotes the character stretch (set width) for
small caps expressed as a percentage of
normal stretch for the font (metric –10% to
1000%).
SubScriptShift int Denotes the baseline offset of subscripts
expressed as a percentage of current font
size (metric 1% to 1000%).
SubScriptSize int Indicates the scaling factor for subscripts
expressed as a percentage of current font
size (metric 1% to 1000%).

336
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

SubScriptStretch int Indicates the character stretch (set width) for


subscripts expressed as a percentage of
normal stretch for the font (metric –10% to
1000%).
SuperScriptShift int Denotes the baseline offset of superscripts
expressed as percentage of current font size
(metric 1% to 1000%).
SuperScriptSize int Specifies the scaling factor for superscripts
expressed as percentage of the current font
size (metric 1% to 1000%)
SuperScriptStretch int Specifies the character stretch (set width) for
superscripts expressed as a percentage of
normal stretch for the font (metric –10% to
1000%).
IsIconified int Returns 1 if the document window is
iconified. Else, returns 0.
IsInFront int Set to 1 if the document window is in front of
other windows in the FrameMaker product
session. Else, set to 0.
Label string Denotes the title in the document window
title bar.
ScreenHeight int Denotes the height of the document window
in pixels.
ScreenWidth int Denotes the width of the document window
in pixels.
ScreenX int Indicates the offset of the document window
in pixels from the left side of the screen (or
the left of the FrameMaker application
window).
If you set a value that results in the
document window being off the screen, that
value is ignored and the old value is retained.
ScreenY int Indicates the offset of the document window
in pixels from the top of the screen (or the
top of the FrameMaker application window).
If you set a value that results in the
document window being off the screen, that
value is ignored and the old value is retained.

337
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

SnapAngle int Specifies the angle of rotation for Snap


Rotate.
SnapGridUnits int Denotes the units for Snap Grid spacing.
The permissible range of values is from 0 to
32768 points.
SpotColorView int Denotes the spot color separation view. The
values range from 0 to 6.0 specifies View 1, 1
specifies View 2, and so on.
ViewBorders int Returns 1 if Borders is enabled, else returns
0.
ViewDisplayUnits int Denotes the MetricT equivalent of one unit
in the current Display Units. For example, if
Display Units is points, this parameter returns
65536.
ViewFontSizeUnits int Denotes the MetricT equivalent of one unit
in the current Font Size Unit. Font size units
can be either Points or Q. If Points, this
returns 65536. If Q, this returns 47098.
ViewGrid int Returns 1 if View Grid is enabled. Else,
returns 0.
ViewGridUnits int Denotes the units for Grid Lines.
ViewNoGraphics int Returns 1 if Graphics is not enabled. Else, set
to 0.
ViewPageScrolling int Denotes the Page scrolling technique. The
value is one of:
• Constants.FV_SCROLL_VARIABLE (0)
Constants.FV_SCROLL_HORIZONTAL (1)
Constants.FV_SCROLL_VERTICAL (2)
Constants.FV_SCROLL_FACING (3)
ViewRulers int Returns 1 if Rulers is enabled. Else, returns 0.
ViewRulerUnits int Denotes the units to display rulers.
ViewTextSymbols int Returns 1 if Text Symbols is enabled. Else,
returns 0.
Zoom int Specifies the zoom percentage of document
(metric 25% to 1600%).

338
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

DocFluidFlow Flow Specifies the flow to set to fluid view. To turn


this off, set the value of this property to 0.
ViewOnlyDeadCodes UInts Indicates the F-codes that cannot be
executed in the document.
ViewOnlySelect int Specifies whether user can select text or
graphics in the document. The value is one
of:
• Constants.FV_VOS_USER_ONLY (1) -
the user can select text when pressing
modifier keys, and link targets
(cross-reference sources and newliniks)
do not highlight.
Constants.FV_VOS_NONE (2) - the user
cannot select text, and links targets do
not highlight.
Constants.FV_VOS_YES(3) - the user can
select text (using modifier keys) and link
targets are highlighted.
ViewOnlyWinBorders int Returns 1 if the document has normal
document borders; returns 0 if the document
scroll bars and border buttons are
suppressed.
ViewOnlyWinMenubar int Returns 1 if the document has a document
window menu bar. Else, returns 0.
ViewOnlyWinPalette int Returns 1 if the document is a palette. Else,
returns 0.
ViewOnlyWinPopup int Returns 1 if the document window pop-up
menu is available. Else, returns 0.

339
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ViewOnlyXRef int Specifies the behavior of cross-references in


the document. The value is one of:
• Constants.FV_VOX_NOT_ACTIVE(0) -
Cross references are not active.
Constants.FV_VOX_GOTO_BEHAV-
IOR(1) - Internal cross-references are ac-
tive.
Constants.FV_VOX_OPEN_BEHAV-
IOR(2) - External cross-references are
active.
Constants.FV_VOX_ALERT(3) - Alert ap-
pears when cross-reference is clicked.
PDFGenerateForReview int This flag is used to generate a PDF for review
workflow that is getting review comments in
PDF and importing them back to
FrameMaker document. It helps in importing
back the comments correctly. When this flag
is turned ON, the behavior is same as if the
"Generate for review only" checkbox is ON in
the PDF setup dialog.
PDFViewPDF int Set to 1 to open the PDF after creating it with
the Save aS PDF command.
StructuredApplicationForOpen string Specifies the application that has been used
to open the document.
SecNumComputeMethod int Denotes the type of numbering applied on a
particular section of a document. The value is
one of:
• Constants.FV_NUM_CONTINUE (0x01)
Constants.FV_NUM_RESTART (0x02)
Constants.FV_NUM_SAME (0x03)

340
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

SectionNumStyle int Denotes the section numbering style. The


value is one of:
• Constants.FV_PAGE_NUM_NU-
MERIC(0x00) - Arabic
Constants.FV_PAGE_NUM_RO-
MAN_UC(0x01) - Roman uppercase
Constants.FV_PAGE_NUM_RO-
MAN_LC(0x02) - Roman lowercase
Constants.FV_PAGE_NUM_AL-
PHA_UC(0x03) - Alphabetic uppercase
Constants.FV_PAGE_NUM_AL-
PHA_LC(0x04) - Alphabetic lowercase
Constants.FV_PAGE_NUM_KAN-
JI(0x05) - Kanji characters
Constants.FV_PAGE_NUM_ZENKA-
KU(0x06) - Zenkaku
Constants.FV_PAGE_NUM_ZENKA-
KU_UC(0x07) - Zenkaku uppercase
Constants.FV_PAGE_NUM_ZENKA-
KU_LC(0x08) - Zenkaku lowercase
Constants.FV_PAGE_NUM_KANJI_KA-
ZU(0x09) - Kazu
Constants.FV_PAGE_NUM_DAIJI(0x0a)
- Daiji
SectionNumber int Denotes the section number in the
document.
SectionNumText string Indicates the text to use for the
SectionNumber parameter.
SubsecNumComputeMethod int Denotes the type of numbering applied on a
particular subsection of a document. The
value is one of:
• Constants.FV_NUM_CONTINUE (0x01)
Constants.FV_NUM_RESTART (0x02)
Constants.FV_NUM_SAME (0x03)

341
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

SubsectionNumStyle int Denotes the subsection numbering style. The


value is one of:
• Constants.FV_PAGE_NUM_NU-
MERIC(0x00) - Arabic
Constants.FV_PAGE_NUM_RO-
MAN_UC(0x01) - Roman uppercase
Constants.FV_PAGE_NUM_RO-
MAN_LC(0x02) - Roman lowercase
Constants.FV_PAGE_NUM_AL-
PHA_UC(0x03) - Alphabetic uppercase
Constants.FV_PAGE_NUM_AL-
PHA_LC(0x04) - Alphabetic lowercase
Constants.FV_PAGE_NUM_KAN-
JI(0x05) - Kanji characters
Constants.FV_PAGE_NUM_ZENKA-
KU(0x06) - Zenkaku
Constants.FV_PAGE_NUM_ZENKA-
KU_UC(0x07) - Zenkaku uppercase
Constants.FV_PAGE_NUM_ZENKA-
KU_LC(0x08) - Zenkaku lowercase
Constants.FV_PAGE_NUM_KANJI_KA-
ZU(0x09) - Kazu
Constants.FV_PAGE_NUM_DAIJI(0x0a)
- Daiji
SubsectionNumber int Denotes the subsection number in the
document
SubsectionNumText string Indicates the text to use for the
SubsectionNumber parameter.
TrackChangesOn bool Set to True if Track Changes are on in the
document. Else, set to False.

342
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

PreviewState int Sets/retrieves the state of Track Text Edits of


the document. The value is one of:
• Constants.FV_PRE-
VIEW_OFF_TRACK_CHANGE (0) -
Displays text edits using the defined
styles.
Constants.FV_PREVIEW_ON_ORIGINAL
(1)- Preview of the document as if no
text edits were done.
Constants.FV_PREVIEW_ON_FINAL (2) -
Preview of the document as if all the
text edits were incorporated.
TrackChangesAddedColor Color Sets/retrieves the color in which tracked
additions are displayed.
TrackChangesDeletedColor Color Sets/retrieves the color in which tracked
deletions are displayed.
ReviewerNameList Strings Retrieves the list of reviewers of a document.
FirstAttrCondExprInDoc AttrCondE Denotes the first Attribute Conditional
xpr Expression in the list of attribute conditional
expressions in the document
(FO_AttrCondExpr).
BooleanConditionExpression string Denotes the actual conditional expression
used in the document.
BooleanConditionState int Set to 1 to indicate that the conditional
expression defined by the
BooleanConditionExpression
parameter is applied to the document.
Set to 0 to indicate that the condition is not
applied to the document.
BooleanConditionExpressionTag string Indicates the tag name of the expression
applied in the document.
ShowElementDescriptiveNames bool Set to True to show element descriptive
names in the element catalog, as specified in
element definition.

343
DOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

UseInitialStructureOfAutoInsertedEl bool If set to True, auto-insertion rules will be


ements processed recursively. For example: If an
element is inserted automatically, and if
auto-insertion rules exist for this element in
the element definition , then those rules are
also processed.
UserString string A string to which clients can store private
data.
DitaMaxRefLevels int Indicates the number of references to be
opened while opening a DITA file. The
possible values are:
• Constants.FV_LEVELS_ALL - Open
all references within the document.
• Constants.FV_LEVELS_DEFAULT-
Open cross references till the level spec-
ified in the ditafm.ini file.

Doc methods
AddNewBuildExpr, AddText, CenterOnText, Clear, ClearAllChangebars, Close, Compare, Copy, Cut,
DeleteBuildExpr, DeleteText, DeleteUnusedCharFmt, DeleteUnusedFmts, DeleteUnusedPgfFmt, Dele-
teUnusedTblFmt, DemoteElement, ElementLocToTextLoc, Find, GetActiveBuildExpr, GetBuildExpr,
GetBuildExprCatalog, GetNamedAttrCondExpr, GetNamedCharFmt, GetNamedColor, GetNamedCom-
binedFontDefn, GetNamedCondFmt, GetNamedElementDef, GetNamedFmtChangeList, GetNamed-
MarkerType, GetNamedMasterPage, GetNamedObject, GetNamedPgfFmt, GetNamedRefPage,
GetNamedRulingFmt, GetNamedTblFmt, GetNamedUnanchoredFrame, GetNamedVarFmt, GetNamedX-
RefFmt, GetProps, GetTextForRange, GetTextForRange2, GetTextPropVal, GetTextProps, GetTextVal,
GetUniqueObject, HypertextCommand, Import, MergeIntoFirst, MergeIntoLast, NewAnchoredAFrame,
NewAnchoredFn, NewAnchoredFormattedObject, NewAnchoredFormattedTbl, NewAnchoredFormat-
tedVar, NewAnchoredFormattedXRef, NewAnchoredMarker, NewAnchoredObject, NewAnchoredTbl,
NewAnchoredTiApiClient, NewArc, NewEllipse, NewFlow, NewGraphicObject, NewGroup, NewInset,
NewInlineComponentOfType, NewLine, NewMath,NewMathML, NewNamedAttrCondExpr, NewNamed-
CharFmt, NewNamedColor, NewNamedCombinedFontDefn, NewNamedCondFmt, NewNamedEle-
mentDef, NewNamedFmtChangeList, NewNamedMarkerType, NewNamedMasterPage,
NewNamedObject, NewNamedPgfFmt, NewNamedRefPage, NewNamedRulingFmt, NewNamedTblFmt,
NewNamedVarFmt, NewNamedXRefFmt, NewPolygon, NewPolyline, NewRectangle, NewRoundRect,
NewSeriesBodyPage, NewSeriesObject, NewSeriesPgf, NewTable, NewTextFrame, NewTextLine,
NewUnanchoredFrame, ObjectValid, Paste, PromoteElement, QuickSelect, Redisplay, Reformat, Rehy-
phenate, ResetEqnSettings, ResetReferenceFrames, RestartPgfNumbering, Save, ScrollToText, SetActive-
BuildExpr, SetElementRange, SetProps, SetTextPropVal, SetTextProps, SetTextVal, SilentPrintDoc,
SimpleImportElementDefs, SimpleImportFormats, SimpleSave, SplitElement, TextLocToElementLoc,

344
ELEMENT
CHAPTER 5 OBJECT REFERENCE

TrackChangesAcceptAll, TrackChangesRejectAll, UnWrapElement, UpdateVariables, UpdateXRef, Upda-


teXRefs.

Element

Property name Data Type Description

AttrDisplay int Specifies element’s attribute display


properties. The value is one of:
• Constants.FV_ATTR_DISP_NONE
(1) - Do not display attributes
Constants.FV_AT-
TR_DISP_REQSPEC (2) - Display re-
quired and specified attributes
Constants.FV_ATTR_DISP_ALL (3) -
Display all attributes
Attributes Attributes The element’s attributes.
ContextLabel string The context label (if any) that is applied
to the element.
ElementIsCollapsed int Returns 1 if the element is collapsed in
Structure View. Returns 0 otherwise.
ElementIsTopicRef bool Determines if the element is a topic
reference.
ElementIsTopicHead bool Determines if the element is a topic
heading.
ElementIsTopicGroup bool Determines if the element is a topic
group.
NextElementDFS Element Denotes the pointer to the next
Element component in the heirarchy.
PrevElementDFS Element Denotes the pointer to the prevoius
Element component in the heirarchy.

345
ELEMENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ElementType int The type of element. The value is one


of:
• Constants.FV_FO_CONTAINER (1)
Constants.FV_FO_SYS_VAR (2)
Constants.FV_FO_XREF (3)
Constants.FV_FO_MARKER (4)
Constants.FV_FO_FOOTNOTE (5)
Constants.FV_FO_GRAPHIC (6)
Constants.FV_FO_EQN (7)
Constants.FV_FO_TBL (8)
Constants.FV_FO_TBL_TITLE (9)
Constants.FV_FO_TBL_HEADING
(10)
Constants.FV_FO_TBL_BODY (11)
Constants.FV_FO_TBL_FOOTING
(12)
Constants.FV_FO_TBL_ROW (13)
Constants.FV_FO_TBL_CELL (14)
Constants.FV_FO_RUBIGROUP
(15)
Constants.FV_FO_RUBI (16)
MatchingFirstPgfClauses Objects IDs of the first paragraph clauses
(FO_FmtRuleClause IDs) in the
element’s definition that apply to the
element.
FormatOverride int Returns 1 if the element has a format
override. Else, returns 0.
ElementMarkedForNamedDestination int Used for generatig PDF. If 1, this
element will have a corresponding
Named Destination in the
generated PDF.
MatchingLastPgfClauses Objects IDs of the last paragraph clauses
(FO_FmtRuleClause IDs) in the
element’s definition that apply to the
element.

346
ELEMENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

MatchingObjectClauses Objects IDs of the object clauses


(FO_FmtRuleClause IDs) in the
element’s definition that apply to the
element.
MatchingPrefixClauses Objects IDs of the prefix clauses
(FO_FmtRuleClause IDs) in the
element’s definition that apply to the
element.
MatchingSuffixClauses Objects IDs of the suffix clauses
(FO_FmtRuleClause IDs) in the
element’s definition that apply to the
element.
MatchingTextClauses Objects IDs of the text clauses
(FO_FmtRuleClause IDs) in the
element’s definition that apply to the
element.
TextRange TextRange Denotes the Text range that the
element encompasses (see the
explanation below).
TopicRefAbsoluteFilePath string Denotes the absolute file path for the
topic reference
Unique int Unique ID of the element.
UserString string A string to which clients can store
private data.
BookComponent BookCompone Component file in book
nt (FO_BookComponent ID).
ElementDef ElementDef Element’s element definition
(FO_ElementDef ID).
FirstChildElement Element Denote the element’s first child
element (FO_Element ID) if the element
is a container, .
LastChildElement Element Denotes the element’s last child
element (FO_Element ID) if the element
is a container.
NextSiblingElement Element Element’s next sibling element
(FO_Element ID).

347
ELEMENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

NextDITAConrefElementInDoc string The next Conref element in the


document
NextDITAXrefElementInDoc string The next XRef element in the document
NextDITALinkElementInDoc string The next Link element in the document
NextDITATopicrefElementInDoc string The next Topicref element in the
document
NextDITATopicsetrefElementInDoc string The next Topicsetref element in the
document

348
ELEMENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Object FMObject ID of the object that an element


contains. The type of object the ID
specifies depends on the element
definition as follows:
• Constants.FV_FO_SYS_VAR (2):
FO_Var
Constants.FV_FO_XREF (3): FO_X-
Ref
Constants.FV_FO_MARKER (4):
FO_Marker
Constants.FV_FO_FOOTNOTE (5):
FO_Fn
Constants.FV_FO_GRAPHIC (6):
FO_AFrame (containing the graph-
ic)
Constants.FV_FO_EQN (7): FO_A-
Frame (containing the equation)
Constants.FV_FO_TBL (8): FO_Tbl
Constants.FV_FO_TBL_TITLE (9):
FO_Tbl
Constants.FV_FO_TBL_HEADING
(10): FO_Tbl
Constants.FV_FO_TBL_BODY (11):
FO_Tbl
Constants.FV_FO_TBL_FOOTING
(12): FO_Tbl
Constants.FV_FO_TBL_ROW (13):
FO_Row
Constants.FV_FO_TBL_CELL (14):
FO_Cell
Constants.FV_FO_RUBIGROUP
(15): FO_Rubi
Constants.FV_FO_RUBI (16):
FO_Rubi
ParentElement Element Element’s parent element (FO_Element
ID).
PrevSiblingElement Element Element’s previous sibling element
(FO_Element ID).

349
ELEMENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Namespace Strings Prefix/path pairs defining namespaces


for the element. This list must contain
an even number of strings. For example:
prefix1, path1prefix2, path2
NamespaceScope Element The ID of element which declares the
namespace that is used to define the
current element.
NumNamespaces int The number of namespaces declared in
the current element. This property is
Readonly.
AllowAsSpecialCase int 1 if the element is treated as a special
case.
AttributeValueInvalid int 1 if the element contains an attribute
value that is invalid.
BookComponentMissing int 1 if a component file is missing from a
book.
ElementIsUndefined int 1 if the element is undefined.
ErrorInBookComponent int 1 if there is a validation error for a
component in a book.
ContentIsLooselyValid int 1 if the content is loosely valid (it has
some missing elements).
ContentIsStrictlyValid int 1 if the content of the element is strictly
valid.
ContentMustBeEmpty int 1 if the element cannot have any
content.
ContentNeededAtBegin int 1 if content is needed at the beginning
of the element.
ContentNeededAtEnd int 1 if content is needed at end of the
element.ContentNeededAtEnd is
obsolete, but is supported for backward
compatibility.
ElementIsExcludedInContext int 1 if the element is excluded.
ElementIsInvalidInParent int 1 if the element cannot occur anywhere
in its current parent.

350
ELEMENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ElementIsInvalidInPosition int 1 if the element is invalid in its current


position.
HoleBeforeElement int 1 if there are one or more missing
elements before the element within the
same parent.
InvalidHighestLevel int 1 if the element cannot be the
highest-level element in the flow.
NextInvalidElement Element Next invalid element in the document
(FO_Element ID).
TextIsInvalidInElement int 1 if the element contains only text and
the element definition disallows it.
TextIsInvalidInElement is
obsolete and is no longer supported.

351
ELEMENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ValidationFlags int Bit flags specifying the element’s


validity.
To determine all the ways in which an
element is invalid without querying all
the validation properties, query the
ValidationFalgs property.
Each bit flag in the returned value
represents the value of the validation
property with the corresponding name.
For example, if the
ElementTypeMismatch property is
True, the
Constants.FV_ELEM_TYPE_MISMA
TCH (0x0002) flag is set.
The various bit flags are as follows:
• Constants.FV_ELEM_UNDEFINED
(0x0001)
Constants.FV_ELEM_TYPE_MIS-
MATCH (0x0002)
Constants.FV_ELEM_EXCLUDED
(0x0004)
Constants.FV_ELEM_IN-
VALID_IN_PARENT (0x0008)
Constants.FV_ELEM_IN-
VALID_AT_POSITION (0x0010)
Constants.FV_ELEM_HAS_TEXT_-
INVALID (0x0020)
Constants.FV_ELEM_CON-
TENT_MUST_BE_EMPTY (0x0040)
Constants.FV_ELEM_MISSING_-
CONTENT_BEFORE (0x0080)
Constants.FV_ELEM_MISSING_-
CONTENT_AT_BEG (0x0100)
Constants.FV_ELEM_MISSING_-
CONTENT_AT_END (0x0200)
Con-
stants.FV_ELEM_NOT_VALID_AS_
ROOT (0x0400)
Constants.FV_ELEM_BOOK_COM-
P_MISSING (0x0800)
Constants.FV_ELEM_BOOK_COM-
P_INVALID (0x1000)

352
ELEMENTCATALOGENTRIES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description


• Constants.FV_ELEM_ATTRVAL_RE-
QUIRED (0x2000)
Constants.FV_ELEM_ATTRVAL_IN-
VALID (0x4000)
Constants.FV_ELEM_CON-
TENT_STRICTLY_VALID (0x10000)
Constants.FV_ELEM_CONTENT_-
LOOSELY_VALID (0x20000)
Direction int Set or get the direction of the
document. Possible values:
• Constants.FV_DIR_Inherit
- Inherit the direction of the parent
Constants.FV_DIR_LTR -
Left-to-right
FV_DIR_RTL - Right-to-left
ResolvedDirection int Get the inherited direction of the
document. Possible values:
• Constants.FV_DIR_LTR -
Left-to-right
FV_DIR_RTL - Right-to-left

Element methods
Delete, GetAttributes, GetProps, GetText, ObjectValid, SetProps.

ElementCatalogEntries
An Array of ElementCatalogEntry objects with integer indexing and a length property.

Property name Data Type Description

length number The length of the array

ElementCatalogEntries methods
concat, pop, push.

353
ELEMENTCATALOGENTRY
CHAPTER 5 OBJECT REFERENCE

ElementCatalogEntry

Property name Data Type Description

obj ElementDef Denotes the ID of the element


definition.
flags uint The type of validation returned. The
value is one of the following:
• Constants.FV_STRICTLY_VALID
(0x01) - Catalog entry is strictly
valid.
Constants.FV_LOOSELY_VALID
(0x02) - Catalog entry is loosely
valid.
Constants.FV_ALTERNATIVE
(0x04) - Catalog entry is an alter-
native.
Constants.FV_INCLUSION (0x08) -
Catalog entry is valid because it is
an inclusion.
NOTE: If none of the flags are set, then
the element is invalid at the current
position.

ElementCatalogEntry methods
ElementCatalogEntry.

ElementDef

Property name Data Type Description

AttributeDefs AttributeDe The element definition’s attribute


fs definitions.
BannerText string Property of element definition object,
FO_ElementDef. Users can set, change
or query the banner text associated
with an element definition object.

354
ELEMENTDEF
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Comment string Text string of the comment.


InitStructurePattern string The initial structure pattern; for table
elements, a comma delimited string
that specifies the necessary child
elements to automatically insert.
ElementDefType int Type of formatter object represented by
the element with element
definition.Constants.FV_FO_CONTAINE
R (1) identifies a container element.
Other values identify object
(non-container) elements.
The value is one of:
• Constants.FV_FO_UNSPECIFIED
(0)
Constants.FV_FO_CONTAINER (1)
Constants.FV_FO_SYS_VAR (2)
Constants.FV_FO_XREF (3)
Constants.FV_FO_MARKER (4)
Constants.FV_FO_FOOTNOTE (5)
Constants.FV_FO_GRAPHIC (6)
Constants.FV_FO_EQN (7)
Constants.FV_FO_TBL (8)
Constants.FV_FO_TBL_TITLE (9)
Constants.FV_FO_TBL_HEADING
(10)
Constants.FV_FO_TBL_BODY (11)
Constants.FV_FO_TBL_FOOTING
(12)
Constants.FV_FO_TBL_ROW (13)
Constants.FV_FO_TBL_CELL (14)
ElementInCatalog int 1 if the element is in the Element
Catalog.
ElementPgfFormat string The name of the paragraph format
applied to the element.
Exclusions Strings List of excluded elements.

355
ELEMENTDEF
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

FirstPgfRules Objects The IDs of the first paragraph format


rules (FO_FmtRule IDs).
NOTE: To set the format rules for an
element definition, use
NewFmtRuleObject().
GeneralRule string Text of the element’s general rule.
GeneralRuleErrorOffsets Ints Contains the error offsets (two
positions are specified only if the
content rule is ambiguous).
Inclusions Strings List of included elements.
LastPgfRules Objects The IDs of the last paragraph format
rules (FO_FmtRule IDs).
Name string Name of the element definition.
NextElementDefInDoc ElementDef Next element definition in the
document’s list of element definitions
(FO_ElementDef ID).
ObjectFmtRules Objects The IDs of the object format rules
(FO_FmtRule IDs).
PrefixRules Objects The IDs of the prefix format rules
(FO_FmtRule IDs).
SuffixRules Objects The IDs of the suffix format rules
(FO_FmtRule IDs).
TextFmtRules Objects The IDs of the text format rules
(FO_FmtRule IDs).
ValidHighestLevel int 1 if the element can be used as the
highest-level element for a flow.
ElementDataType int Retrieves/sets the data type of Element.
The possible values are one of:
• Constants.FV_DT_UNSPECIFIED(0)
Constants.FV_DT_INTEGER(1)
Constants.FV_DT_FLOAT(2)
AllowedDataRange Defines the permissible range of values
for the values defined in the
ElementDataType property.

356
ELEMENTLOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

DescriptiveTag string A small description about the element.


If the user specifies this in the EDD, then
the element description can be viewed
in the Element Catalog of the structured
document.
ElementDescription string Reserved for future use.
AlsoInsert Strings The list of the tags of child elements
that are automatically inserted when an
element is initially added.
AlsoInserts TypedVal The list of list of the tags of child
elements that are automatically
inserted when an element is initially
added.
For example: Setting the
AlsoInsertsproperty of element
definition of A to [[a1, a11],[a2, a21]],
will automatically insert all child
elements of A [a1, a2, a11 and a21]
when A is inserted.

ElementDef methods
Delete, ElementDefIsText, GetAttributeDefs, GetProps, NewElement, NewElementInHierarchy, NewFirst-
PgfRules, NewLastPgfRules, NewObjectFmtRules, NewPrefixRules, NewSuffixRules, NewTextFmtRules,
ObjectValid, SetProps, WrapElement.

ElementLoc

Property name Data Type Description

parent Element ID of the parent element.


child Element ID of the child element.
offset int Offset within the parent or child
element.

357
ELEMENTRANGE
CHAPTER 5 OBJECT REFERENCE

ElementLoc methods
ElementLoc.

ElementRange

Property name Data Type Description

beg ElementLoc Beginning of the element range.


end ElementLoc End of the element range.

ElementRange methods
ElementRange.

Ellipse

Property name Data Type Description

RectangleIsSmoothed int 1 if smoothing is enabled. This property


is always 1 for Ellipse objects.
Angle int Angle of rotation of the ellipse.
ArrowBaseAngle int Arrowhead base angle in degrees.
ArrowLength int Denotes the arrowhead length (always
rounded down to the nearest 1/256
point).
ArrowScaleFactor int Specifies the factor by which arrowhead
is scaled as line width changes (always
rounded down to nearest 1/16 point). It
is not used if the ArrowScaleHead
property is set to False.
ArrowScaleHead int Set to 1 if arrowhead is scaled as the
line width changes. Set to 0, otherwise.
ArrowTipAngle int Arrowhead tip angle in degrees.

358
ELLIPSE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ArrowType int Arrowhead style. The value is one of the


following:
• Constants.FV_ARROW_STICK
(0x1)
Constants.FV_ARROW_HOLLOW
(0x2)
Constants.FV_ARROW_FILLED
(0x3)
BorderWidth int Denotes the border width. The
permissible range is from 0.015 points
to 360 points.
Color Color The spot color.
Dash Metrics The dash style. The Dash property
specifies a dash pattern that is repeated
for the length of an object’s border.
The pattern is stored in a MetricsT
structure. The 0th element of the
MetricsT.MetricsT_val array
stores the length of the first dash; the
1st element stores the following space;
the 2nd element stores the next dash;
and so on for an even number of
elements.
Fill int The fill pattern (numbers between 0
and 15). The ESTK provides constants
for the following fill patterns:
• Constants.FV_FILL_BLACK (0)
Constants.FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
FrameParent FMObject Denotes the frame containing the
graphic object (AFrame or
UnAnchoredFrame).
GraphicCantBeSelected int 1 if the graphic object cannot be
selected; 0 otherwise.
GraphicIsSelected int 1 if the graphic object is selected; 0,
otherwise.

359
ELLIPSE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

GroupParent Group Group that the object is in (FO_Group


ID). Anchored and unanchored frames
do not have this property.
HeadArrow int 1 if the line has an arrow head;
otherwise, 0.
Height int Denotes the height of the object. The
permissible range is from 0.125 points
to 3600 points.
HotspotCmdStr StringT The command string for a hotspot.
Thismust be a valid hypertext command
string.
HotspotTitle StringT The tooltip text for the hotspot in the
outputs that support it (for example
HTML). This property is 0ptional.
IsHotspot Bool Whether the object is a hotspot or not.
If this property is turned off, the object
is no longer a hotspot even if command
string is non-empty.
LineCap int Type of line end. The value is one of:
• Constants.FV_CAP_BUTT (0x00)
Constants.FV_CAP_ROUND (0x01)
Constants.FV_CAP_SQUARE
(0x02)
LocX int Distance from the left side of the parent
frame (–216 inches to 216 inches).
NOTE: For anchored frames, the distance
is automatically calculated from the left
side of the page frame. You cannot
manually set this property for anchored
frames.
LocY int Distance from the top of the parent
frame (–216 inches to 216 inches).
NOTE: For anchored frames, the distance
is automatically calculated from the
topof the page frame. You cannot
manually set this property for anchored
frames.
NextGraphicInDoc FMObject Next graphic object in the document.

360
ELLIPSE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

NextGraphicInFrame FMObject Next graphic object in the frame.


NextGraphicInGroup FMObject Next graphic object in the group.
NextSelectedGraphicInDoc FMObject Next selected graphic object in
document.
ObjectAttributes Strings A list of strings, each string expressing
an attribute that is specified for an
anchored frame in the Object
Properties > Object Attributes dialog
box.Each string is in the form of
<tag>string_text</tag>. You can
use the backslash to escape characters
such as \n, \r, or \t for newline,
carraige return, and tab, respectively.
For a backslash character in the string
text, type \\.
Overprint int Specifies the overprint settings for the
objec. The value is one of:
• Constants.FV_KNOCKOUT (0x00)
Constants.FV_OVERPRINT (0x01)
Constants.FV_FROMCOLOR (0x02)
Pen int The fill pattern (numbers between 0
and 15). The ESTK provides constants
for the following fill patterns:
• Constants.FV_FILL_BLACK (0)
Constants.FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
PrevGraphicInFrame FMObject Previous graphic object in the frame.
PrevGraphicInGroup FMObject Previous graphic object in the group.
Runaround int Specifies whether text can flow around
the object and, if so, whether the text
follows the contour of the object or a
box shape surrounding the object.
The value is one of:
• Constants.FV_TR_NONE (0x01)
Constants.FV_TR_CONTOUR
(0x02)
Constants.FV_TR_BBOX (0x03)

361
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

RunaroundGap int Denotes the width of the runaround


gap if the object is a runaround object.
TailArrow int 1 if arrowhead is enabled at the
beginning of the line. 0, otherwise.
TintPercent int Denotes the tint percentage.
Unique int The graphic object’s UID.
Width int Denotes the width of the object. The
permissible range is from 0.125 points
to 3600 points.

Ellipse methods
Delete, GetProps, ObjectValid, SetProps.

FCodes

Property name Data Type

FCodes.NULLINPUT NULLINPUT
Value-1
FCodes.KBD_INPUT KBD_INPUT
Value1
FCodes.START_DIALOG START_DIALOG
Value0xC100
FCodes.END_DIALOG END_DIALOG
Value0xC200
FCodes.START_WINDOW START_WINDOW
Value0xC400
FCodes.END_WINDOW END_WINDOW
Value0xC500
FCodes.LEAVE_DOC LEAVE_DOC
Value0xC600
FCodes.SERVER_CANCEL SERVER_CANCEL
Value0xC001

362
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.SERVER_QUERY SERVER_QUERY
Value0xC002
FCodes.MENU_BARSTART MENU_BARSTART
Value0xC301
FCodes.MENU_WAITBIT MENU_WAITBIT
Value0x0010
FCodes.MENU_DOWNWAIT MENU_DOWNWAIT
Value0xC312
FCodes.MENU_RIGHTWAIT MENU_RIGHTWAIT
Value0xC313
FCodes.MENU_DOWN MENU_DOWN
Value0xC304
FCodes.MENU_RIGHT MENU_RIGHT
Value0xC305
FCodes.MENU_DONE MENU_DONE
Value0xC30F
FCodes.KBD_GBL_START KBD_GBL_START
Value0x100
FCodes.CSR_HOME CSR_HOME
Value0x100
FCodes.CSR_UP CSR_UP
Value0x101
FCodes.CSR_DOWN CSR_DOWN
Value0x102
FCodes.CSR_RIGHT CSR_RIGHT
Value0x103
FCodes.CSR_LEFT CSR_LEFT
Value0x104
FCodes.CSR_BOL CSR_BOL
Value0x105
FCodes.CSR_EOL CSR_EOL
Value0x106
FCodes.CSR_BOW CSR_BOW
Value0x107

363
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.CSR_EOW CSR_EOW
Value0x108
FCodes.CSR_BOS CSR_BOS
Value0x109
FCodes.CSR_EOS CSR_EOS
Value0x10A
FCodes.CSR_BOP CSR_BOP
Value0x10B
FCodes.CSR_EOP CSR_EOP
Value0x10C
FCodes.CSR_TOTR CSR_TOTR
Value0x10D
FCodes.CSR_BOTR CSR_BOTR
Value0x10E
FCodes.CSR_TOP CSR_TOP
Value0x10F
FCodes.CSR_BOT CSR_BOT
Value0x110
FCodes.DEL_CHARBWD DEL_CHARBWD
Value0x112
FCodes.DEL_CHARFWD DEL_CHARFWD
Value0x113
FCodes.DEL_BOW DEL_BOW
Value0x114
FCodes.DEL_EOW DEL_EOW
Value0x115
FCodes.DEL_EOL DEL_EOL
Value0x116
FCodes.DEL_EOS DEL_EOS
Value0x117
FCodes.DEL_SEL DEL_SEL
Value0x118
FCodes.DEL_BOL DEL_BOL
Value0x119

364
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_KERNUP KBD_KERNUP
Value0x11A
FCodes.KBD_KERNDOWN KBD_KERNDOWN
Value0x11B
FCodes.KBD_KERNLEFT KBD_KERNLEFT
Value0x11C
FCodes.KBD_KERNRIGHT KBD_KERNRIGHT
Value0x11D
FCodes.KBD_KERNHOME KBD_KERNHOME
Value0x11E
FCodes.KBD_KERNUP6 KBD_KERNUP6
Value0x121
FCodes.KBD_KERNDOWN6 KBD_KERNDOWN6
Value0x122
FCodes.KBD_KERNLEFT6 KBD_KERNLEFT6
Value0x123
FCodes.KBD_KERNRIGHT6 KBD_KERNRIGHT6
Value0x124
FCodes.KBD_OBJUP KBD_OBJUP
Value0x125
FCodes.KBD_OBJDOWN KBD_OBJDOWN
Value0x126
FCodes.KBD_OBJLEFT KBD_OBJLEFT
Value0x127
FCodes.KBD_OBJRIGHT KBD_OBJRIGHT
Value0x128
FCodes.CSR_NEXT_BOW CSR_NEXT_BOW
Value0x140
FCodes.CSR_NEXT_BOS CSR_NEXT_BOS
Value0x141
FCodes.CSR_NEXT_BOP CSR_NEXT_BOP
Value0x142
FCodes.CSR_FIRST_COL CSR_FIRST_COL
Value0x143

365
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.CSR_NEXT_COL CSR_NEXT_COL
Value0x144
FCodes.CSR_NEXT_ELEMENT CSR_NEXT_ELEMENT
Value0x145
FCodes.CSR_PREV_ELEMENT CSR_PREV_ELEMENT
Value0x146
FCodes.CSR_BOE CSR_BOE
Value0x149
FCodes.CSR_EOE CSR_EOE
Value0x14A
FCodes.CSR_BEFORE_ELEMENT CSR_BEFORE_ELEMENT
Value0x14B
FCodes.CSR_INTO_CHILD CSR_INTO_CHILD
Value0x14D
FCodes.CSR_PREV_EOS CSR_PREV_EOS
Value0x937
FCodes.CSR_PREV_EOW CSR_PREV_EOW
Value0x938
FCodes.DEL_WORD_START DEL_WORD_START
Value0x160
FCodes.DEL_WORD_END DEL_WORD_END
Value0x161
FCodes.DEL_NEXT_SS DEL_NEXT_SS
Value0x162
FCodes.DEL_BOS DEL_BOS
Value0x163
FCodes.KBD_NUMLOCK KBD_NUMLOCK
Value0x170
FCodes.KBD_GBL_END KBD_GBL_END
Value0x1FF
FCodes.KBD_BACKTAB KBD_BACKTAB
Value0x220
FCodes.KBD_SHFTSPACE KBD_SHFTSPACE
Value0x221

366
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_FIRSTTAB KBD_FIRSTTAB
Value0x222
FCodes.KBD_TABLE_TAB KBD_TABLE_TAB
Value0x223
FCodes.KBD_TAB KBD_TAB
Value0x219
FCodes.KBD_XCHARS KBD_XCHARS
Value0x224
FCodes.KBD_SOFTHYPHEN KBD_SOFTHYPHEN
Value0x225
FCodes.KBD_DONTHYPHEN KBD_DONTHYPHEN
Value0x226
FCodes.KBD_HARDHYPHEN KBD_HARDHYPHEN
Value0x227
FCodes.KBD_HARDSPACE KBD_HARDSPACE
Value0x228
FCodes.KBD_HARDRETURN KBD_HARDRETURN
Value0x229
FCodes.KBD_NUMSPACE KBD_NUMSPACE
Value0x22A
FCodes.KBD_THINSPACE KBD_THINSPACE
Value0x22B
FCodes.KBD_EMSPACE KBD_EMSPACE
Value0x22C
FCodes.KBD_ENSPACE KBD_ENSPACE
Value0x22D
FCodes.KBD_OPENLINE KBD_OPENLINE
Value0x22E
FCodes.KBD_RETURN KBD_RETURN
Value0x22F
FCodes.KBD_FPREV KBD_FPREV
Value0x230
FCodes.KBD_FNEXT KBD_FNEXT
Value0x231

367
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_RONCE KBD_RONCE
Value0x232
FCodes.KBD_RGLOBAL KBD_RGLOBAL
Value0x233
FCodes.KBD_RANDF KBD_RANDF
Value0x234
FCodes.KBD_SETSEARCH KBD_SETSEARCH
Value0x235
FCodes.HIGH_CHAR HIGH_CHAR
Value0x240
FCodes.HIGH_WORD HIGH_WORD
Value0x241
FCodes.HIGH_LINE HIGH_LINE
Value0x242
FCodes.HIGH_SENT HIGH_SENT
Value0x243
FCodes.HIGH_PGF HIGH_PGF
Value0x244
FCodes.HIGH_SHL HIGH_SHL
Value0x245
FCodes.HIGH_SHR HIGH_SHR
Value0x246
FCodes.HIGH_CLEAR HIGH_CLEAR
Value0x247
FCodes.HIGH_FLOW HIGH_FLOW
Value0x248
FCodes.HIGH_ELEMENT HIGH_ELEMENT
Value0x249
FCodes.KBD_ABORT KBD_ABORT
Value0x250
FCodes.KBD_CAPTURE KBD_CAPTURE
Value0x251
FCodes.KBD_ECAPTURE KBD_ECAPTURE
Value0x256

368
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_RECORD KBD_RECORD
Value0x252
FCodes.KBD_GETTRIGGER KBD_GETTRIGGER
Value0x253
FCodes.KBD_ABORT_DLGS KBD_ABORT_DLGS
Value0x254
FCodes.KBD_WAIT_DLGS KBD_WAIT_DLGS
Value0x255
FCodes.TXT_BOLD TXT_BOLD
Value0x260
FCodes.TXT_ITALIC TXT_ITALIC
Value0x261
FCodes.TXT_UNDERLINE TXT_UNDERLINE
Value0x262
FCodes.TXT_PLAIN TXT_PLAIN
Value0x263
FCodes.TXT_SUPER TXT_SUPER
Value0x264
FCodes.TXT_SUB TXT_SUB
Value0x265
FCodes.TXT_NORMAL TXT_NORMAL
Value0x266
FCodes.TXT_INCSIZE TXT_INCSIZE
Value0x267
FCodes.TXT_DECSIZE TXT_DECSIZE
Value0x268
FCodes.TXT_SELINCSIZE TXT_SELINCSIZE
Value0x11F
FCodes.TXT_SELDECSIZE TXT_SELDECSIZE
Value0x120
FCodes.TXT_SQUEEZE TXT_SQUEEZE
Value0x269
FCodes.TXT_SPREAD TXT_SPREAD
Value0x26A

369
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.TXT_NOSTRETCH TXT_NOSTRETCH
Value0x130
FCodes.TXT_LESSSTRETCH TXT_LESSSTRETCH
Value0x131
FCodes.TXT_MORESTRETCH TXT_MORESTRETCH
Value0x132
FCodes.TXT_BAM TXT_BAM
Value0x26B
FCodes.TXT_STRIKEOUT TXT_STRIKEOUT
Value0x26C
FCodes.TXT_DEFAULT TXT_DEFAULT
Value0x26D
FCodes.TXT_OVERLINE TXT_OVERLINE
Value0x26E
FCodes.TXT_CHANGEBAR TXT_CHANGEBAR
Value0x26F
FCodes.TXT_KERN TXT_KERN
Value0x270
FCodes.TXT_OUTLINE TXT_OUTLINE
Value0x271
FCodes.TXT_SHADOW TXT_SHADOW
Value0x272
FCodes.TXT_MINICAPS TXT_MINICAPS
Value0x273
FCodes.TXT_INITCAPS TXT_INITCAPS
Value0x274
FCodes.TXT_UPPERCASE TXT_UPPERCASE
Value0x275
FCodes.TXT_LOWERCASE TXT_LOWERCASE
Value0x276
FCodes.TXT_NORMALCASE TXT_NORMALCASE
Value0x277
FCodes.TXT_DBLUNDERLINE TXT_DBLUNDERLINE
Value0x278

370
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.TXT_NUMUNDERLINE TXT_NUMUNDERLINE
Value0x279
FCodes.TXT_TSUME TXT_TSUME
Value0x2A5
FCodes.TXT_SELBOLD TXT_SELBOLD
Value0x27A
FCodes.TXT_SELITALIC TXT_SELITALIC
Value0x27B
FCodes.TXT_SELUNDERLINE TXT_SELUNDERLINE
Value0x27C
FCodes.TXT_SELPLAIN TXT_SELPLAIN
Value0x27D
FCodes.TXT_7 TXT_7
Value0xC00
FCodes.TXT_9 TXT_9
Value0xC01
FCodes.TXT_10 TXT_10
Value0xC02
FCodes.TXT_12 TXT_12
Value0xC03
FCodes.TXT_14 TXT_14
Value0xC04
FCodes.TXT_18 TXT_18
Value0xC05
FCodes.TXT_24 TXT_24
Value0xC06
FCodes.TXT_USIZE TXT_USIZE
Value0xC07
FCodes.TXT_OTHERSIZE TXT_OTHERSIZE
Value0xC08
FCodes.TXT_FAMILY_AND_VARIATION TXT_FAMILY_AND_VARIATION
Value0xC09
FCodes.TXT_FAMILY_AND_VARIATION_P TXT_FAMILY_AND_VARIATION_PLATFORM
LATFORM Value0xC0A

371
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.PGF_APPLY_TAG PGF_APPLY_TAG
Value0xC10
FCodes.CHAR_APPLY_TAG CHAR_APPLY_TAG
Value0xC11
FCodes.MENU_EXPOSE_WIN MENU_EXPOSE_WIN
Value0xC12
FCodes.MRU_SELECT_FILE MRU_SELECT_FILE
Value0xC13
FCodes.MENU_IMPORT_FILE MENU_IMPORT_FILE
Value0xC14
FCodes.KBD_EXPORT_GRAPHIC KBD_EXPORT_GRAPHIC
Value0xC15
FCodes.KBD_EXPORT_DOCUMENT KBD_EXPORT_DOCUMENT
Value0xC16
FCodes.TXT_FONT TXT_FONT
Value0xC17
FCodes.PGF_APPLY_CAT_TO_SEL PGF_APPLY_CAT_TO_SEL
Value0xF3D
FCodes.CHAR_APPLY_CAT_TO_SEL CHAR_APPLY_CAT_TO_SEL
Value0xF3E
FCodes.PGF_HYPHENON PGF_HYPHENON
Value0x27E
FCodes.PGF_HYPHENOFF PGF_HYPHENOFF
Value0x27F
FCodes.PGF_INCLINE PGF_INCLINE
Value0x280
FCodes.PGF_DECLINE PGF_DECLINE
Value0x281
FCodes.PGF_CENTER PGF_CENTER
Value0x282
FCodes.PGF_LEFT PGF_LEFT
Value0x283
FCodes.PGF_RIGHT PGF_RIGHT
Value0x284

372
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.PGF_FULL PGF_FULL
Value0x285
FCodes.PGF_BAM PGF_BAM
Value0x286
FCodes.PGF_LINEFIX PGF_LINEFIX
Value0x287
FCodes.PGF_LINEFLOAT PGF_LINEFLOAT
Value0x288
FCodes.PGF_UNIFY PGF_UNIFY
Value0x289
FCodes.PGF_PAGETOP PGF_PAGETOP
Value0x28A
FCodes.PGF_COLTOP PGF_COLTOP
Value0x28B
FCodes.PGF_LEFTTOP PGF_LEFTTOP
Value0x28C
FCodes.PGF_RIGHTTOP PGF_RIGHTTOP
Value0x28D
FCodes.PGF_ANYPLACE PGF_ANYPLACE
Value0x28E
FCodes.KBD_ALIGN_TOP KBD_ALIGN_TOP
Value0x290
FCodes.KBD_ALIGN_MIDDLE KBD_ALIGN_MIDDLE
Value0x291
FCodes.KBD_ALIGN_BOTTOM KBD_ALIGN_BOTTOM
Value0x292
FCodes.KBD_OBALIGN_TOP KBD_OBALIGN_TOP
Value0x129
FCodes.KBD_OBALIGN_MIDDLE KBD_OBALIGN_MIDDLE
Value0x12A
FCodes.KBD_OBALIGN_BOTTOM KBD_OBALIGN_BOTTOM
Value0x12B
FCodes.KBD_OBALIGN_CENTER KBD_OBALIGN_CENTER
Value0x12C

373
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_OBALIGN_LEFT KBD_OBALIGN_LEFT
Value0x12D
FCodes.KBD_OBALIGN_RIGHT KBD_OBALIGN_RIGHT
Value0x12E
FCodes.PGF_SINGLE_SPACE PGF_SINGLE_SPACE
Value0x293
FCodes.PGF_ONEANDAHALF_SPACE PGF_ONEANDAHALF_SPACE
Value0x294
FCodes.PGF_DOUBLE_SPACE PGF_DOUBLE_SPACE
Value0x295
FCodes.PGF_SPACE_BETWEEN PGF_SPACE_BETWEEN
Value0x296
FCodes.PGF_LINE_SPACE PGF_LINE_SPACE
Value0x297
FCodes.PGF_UPDATE_ALL PGF_UPDATE_ALL
Value0x298
FCodes.PGF_NEW_FORMAT PGF_NEW_FORMAT
Value0x299
FCodes.KBD_HELP_INDEX KBD_HELP_INDEX
Value0x2A0
FCodes.KBD_HELP_KEYS KBD_HELP_KEYS
Value0x2A1
FCodes.KBD_HELP_SAMPLES KBD_HELP_SAMPLES
Value0x2A2
FCodes.KBD_HELP_OVERVIEW KBD_HELP_OVERVIEW
Value0x2A3
FCodes.KBD_HELP_ONLINEMANUALS KBD_HELP_ONLINEMANUALS
Value0x2A4
FCodes.KBD_HELP_WEBWORKS KBD_HELP_WEBWORKS
Value0x2A6
FCodes.KBD_CUSTOMNEW KBD_CUSTOMNEW
Value0x2FF
FCodes.KBD_NEW KBD_NEW
Value0x300

374
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_NEWBOOK KBD_NEWBOOK
Value0x308
FCodes.KBD_OPEN KBD_OPEN
Value0x301
FCodes.KBD_HEROIC_OPEN KBD_HEROIC_OPEN
Value0x306
FCodes.KBD_SILENT_OPEN KBD_SILENT_OPEN
Value0x307
FCodes.KBD_HELP KBD_HELP
Value0x302
FCodes.KBD_INFO KBD_INFO
Value0x303
FCodes.KBD_CSHELPMODE KBD_CSHELPMODE
Value0x304
FCodes.KBD_ABOUTPRODUCT KBD_ABOUTPRODUCT
Value0x305
FCodes.KBD_BOOKADDFILE KBD_BOOKADDFILE
Value0x30A
FCodes.KBD_BOOKEDITDEFINE KBD_BOOKEDITDEFINE
Value0x30B
FCodes.KBD_BOOKRENAMEFILE KBD_BOOKRENAMEFILE
Value0x30C
FCodes.KBD_BOOKDISPLAYFILENAME KBD_BOOKDISPLAYFILENAME
Value0x30D
FCodes.KBD_BOOKDISPLAYTEXT KBD_BOOKDISPLAYTEXT
Value0x30E
FCodes.KBD_BOOKCOMP_EXCLUDE KBD_BOOKCOMP_EXCLUDE
Value0x4E0
FCodes.KBD_BOOKADDFOLDER KBD_BOOKADDFOLDER
Value0x601
FCodes.KBD_BOOKCOMP_FILENAME KBD_BOOKCOMP_FILENAME
Value0x607
FCodes.KBD_BOOKCOMP_TEXT KBD_BOOKCOMP_TEXT
Value0x608

375
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_BOOKADDGROUP KBD_BOOKADDGROUP
Value0x609
FCodes.KBD_MOVE_UP KBD_MOVE_UP
Value0x70A
FCodes.KBD_MOVE_DOWN KBD_MOVE_DOWN
Value0x70B
FCodes.KBD_MOVE_LEFT KBD_MOVE_LEFT
Value0x70C
FCodes.KBD_MOVE_RIGHT KBD_MOVE_RIGHT
Value0x70D
FCodes.KBD_OPEN_COMPONENTS KBD_OPEN_COMPONENTS
Value0x3EA
FCodes.KBD_CLOSE_COMPONENTS KBD_CLOSE_COMPONENTS
Value0x3EB
FCodes.KBD_PRINT_COMPONENTS KBD_PRINT_COMPONENTS
Value0x3EC
FCodes.KBD_SAVE_COMPONENTS KBD_SAVE_COMPONENTS
Value0x3ED
FCodes.KBD_COMPONENT_PROPERTIES KBD_COMPONENT_PROPERTIES
Value0x3EE
FCodes.KBD_DELETE_FILE KBD_DELETE_FILE
Value0x30F
FCodes.KBD_COLLAPSE_ALL KBD_COLLAPSE_ALL
Value0x3FA
FCodes.KBD_EXPAND_ALL KBD_EXPAND_ALL
Value0x3FB
FCodes.SWITCH_TO_RESOURCEMANAGE SWITCH_TO_RESOURCEMANAGER
R Value0x9EA
FCodes.SWITCH_TO_DOCUMENTVIEW SWITCH_TO_DOCUMENTVIEW
Value0x9EB
FCodes.KBD_SAVE KBD_SAVE
Value0x310
FCodes.KBD_SAVEAS KBD_SAVEAS
Value0x311

376
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_SAVEASPDFREVIEW KBD_SAVEASPDFREVIEW
Value0x95A
FCodes.KBD_SAVEASPDFREVIEW2 KBD_SAVEASPDFREVIEW2
Value0x95B
FCodes.KBD_SAVEASPDFUBIQ KBD_SAVEASPDFUBIQ
Value0x95E
FCodes.KBD_SAVEASPDFSHARE KBD_SAVEASPDFSHARE
Value0x95F
FCodes.KBD_SAVEASPDF KBD_SAVEASPDF
Value0x950
FCodes.KBD_SAVEASXML KBD_SAVEASXML
Value0x951
FCodes.KBD_MANCOND KBD_MANCOND
Value0x952
FCodes.KBD_CONDINDICATOR KBD_CONDINDICATOR
Value0x953
FCodes.KBD_ATTRCOND KBD_ATTRCOND
Value0x954
FCodes.KBD_PREVIEWFBA KBD_PREVIEWFBA
Value0xB16
FCodes.AMT_REGISRATION AMT_REGISRATION
Value0x965
FCodes.AMT_DEACTIVATION AMT_DEACTIVATION
Value0x967
FCodes.AMT_UPDATES AMT_UPDATES
Value0x968
FCodes.KBD_REVERT KBD_REVERT
Value0x312
FCodes.KBD_DOCINFO KBD_DOCINFO
Value0x3DA
FCodes.KBD_SETPOSTER KBD_SETPOSTER
Value0x3DB
FCodes.KBD_REMOVEPOSTER KBD_REMOVEPOSTER
Value0x3DE

377
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_PRINT KBD_PRINT
Value0x313
FCodes.KBD_IMPORT KBD_IMPORT
Value0x314
FCodes.KBD_GENERATE KBD_GENERATE
Value0x3E1
FCodes.KBD_USEFMTFROM KBD_USEFMTFROM
Value0x316
FCodes.KBD_KBMACRO KBD_KBMACRO
Value0x317
FCodes.KBD_SESSION KBD_SESSION
Value0x318
FCodes.KBD_PAGESETUP KBD_PAGESETUP
Value0x319
FCodes.KBD_OPENALL KBD_OPENALL
Value0x31A
FCodes.KBD_QUITALL KBD_QUITALL
Value0x31B
FCodes.KBD_SAVEALL KBD_SAVEALL
Value0x31C
FCodes.KBD_REPEATNEW KBD_REPEATNEW
Value0x31D
FCodes.KBD_PODLOCATION KBD_PODLOCATION
Value0x31E
FCodes.KBD_COMPARE KBD_COMPARE
Value0x31F
FCodes.KBD_UNDO KBD_UNDO
Value0x320
FCodes.KBD_REDO KBD_REDO
Value0x935
FCodes.KBD_HIST KBD_HIST
Value0x936
FCodes.KBD_REPEAT KBD_REPEAT
Value0x939

378
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_CUT KBD_CUT
Value0x321
FCodes.KBD_COPY KBD_COPY
Value0x322
FCodes.KBD_PASTE KBD_PASTE
Value0x323
FCodes.KBD_CLEAR KBD_CLEAR
Value0x324
FCodes.KBD_COPYFONT KBD_COPYFONT
Value0x325
FCodes.KBD_COPYPGF KBD_COPYPGF
Value0x326
FCodes.KBD_SELECTALL KBD_SELECTALL
Value0x327
FCodes.KBD_STUFF KBD_STUFF
Value0x328
FCodes.KBD_SEARCH KBD_SEARCH
Value0x329
FCodes.KBD_SPELLING KBD_SPELLING
Value0x32A
FCodes.KBD_CAPITAL KBD_CAPITAL
Value0x32B
FCodes.KBD_YANK KBD_YANK
Value0x32C
FCodes.KBD_SELECT_GENERATED_FILES KBD_SELECT_GENERATED_FILES
Value0x32D
FCodes.KBD_SELECT_NON_GENERATED_ KBD_SELECT_NON_GENERATED_FILES
FILES Value0x32E
FCodes.KBD_SELECT_FM_FILES KBD_SELECT_FM_FILES
Value0x315
FCodes.KBD_SELECT_PRINTABLE_FILES KBD_SELECT_PRINTABLE_FILES
Value0x9E2
FCodes.KBD_SELECT_EXCLUDED_FILE KBD_SELECT_EXCLUDED_FILE
Value0x9D1

379
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_SELECT_NONEXCLUDED_FIL KBD_SELECT_NONEXCLUDED_FILE
E Value0x9D2
FCodes.KBD_SELECT_CHAPTER_COMPO KBD_SELECT_CHAPTER_COMPONENTS
NENTS Value0x9D3
FCodes.KBD_SELECT_SECTION_COMPON KBD_SELECT_SECTION_COMPONENTS
ENTS Value0x9D4
FCodes.KBD_SELECT_SUBSECTION_COM KBD_SELECT_SUBSECTION_COMPONENTS
PONENTS Value0x9D5
FCodes.KBD_ALLCAP KBD_ALLCAP
Value0x33A
FCodes.KBD_ALLLOWER KBD_ALLLOWER
Value0x33B
FCodes.KBD_INITCAP KBD_INITCAP
Value0x33C
FCodes.KBD_ALLCAPH KBD_ALLCAPH
Value0x369
FCodes.KBD_ALLLOWERH KBD_ALLLOWERH
Value0x36A
FCodes.KBD_INITCAPH KBD_INITCAPH
Value0x36B
FCodes.KBD_THESAURUS KBD_THESAURUS
Value0x3D0
FCodes.KBD_THESAURUS_REPLACE KBD_THESAURUS_REPLACE
Value0x3D3
FCodes.KBD_CREATE_PUBLISHER KBD_CREATE_PUBLISHER
Value0x3D5
FCodes.KBD_SUBSCRIBE_TO KBD_SUBSCRIBE_TO
Value0x3D6
FCodes.KBD_LINK_BOUNDARIES KBD_LINK_BOUNDARIES
Value0x3D7
FCodes.KBD_FONTDESIGN KBD_FONTDESIGN
Value0x330
FCodes.KBD_PGFDESIGN KBD_PGFDESIGN
Value0x331

380
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_RUBIPROPS KBD_RUBIPROPS
Value0x3DD
FCodes.KBD_COLLAYOUT KBD_COLLAYOUT
Value0x348
FCodes.KBD_LINELAYOUT KBD_LINELAYOUT
Value0x332
FCodes.KBD_PAGESIZE KBD_PAGESIZE
Value0x349
FCodes.KBD_PAGINATION KBD_PAGINATION
Value0xA40
FCodes.KBD_PAGEBACK KBD_PAGEBACK
Value0x34A
FCodes.KBD_NEWMASTER KBD_NEWMASTER
Value0xA0A
FCodes.KBD_REORDERMASTER KBD_REORDERMASTER
Value0xA0B
FCodes.KBD_PAGEUPDATE KBD_PAGEUPDATE
Value0xA00
FCodes.KBD_CUST_TEXT_FRAME KBD_CUST_TEXT_FRAME
Value0xA01
FCodes.KBD_CONNECT_TEXT_FRAME KBD_CONNECT_TEXT_FRAME
Value0x35B
FCodes.KBD_CUTHEAD KBD_CUTHEAD
Value0x35C
FCodes.KBD_CURTAIL KBD_CURTAIL
Value0x35D
FCodes.KBD_CUTBOTH KBD_CUTBOTH
Value0xA04
FCodes.KBD_SPLIT KBD_SPLIT
Value0x35A
FCodes.KBD_SPLITR KBD_SPLITR
Value0xA02
FCodes.KBD_SPLITL KBD_SPLITL
Value0xA03

381
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_ROTPAGE_PLUS KBD_ROTPAGE_PLUS
Value0x34E
FCodes.KBD_ROTPAGE_MINUS KBD_ROTPAGE_MINUS
Value0x34F
FCodes.KBD_ROTPAGE_NORM KBD_ROTPAGE_NORM
Value0xA05
FCodes.KBD_NUMBERING KBD_NUMBERING
Value0x333
FCodes.KBD_CBARPRO KBD_CBARPRO
Value0x334
FCodes.KBD_FOOTNOTEPRO KBD_FOOTNOTEPRO
Value0x335
FCodes.KBD_TEXT_OPTIONS KBD_TEXT_OPTIONS
Value0x337
FCodes.KBD_COMBINED_FONTS KBD_COMBINED_FONTS
Value0x338
FCodes.KBD_ACROBAT_SETUP KBD_ACROBAT_SETUP
Value0x36C
FCodes.KBD_LINENUMPRO KBD_LINENUMPRO
Value0x673
FCodes.KBD_LINENUMTOGGLE KBD_LINENUMTOGGLE
Value0x674
FCodes.KBD_FIRSTPAGE KBD_FIRSTPAGE
Value0x340
FCodes.KBD_LASTPAGE KBD_LASTPAGE
Value0x341
FCodes.KBD_BODYPAGE KBD_BODYPAGE
Value0x342
FCodes.KBD_MASTERPAGE KBD_MASTERPAGE
Value0x343
FCodes.KBD_REFPAGE KBD_REFPAGE
Value0x344
FCodes.KBD_GOTOPAGE KBD_GOTOPAGE
Value0x345

382
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_ADDPAGE KBD_ADDPAGE
Value0x346
FCodes.KBD_DELETEPAGE KBD_DELETEPAGE
Value0x347
FCodes.KBD_FREEZE KBD_FREEZE
Value0x34B
FCodes.KBD_TEXTCOLPRO KBD_TEXTCOLPRO
Value0x339
FCodes.KBD_PREVPAGE KBD_PREVPAGE
Value0x34C
FCodes.KBD_NEXTPAGE KBD_NEXTPAGE
Value0x34D
FCodes.KBD_GOTOPAGEN KBD_GOTOPAGEN
Value0x96E
FCodes.KBD_GOTOIP KBD_GOTOIP
Value0x96F
FCodes.KBD_STRWIN_LEFTANCHOR KBD_STRWIN_LEFTANCHOR
Value0x3DF
FCodes.KBD_PAGEBREAK KBD_PAGEBREAK
Value0x32F
FCodes.KBD_ANCHOR KBD_ANCHOR
Value0x350
FCodes.KBD_FOOTNOTE KBD_FOOTNOTE
Value0x351
FCodes.KBD_REFERENCE KBD_REFERENCE
Value0x352
FCodes.KBD_VARIABLE KBD_VARIABLE
Value0x353
FCodes.KBD_INSET KBD_INSET
Value0x354
FCodes.KBD_HYPERTEXT KBD_HYPERTEXT
Value0x359
FCodes.KBD_MARKERS KBD_MARKERS
Value0x355

383
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_EQUATION KBD_EQUATION
Value0x336
FCodes.KBD_CONDTEXT KBD_CONDTEXT
Value0x357
FCodes.KBD_NEWMARKER KBD_NEWMARKER
Value0x356
FCodes.KBD_EDITMARKERTYPE KBD_EDITMARKERTYPE
Value0x409
FCodes.KBD_DELMARKERTYPE KBD_DELMARKERTYPE
Value0x358
FCodes.KBD_RENAMEMARKERTYPE KBD_RENAMEMARKERTYPE
Value0x35F
FCodes.KBD_ADDMARKERTYPE KBD_ADDMARKERTYPE
Value0x41D
FCodes.KBD_DELETEMARKER KBD_DELETEMARKER
Value0x969
FCodes.KBD_MARKERSPOD KBD_MARKERSPOD
Value0x96A
FCodes.KBD_XREFSPOD KBD_XREFSPOD
Value0x96B
FCodes.KBD_FONTPOD KBD_FONTPOD
Value0x966
FCodes.KBD_FONTREPLACEPOD KBD_FONTREPLACEPOD
Value0x95C
FCodes.KBD_HOTSPOTSPOD KBD_HOTSPOTSPOD
Value0x4FF
FCodes.KBD_NEWAFRAME KBD_NEWAFRAME
Value0x96D
FCodes.KBD_NEWHYPERTEXT KBD_NEWHYPERTEXT
Value0x35E
FCodes.KBD_VALIDATE_HYPERTEXT KBD_VALIDATE_HYPERTEXT
Value0xF13
FCodes.MENU_HYPERTEXT MENU_HYPERTEXT
Value0xC18

384
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_HYPRTXT_SHTCUT KBD_HYPRTXT_SHTCUT
Value0x41E
FCodes.WEB_GOTOADOBE WEB_GOTOADOBE
Value0xC19
FCodes.KBD_FMPIP KBD_FMPIP
Value0x806
FCodes.WEB_PREFERENCES WEB_PREFERENCES
Value0xC1A
FCodes.WEB_TOPISSUES WEB_TOPISSUES
Value0xC1B
FCodes.WEB_ADOBEHELP WEB_ADOBEHELP
Value0xC22
FCodes.WEB_CORPORATENEWS WEB_CORPORATENEWS
Value0xC1D
FCodes.WEB_REGISTRATION WEB_REGISTRATION
Value0xC1E
FCodes.WEB_FRAME_BOOKMARKS WEB_FRAME_BOOKMARKS
Value0xC1F
FCodes.WEB_ADOBE_BOOKMARKS WEB_ADOBE_BOOKMARKS
Value0xC21
FCodes.KBD_DUMPHYPERTEXT KBD_DUMPHYPERTEXT
Value0xC20
FCodes.KBD_VARCURPG KBD_VARCURPG
Value0xA06
FCodes.KBD_VARPGCOUNT KBD_VARPGCOUNT
Value0xA07
FCodes.KBD_VARCURDATE KBD_VARCURDATE
Value0xA08
FCodes.KBD_VAROTHER KBD_VAROTHER
Value0xA09
FCodes.KBD_EDITVARIABLE KBD_EDITVARIABLE
Value0xA0C
FCodes.KBD_FINDNEXT KBD_FINDNEXT
Value0x955

385
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_FINDPREV KBD_FINDPREV
Value0x956
FCodes.KBD_TRACKCHANGE KBD_TRACKCHANGE
Value0x957
FCodes.KBD_TRACKCHANGEDISABLE KBD_TRACKCHANGEDISABLE
Value0x95D
FCodes.KBD_ACCEPTCHANGE KBD_ACCEPTCHANGE
Value0x958
FCodes.KBD_REJECTCHANGE KBD_REJECTCHANGE
Value0x959
FCodes.KBD_ACCEPTCHANGEANDNEXT KBD_ACCEPTCHANGEANDNEXT
Value0x99B
FCodes.KBD_REJECTCHANGEANDNEXT KBD_REJECTCHANGEANDNEXT
Value0x99C
FCodes.KBD_ACCEPTALLCHANGE KBD_ACCEPTALLCHANGE
Value0x960
FCodes.KBD_REJECTALLCHANGE KBD_REJECTALLCHANGE
Value0x961
FCodes.KBD_PREVIEW_ACCEPTALL KBD_PREVIEW_ACCEPTALL
Value0x962
FCodes.KBD_PREVIEW_REJECTALL KBD_PREVIEW_REJECTALL
Value0x963
FCodes.KBD_PREVIEW_OFF KBD_PREVIEW_OFF
Value0x964
FCodes.KBD_CONFIGURE_TC_COLOR KBD_CONFIGURE_TC_COLOR
Value0x990
FCodes.KBD_TC_USER_NAME KBD_TC_USER_NAME
Value0x991
FCodes.KBD_TC_SEARCH_DOC KBD_TC_SEARCH_DOC
Value0x133
FCodes.KBD_TC_SEARCH_BOOK KBD_TC_SEARCH_BOOK
Value0x134
FCodes.KBD_TC_SEARCH_DITAMAP KBD_TC_SEARCH_DITAMAP
Value0x135

386
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_TC_SEARCH_SEL KBD_TC_SEARCH_SEL
Value0x136
FCodes.KBD_TOC KBD_TOC
Value0x2B0
FCodes.KBD_LIST_FIGURE KBD_LIST_FIGURE
Value0x2B1
FCodes.KBD_LIST_TABLE KBD_LIST_TABLE
Value0x2B2
FCodes.KBD_LIST_PGF KBD_LIST_PGF
Value0x2B3
FCodes.KBD_LIST_PGF_ALPHA KBD_LIST_PGF_ALPHA
Value0x2B4
FCodes.KBD_LIST_MARKER KBD_LIST_MARKER
Value0x2B5
FCodes.KBD_LIST_MARKER_ALPHA KBD_LIST_MARKER_ALPHA
Value0x2B6
FCodes.KBD_LIST_REFERENCES KBD_LIST_REFERENCES
Value0x2B7
FCodes.KBD_INDEX_STANDARD KBD_INDEX_STANDARD
Value0x2C0
FCodes.KBD_INDEX_AUTHOR KBD_INDEX_AUTHOR
Value0x2C1
FCodes.KBD_INDEX_SUBJECT KBD_INDEX_SUBJECT
Value0x2C2
FCodes.KBD_INDEX_MARKER KBD_INDEX_MARKER
Value0x2C3
FCodes.KBD_INDEX_REFERENCES KBD_INDEX_REFERENCES
Value0x2C4
FCodes.KBD_OPTIONS KBD_OPTIONS
Value0x360
FCodes.KBD_BORDERS KBD_BORDERS
Value0x361
FCodes.KBD_SYMBOLS KBD_SYMBOLS
Value0x362

387
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_RULERS KBD_RULERS
Value0x363
FCodes.KBD_GRID KBD_GRID
Value0x364
FCodes.KBD_SEPARATIONS KBD_SEPARATIONS
Value0x365
FCodes.KBD_COLOR KBD_COLOR
Value0x39F
FCodes.KBD_CONDVISIBILITY KBD_CONDVISIBILITY
Value0x367
FCodes.KBD_CONDTOGGLEOVERR KBD_CONDTOGGLEOVERR
Value0x368
FCodes.KBD_HOTSPOTINDICATORS KBD_HOTSPOTINDICATORS
Value0x508
FCodes.KBD_TOGGLEDRAW KBD_TOGGLEDRAW
Value0x366
FCodes.KBD_VIEWSEP1 KBD_VIEWSEP1
Value0x36D
FCodes.KBD_VIEWSEP2 KBD_VIEWSEP2
Value0x36E
FCodes.KBD_VIEWSEP3 KBD_VIEWSEP3
Value0x36F
FCodes.KBD_VIEWSEP4 KBD_VIEWSEP4
Value0x37D
FCodes.KBD_VIEWSEP5 KBD_VIEWSEP5
Value0x37E
FCodes.KBD_VIEWSEP6 KBD_VIEWSEP6
Value0x39E
FCodes.KBD_MENUCOMPLETE KBD_MENUCOMPLETE
Value0x33D
FCodes.KBD_MENUQUICK KBD_MENUQUICK
Value0x33E
FCodes.KBD_MENUCUSTOM KBD_MENUCUSTOM
Value0x33F

388
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_MENUMODIFY KBD_MENUMODIFY
Value0x3D9
FCodes.KBD_MENURESET KBD_MENURESET
Value0x3D8
FCodes.KBD_SHOW_BORDERS KBD_SHOW_BORDERS
Value0x3F1
FCodes.KBD_SHOW_HOTSPOTINDICATO KBD_SHOW_HOTSPOTINDICATORS
RS Value0x509
FCodes.KBD_SHOW_SYMBOLS KBD_SHOW_SYMBOLS
Value0x3F2
FCodes.KBD_SHOW_RULERS KBD_SHOW_RULERS
Value0x3F3
FCodes.KBD_SHOW_GRID KBD_SHOW_GRID
Value0x3F4
FCodes.KBD_SHOW_LINK_BOUNDARIES KBD_SHOW_LINK_BOUNDARIES
Value0x3F5
FCodes.KBD_SHOW_ELEM_BORDER KBD_SHOW_ELEM_BORDER
Value0x3F6
FCodes.KBD_SHOW_ELEM_TAGS KBD_SHOW_ELEM_TAGS
Value0x3F7
FCodes.KBD_SHOW_GRAPHICS KBD_SHOW_GRAPHICS
Value0x3F8
FCodes.KBD_SHOW_COND_IND KBD_SHOW_COND_IND
Value0x3F9
FCodes.KBD_HIDE_BORDERS KBD_HIDE_BORDERS
Value0x4F1
FCodes.KBD_HIDE_HOTSPOTINDICATORS KBD_HIDE_HOTSPOTINDICATORS
Value0x50A
FCodes.KBD_HIDE_SYMBOLS KBD_HIDE_SYMBOLS
Value0x4F2
FCodes.KBD_HIDE_RULERS KBD_HIDE_RULERS
Value0x4F3
FCodes.KBD_HIDE_GRID KBD_HIDE_GRID
Value0x4F4

389
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_HIDE_LINK_BOUNDARIES KBD_HIDE_LINK_BOUNDARIES
Value0x4F5
FCodes.KBD_HIDE_ELEM_BORDER KBD_HIDE_ELEM_BORDER
Value0x4F6
FCodes.KBD_HIDE_GRAPHICS KBD_HIDE_GRAPHICS
Value0x4F8
FCodes.KBD_HIDE_COND_IND KBD_HIDE_COND_IND
Value0x4F9
FCodes.KBD_INSETPOD KBD_INSETPOD
Value0x994
FCodes.KBD_SEARCHREFS KBD_SEARCHREFS
Value0xB17
FCodes.KBD_FLIPUD KBD_FLIPUD
Value0x370
FCodes.KBD_FLIPLR KBD_FLIPLR
Value0x371
FCodes.KBD_ROTATE_CCW KBD_ROTATE_CCW
Value0x372
FCodes.KBD_ROT_PLUS KBD_ROT_PLUS
Value0x372
FCodes.KBD_ROTATE_CCW_SMALL KBD_ROTATE_CCW_SMALL
Value0x38A
FCodes.KBD_SCALE KBD_SCALE
Value0x373
FCodes.KBD_SMOOTH KBD_SMOOTH
Value0x374
FCodes.KBD_UNSMOOTH KBD_UNSMOOTH
Value0x375
FCodes.KBD_RESHAPE KBD_RESHAPE
Value0x376
FCodes.KBD_JOINCURVES KBD_JOINCURVES
Value0x377
FCodes.KBD_SETSIDES KBD_SETSIDES
Value0x378

390
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_CONSTRAIN KBD_CONSTRAIN
Value0x379
FCodes.KBD_SNAP KBD_SNAP
Value0x37A
FCodes.KBD_GRAVITY KBD_GRAVITY
Value0x37B
FCodes.KBD_KEEPTOOL KBD_KEEPTOOL
Value0x37C
FCodes.KBD_OVERPRINT KBD_OVERPRINT
Value0x3D2
FCodes.KBD_OVERPRINT_NONE KBD_OVERPRINT_NONE
Value0x3D4
FCodes.KBD_RUN_OFF KBD_RUN_OFF
Value0x670
FCodes.KBD_RUN_CONTOUR KBD_RUN_CONTOUR
Value0x668
FCodes.KBD_RUN_BBOX KBD_RUN_BBOX
Value0x669
FCodes.KBD_RUN_GAP KBD_RUN_GAP
Value0x671
FCodes.KBD_RUN_PROPS KBD_RUN_PROPS
Value0x667
FCodes.KBD_SETRUN_PROPS KBD_SETRUN_PROPS
Value0x96C
FCodes.KBD_FRONT KBD_FRONT
Value0x380
FCodes.KBD_BACK KBD_BACK
Value0x381
FCodes.KBD_GROUP KBD_GROUP
Value0x382
FCodes.KBD_UNGROUP KBD_UNGROUP
Value0x383
FCodes.KBD_ALIGN KBD_ALIGN
Value0x384

391
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_DISTRIBUTE KBD_DISTRIBUTE
Value0x385
FCodes.KBD_ROTATE_CW KBD_ROTATE_CW
Value0x386
FCodes.KBD_ROT_MINUS KBD_ROT_MINUS
Value0x386
FCodes.KBD_ROTATE_CW_SMALL KBD_ROTATE_CW_SMALL
Value0x389
FCodes.KBD_OBJPROPS KBD_OBJPROPS
Value0x387
FCodes.KBD_PICKOBJPROPS KBD_PICKOBJPROPS
Value0x388
FCodes.KBD_MUTATE KBD_MUTATE
Value0x37F
FCodes.KBD_ROTATE KBD_ROTATE
Value0x38B
FCodes.KBD_ROTATE_AGAIN KBD_ROTATE_AGAIN
Value0x38C
FCodes.KBD_ROTATE_NATURAL KBD_ROTATE_NATURAL
Value0x38D
FCodes.KBD_REROTATE KBD_REROTATE
Value0x38E
FCodes.KBD_ROTATE_RESET0 KBD_ROTATE_RESET0
Value0x38F
FCodes.KBD_SETALIGN_PROPS KBD_SETALIGN_PROPS
Value0x992
FCodes.KBD_SETDISTRIBUTE_PROPS KBD_SETDISTRIBUTE_PROPS
Value0x993
FCodes.KBD_CLOSEWIN KBD_CLOSEWIN
Value0x390
FCodes.KBD_OPENWIN KBD_OPENWIN
Value0x391
FCodes.KBD_CLOPWIN KBD_CLOPWIN
Value0x392

392
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_MOVEWIN KBD_MOVEWIN
Value0x393
FCodes.KBD_EXPOSEWIN KBD_EXPOSEWIN
Value0x395
FCodes.KBD_HIDEWIN KBD_HIDEWIN
Value0x396
FCodes.KBD_HISHWIN KBD_HISHWIN
Value0x397
FCodes.KBD_REFRESHWIN KBD_REFRESHWIN
Value0x398
FCodes.KBD_QUITWIN KBD_QUITWIN
Value0x399
FCodes.KBD_RESIZELOCK KBD_RESIZELOCK
Value0x39A
FCodes.KBD_RESIZEUNLOCK KBD_RESIZEUNLOCK
Value0x39B
FCodes.KBD_QUIETCLOSEWIN KBD_QUIETCLOSEWIN
Value0x39C
FCodes.KBD_POPUP_MENU KBD_POPUP_MENU
Value0x39D
FCodes.KBD_LINETOOL KBD_LINETOOL
Value0x3A0
FCodes.KBD_RECTTOOL KBD_RECTTOOL
Value0x3A1
FCodes.KBD_POLYGTOOL KBD_POLYGTOOL
Value0x3A2
FCodes.KBD_POLYLTOOL KBD_POLYLTOOL
Value0x3A3
FCodes.KBD_ARCTOOL KBD_ARCTOOL
Value0x3A4
FCodes.KBD_ROUNDRECT KBD_ROUNDRECT
Value0x3A5
FCodes.KBD_OVALTOOL KBD_OVALTOOL
Value0x3A6

393
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_TEXTLTOOL KBD_TEXTLTOOL
Value0x3A7
FCodes.KBD_TEXTRTOOL KBD_TEXTRTOOL
Value0x3A8
FCodes.KBD_FREETOOL KBD_FREETOOL
Value0x3A9
FCodes.KBD_FRAMETOOL KBD_FRAMETOOL
Value0x3AA
FCodes.KBD_LASTTOOL KBD_LASTTOOL
Value0x3AB
FCodes.KBD_WIDTH0 KBD_WIDTH0
Value0x3AC
FCodes.KBD_WIDTH1 KBD_WIDTH1
Value0x3AD
FCodes.KBD_INCWIDTH KBD_INCWIDTH
Value0x3AE
FCodes.KBD_DECWIDTH KBD_DECWIDTH
Value0x3AF
FCodes.KBD_PEN0 KBD_PEN0
Value0x3B0
FCodes.KBD_PEN1 KBD_PEN1
Value0x3B1
FCodes.KBD_INCPEN KBD_INCPEN
Value0x3B2
FCodes.KBD_DECPEN KBD_DECPEN
Value0x3B3
FCodes.KBD_FILL0 KBD_FILL0
Value0x3B4
FCodes.KBD_FILL1 KBD_FILL1
Value0x3B5
FCodes.KBD_INCFILL KBD_INCFILL
Value0x3B6
FCodes.KBD_DECFILL KBD_DECFILL
Value0x3B7

394
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_SETFILL KBD_SETFILL
Value0x3B8
FCodes.KBD_SETPEN KBD_SETPEN
Value0x3B9
FCodes.KBD_SETWIDTH KBD_SETWIDTH
Value0x3BA
FCodes.KBD_SETCAP KBD_SETCAP
Value0x3BB
FCodes.KBD_SETSEP KBD_SETSEP
Value0x3BC
FCodes.KBD_SETSEP_KEEP KBD_SETSEP_KEEP
Value0x3BE
FCodes.KBD_SETSEP_ALL KBD_SETSEP_ALL
Value0x3BF
FCodes.KBD_SETSEP_RESET_TINT_OVER KBD_SETSEP_RESET_TINT_OVERPRINT
PRINT Value0x3D1
FCodes.KBD_SETFILL_0 KBD_SETFILL_0
Value0x430
FCodes.KBD_SETFILL_1 KBD_SETFILL_1
Value0x431
FCodes.KBD_SETFILL_2 KBD_SETFILL_2
Value0x432
FCodes.KBD_SETFILL_3 KBD_SETFILL_3
Value0x433
FCodes.KBD_SETFILL_4 KBD_SETFILL_4
Value0x434
FCodes.KBD_SETFILL_5 KBD_SETFILL_5
Value0x435
FCodes.KBD_SETFILL_6 KBD_SETFILL_6
Value0x436
FCodes.KBD_SETFILL_7 KBD_SETFILL_7
Value0x437
FCodes.KBD_SETFILL_8 KBD_SETFILL_8
Value0x438

395
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_SETFILL_9 KBD_SETFILL_9
Value0x439
FCodes.KBD_SETFILL_A KBD_SETFILL_A
Value0x43A
FCodes.KBD_SETFILL_B KBD_SETFILL_B
Value0x43B
FCodes.KBD_SETFILL_C KBD_SETFILL_C
Value0x43C
FCodes.KBD_SETFILL_D KBD_SETFILL_D
Value0x43D
FCodes.KBD_SETFILL_E KBD_SETFILL_E
Value0x43E
FCodes.KBD_SETFILL_F KBD_SETFILL_F
Value0x43F
FCodes.KBD_SETPEN_0 KBD_SETPEN_0
Value0x440
FCodes.KBD_SETPEN_1 KBD_SETPEN_1
Value0x441
FCodes.KBD_SETPEN_2 KBD_SETPEN_2
Value0x442
FCodes.KBD_SETPEN_3 KBD_SETPEN_3
Value0x443
FCodes.KBD_SETPEN_4 KBD_SETPEN_4
Value0x444
FCodes.KBD_SETPEN_5 KBD_SETPEN_5
Value0x445
FCodes.KBD_SETPEN_6 KBD_SETPEN_6
Value0x446
FCodes.KBD_SETPEN_7 KBD_SETPEN_7
Value0x447
FCodes.KBD_SETPEN_8 KBD_SETPEN_8
Value0x448
FCodes.KBD_SETPEN_9 KBD_SETPEN_9
Value0x449

396
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_SETPEN_A KBD_SETPEN_A
Value0x44A
FCodes.KBD_SETPEN_B KBD_SETPEN_B
Value0x44B
FCodes.KBD_SETPEN_C KBD_SETPEN_C
Value0x44C
FCodes.KBD_SETPEN_D KBD_SETPEN_D
Value0x44D
FCodes.KBD_SETPEN_E KBD_SETPEN_E
Value0x44E
FCodes.KBD_SETPEN_F KBD_SETPEN_F
Value0x44F
FCodes.KBD_SETWIDTH_0 KBD_SETWIDTH_0
Value0x450
FCodes.KBD_SETWIDTH_1 KBD_SETWIDTH_1
Value0x451
FCodes.KBD_SETWIDTH_2 KBD_SETWIDTH_2
Value0x452
FCodes.KBD_SETWIDTH_3 KBD_SETWIDTH_3
Value0x453
FCodes.KBD_SETWIDTH_SLIDE KBD_SETWIDTH_SLIDE
Value0x45E
FCodes.KBD_SETWIDTH_OPTION KBD_SETWIDTH_OPTION
Value0x45F
FCodes.KBD_SETCAP_0 KBD_SETCAP_0
Value0x460
FCodes.KBD_SETCAP_1 KBD_SETCAP_1
Value0x461
FCodes.KBD_SETCAP_2 KBD_SETCAP_2
Value0x462
FCodes.KBD_SETCAP_3 KBD_SETCAP_3
Value0x463
FCodes.KBD_SETCAP_OPTION KBD_SETCAP_OPTION
Value0x46F

397
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_SETDASH_0 KBD_SETDASH_0
Value0x470
FCodes.KBD_SETDASH_1 KBD_SETDASH_1
Value0x471
FCodes.KBD_SETDASH_2 KBD_SETDASH_2
Value0x472
FCodes.KBD_SETDASH_3 KBD_SETDASH_3
Value0x473
FCodes.KBD_SETDASH_4 KBD_SETDASH_4
Value0x474
FCodes.KBD_SETDASH_5 KBD_SETDASH_5
Value0x475
FCodes.KBD_SETDASH_6 KBD_SETDASH_6
Value0x476
FCodes.KBD_SETDASH_7 KBD_SETDASH_7
Value0x477
FCodes.KBD_SETDASH_8 KBD_SETDASH_8
Value0x478
FCodes.KBD_SETDASH_OPTION KBD_SETDASH_OPTION
Value0x47F
FCodes.KBD_SNAP_0 KBD_SNAP_0
Value0x480
FCodes.KBD_SNAP_1 KBD_SNAP_1
Value0x481
FCodes.KBD_GRAVITY_0 KBD_GRAVITY_0
Value0x482
FCodes.KBD_GRAVITY_1 KBD_GRAVITY_1
Value0x483
FCodes.KBD_SETKNOCKOUT KBD_SETKNOCKOUT
Value0x48A
FCodes.KBD_SETOVERPRINT KBD_SETOVERPRINT
Value0x48B
FCodes.KBD_SETFROMCOLOR KBD_SETFROMCOLOR
Value0x48C

398
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_SETTINT KBD_SETTINT
Value0x48D
FCodes.KBD_SETSOLID KBD_SETSOLID
Value0x402
FCodes.KBD_SETDASH KBD_SETDASH
Value0x403
FCodes.KBD_DASH0 KBD_DASH0
Value0x404
FCodes.KBD_DASH1 KBD_DASH1
Value0x405
FCodes.KBD_INCDASH KBD_INCDASH
Value0x406
FCodes.KBD_DECDASH KBD_DECDASH
Value0x407
FCodes.KBD_DASHOPTION KBD_DASHOPTION
Value0x408
FCodes.KBD_CHECKSEL KBD_CHECKSEL
Value0x3C0
FCodes.KBD_CHECKDOC KBD_CHECKDOC
Value0x3C1
FCodes.KBD_CORRECT KBD_CORRECT
Value0x3C2
FCodes.KBD_ADDUSRDICT KBD_ADDUSRDICT
Value0x3C3
FCodes.KBD_ADDDOCDICT KBD_ADDDOCDICT
Value0x3C4
FCodes.KBD_ADDAUTOCORR KBD_ADDAUTOCORR
Value0x3C5
FCodes.KBD_DELUSRDICT KBD_DELUSRDICT
Value0x3C6
FCodes.KBD_DELDOCDICT KBD_DELDOCDICT
Value0x3C7
FCodes.KBD_CLEARAUTO KBD_CLEARAUTO
Value0x3C8

399
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_CHANGEDICT KBD_CHANGEDICT
Value0x3C9
FCodes.KBD_SPELLRESET KBD_SPELLRESET
Value0x3CA
FCodes.KBD_CHECKPAGE KBD_CHECKPAGE
Value0x3CB
FCodes.KBD_SPOPTIONS KBD_SPOPTIONS
Value0x3CC
FCodes.KBD_HYPHENATE KBD_HYPHENATE
Value0x3CD
FCodes.KBD_CHECKBATCH KBD_CHECKBATCH
Value0x3CE
FCodes.KBD_REFORMATDOC KBD_REFORMATDOC
Value0x3CF
FCodes.KBD_ASC_CORRECT KBD_ASC_CORRECT
Value0x995
FCodes.KBD_ASC_ADDUSRDICT KBD_ASC_ADDUSRDICT
Value0x996
FCodes.KBD_ASC_ADDDOCDICT KBD_ASC_ADDDOCDICT
Value0x997
FCodes.KBD_ASC_ENABLE_AUTO_SPELL KBD_ASC_ENABLE_AUTO_SPELL_CHECK
_CHECK Value0x999
FCodes.TEXT_INSET_PROPS TEXT_INSET_PROPS
Value0x3E0
FCodes.UPDATE_INSETS UPDATE_INSETS
Value0x3E1
FCodes.SUPPRESS_INSETS SUPPRESS_INSETS
Value0x3E2
FCodes.KBD_CREATE_MULTIMEDIA_LINK KBD_CREATE_MULTIMEDIA_LINK
Value0x3E3
FCodes.KBD_CREATE_MULTIMEDIA_LINK KBD_CREATE_MULTIMEDIA_LINK_TBL
_TBL Value0x3E4
FCodes.KBD_MENUBARFOCUS KBD_MENUBARFOCUS
Value0x3F0

400
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_SINGLE_QUOTE KBD_SINGLE_QUOTE
Value0x400
FCodes.KBD_DOUBLE_QUOTE KBD_DOUBLE_QUOTE
Value0x401
FCodes.HIGH_CHAR_PREV HIGH_CHAR_PREV
Value0x410
FCodes.HIGH_WORD_PREV HIGH_WORD_PREV
Value0x411
FCodes.HIGH_LINE_PREV HIGH_LINE_PREV
Value0x412
FCodes.HIGH_SENT_PREV HIGH_SENT_PREV
Value0x413
FCodes.HIGH_PGF_PREV HIGH_PGF_PREV
Value0x414
FCodes.HIGH_LINE_UP HIGH_LINE_UP
Value0x415
FCodes.HIGH_LINE_DOWN HIGH_LINE_DOWN
Value0x416
FCodes.HIGH_COL_TOP HIGH_COL_TOP
Value0x417
FCodes.HIGH_COL_BOT HIGH_COL_BOT
Value0x418
FCodes.HIGH_FLOW_BEG HIGH_FLOW_BEG
Value0x419
FCodes.HIGH_FLOW_END HIGH_FLOW_END
Value0x41A
FCodes.HIGH_LINE_BEG HIGH_LINE_BEG
Value0x41B
FCodes.HIGH_LINE_END HIGH_LINE_END
Value0x41C
FCodes.HIGH_ELEMENT_PREV HIGH_ELEMENT_PREV
Value0x420
FCodes.HIGH_ELEMENT_NEXT HIGH_ELEMENT_NEXT
Value0x421

401
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.HIGH_SIBLINGS HIGH_SIBLINGS
Value0x422
FCodes.HIGH_PARENT HIGH_PARENT
Value0x423
FCodes.KBD_DFN_WEB_obsolete KBD_DFN_WEB_obsolete
Value0x500
FCodes.KBD_DFN_LIB_obsolete KBD_DFN_LIB_obsolete
Value0x501
FCodes.KBD_PASTE_RTF KBD_PASTE_RTF
Value0x502
FCodes.KBD_PAGELAYOUT KBD_PAGELAYOUT
Value0x503
FCodes.KBD_COPYRIGHT KBD_COPYRIGHT
Value0x504
FCodes.KBD_RESTOREFONT KBD_RESTOREFONT
Value0x505
FCodes.KBD_SYMFONT KBD_SYMFONT
Value0x506
FCodes.HIGH_CHAR_NEXT HIGH_CHAR_NEXT
Value0x510
FCodes.HIGH_WORD_NEXT HIGH_WORD_NEXT
Value0x511
FCodes.HIGH_LINE_NEXT HIGH_LINE_NEXT
Value0x512
FCodes.HIGH_SENT_NEXT HIGH_SENT_NEXT
Value0x513
FCodes.HIGH_PGF_NEXT HIGH_PGF_NEXT
Value0x514
FCodes.HIGH_SAMECB HIGH_SAMECB
Value0x515
FCodes.HIGH_SAMECOND HIGH_SAMECOND
Value0x516
FCodes.HIGH_HYPERTEXT HIGH_HYPERTEXT
Value0x517

402
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.SEARCH_CB SEARCH_CB
Value0x518
FCodes.SEARCH_CBTAG SEARCH_CBTAG
Value0x519
FCodes.SEARCH_COND SEARCH_COND
Value0x51A
FCodes.SEARCH_CBOVERRIDE SEARCH_CBOVERRIDE
Value0x51B
FCodes.OBJ_SEL_FIRST OBJ_SEL_FIRST
Value0x600
FCodes.OBJ_SEL_NEXT OBJ_SEL_NEXT
Value0x601
FCodes.OBJ_SEL_EXTEND_NEXT OBJ_SEL_EXTEND_NEXT
Value0x602
FCodes.OBJ_SEL_PREV OBJ_SEL_PREV
Value0x603
FCodes.OBJ_SEL_NEXT_WRAP OBJ_SEL_NEXT_WRAP
Value0x604
FCodes.OBJ_SEL_PREV_WRAP OBJ_SEL_PREV_WRAP
Value0x605
FCodes.OBJ_SEL_LAST OBJ_SEL_LAST
Value0x606
FCodes.FOCUS_INPUT_DOC FOCUS_INPUT_DOC
Value0x620
FCodes.FOCUS_INPUT_SEARCH FOCUS_INPUT_SEARCH
Value0x621
FCodes.FOCUS_INPUT_MARKER FOCUS_INPUT_MARKER
Value0x622
FCodes.FOCUS_INPUT_SPELL FOCUS_INPUT_SPELL
Value0x623
FCodes.FOCUS_INPUT_HYPERTEXT FOCUS_INPUT_HYPERTEXT
Value0x624
FCodes.FOCUS_INPUT_PGFFMT FOCUS_INPUT_PGFFMT
Value0x626

403
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.FOCUS_INPUT_FONTFMT FOCUS_INPUT_FONTFMT
Value0x627
FCodes.FOCUS_INPUT_COND FOCUS_INPUT_COND
Value0x629
FCodes.FOCUS_INPUT_CELLFMT FOCUS_INPUT_CELLFMT
Value0x62A
FCodes.FOCUS_INPUT_CUSTRS FOCUS_INPUT_CUSTRS
Value0x62B
FCodes.FOCUS_INPUT_TBLFMT FOCUS_INPUT_TBLFMT
Value0x62C
FCodes.FOCUS_INPUT_STRWIN FOCUS_INPUT_STRWIN
Value0x62D
FCodes.FOCUS_INPUT_VALIDATION FOCUS_INPUT_VALIDATION
Value0x62E
FCodes.FOCUS_INPUT_ATTREDITOR FOCUS_INPUT_ATTREDITOR
Value0x62F
FCodes.FOCUS_INPUT_ELEM_CTX FOCUS_INPUT_ELEM_CTX
Value0xA32
FCodes.KBD_CLOSE_SEARCH KBD_CLOSE_SEARCH
Value0x681
FCodes.KBD_CLOSE_MARKER KBD_CLOSE_MARKER
Value0x682
FCodes.KBD_CLOSE_SPELL KBD_CLOSE_SPELL
Value0x683
FCodes.KBD_CLOSE_PGFFMT KBD_CLOSE_PGFFMT
Value0x684
FCodes.KBD_CLOSE_FONTFMT KBD_CLOSE_FONTFMT
Value0x685
FCodes.KBD_CLOSE_COND KBD_CLOSE_COND
Value0x686
FCodes.KBD_CLOSE_CUSTRS KBD_CLOSE_CUSTRS
Value0x687
FCodes.KBD_CLOSE_TBLFMT KBD_CLOSE_TBLFMT
Value0x688

404
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_CLOSE_STRWIN KBD_CLOSE_STRWIN
Value0x689
FCodes.KBD_CLOSE_VALIDATION KBD_CLOSE_VALIDATION
Value0x68A
FCodes.KBD_CLOSE_ATTREDITOR KBD_CLOSE_ATTREDITOR
Value0x68B
FCodes.KBD_CLOSE_ELEM_CTX KBD_CLOSE_ELEM_CTX
Value0x68C
FCodes.KBD_CLOSE_HYPERTEXT KBD_CLOSE_HYPERTEXT
Value0x68D
FCodes.KBD_PAUSE_1x00 KBD_PAUSE_1x00
Value0x630
FCodes.KBD_PAUSE_0x10 KBD_PAUSE_0x10
Value0x631
FCodes.KBD_PAUSE_0x01 KBD_PAUSE_0x01
Value0x632
FCodes.KBD_SLOW_0x00 KBD_SLOW_0x00
Value0x633
FCodes.KBD_SLOW_1x00 KBD_SLOW_1x00
Value0x634
FCodes.KBD_SLOW_0x10 KBD_SLOW_0x10
Value0x635
FCodes.KBD_SLOW_0x01 KBD_SLOW_0x01
Value0x636
FCodes.KBD_SET_TEXTFRAME_GRID KBD_SET_TEXTFRAME_GRID
Value0x666
FCodes.KBD_PURIFY_NEW_LEAKS KBD_PURIFY_NEW_LEAKS
Value0x650
FCodes.KBD_PURIFY_ALL_LEAKS KBD_PURIFY_ALL_LEAKS
Value0x651
FCodes.KBD_PURIFY_CLEAR_LEAKS KBD_PURIFY_CLEAR_LEAKS
Value0x652
FCodes.KBD_COUNT_SBLOCKS KBD_COUNT_SBLOCKS
Value0x653

405
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_API KBD_API
Value0xDF0
FCodes.KBD_API_SHORTCUT KBD_API_SHORTCUT
Value0xDF1
FCodes.TYPEIN TYPEIN
Value0xDF2
FCodes.INLINE_TYPEIN INLINE_TYPEIN
Value0xDF3
FCodes.KBD_VIEW_API KBD_VIEW_API
Value0xDF4
FCodes.KBD_VIEW_API_SHORTCUT KBD_VIEW_API_SHORTCUT
Value0xDF5
FCodes.KBD_VIEW_SWITCH KBD_VIEW_SWITCH
Value0xDF6
FCodes.KBD_BACKSTACK KBD_BACKSTACK
Value0xEF0
FCodes.KBD_UPSTACK KBD_UPSTACK
Value0xEF1
FCodes.KBD_VIEWER KBD_VIEWER
Value0xF00
FCodes.TOGGLE_FLUID_VIEW TOGGLE_FLUID_VIEW
Value0x500
FCodes.KBD_DSEXIT KBD_DSEXIT
Value0xF01
FCodes.KBD_MEMFAIL KBD_MEMFAIL
Value0xF02
FCodes.KBD_SAVEMETA KBD_SAVEMETA
Value0xF03
FCodes.KBD_MEM_STATS KBD_MEM_STATS
Value0xF04
FCodes.KBD_CACHE_STATS KBD_CACHE_STATS
Value0xF05
FCodes.KBD_NEWVAR KBD_NEWVAR
Value0xF06

406
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_UPDATEREF KBD_UPDATEREF
Value0xF07
FCodes.KBD_DEREFREF KBD_DEREFREF
Value0xF08
FCodes.KBD_HEATREF KBD_HEATREF
Value0xF09
FCodes.KBD_DOC_REPORT KBD_DOC_REPORT
Value0xF10
FCodes.KBD_FULLRULERS KBD_FULLRULERS
Value0x3BD
FCodes.KBD_ALLSELECT KBD_ALLSELECT
Value0xF20
FCodes.KBD_OBJSELECT KBD_OBJSELECT
Value0xF21
FCodes.KBD_TOOLWIN KBD_TOOLWIN
Value0xF22
FCodes.KBD_PGFWIN KBD_PGFWIN
Value0xF23
FCodes.KBD_FONTWIN KBD_FONTWIN
Value0xF24
FCodes.KBD_RESIZEBOX KBD_RESIZEBOX
Value0xF25
FCodes.KBD_MATHWIN KBD_MATHWIN
Value0xF26
FCodes.KBD_RESIZEBOXM KBD_RESIZEBOXM
Value0xF27
FCodes.KBD_ELEMENTWIN KBD_ELEMENTWIN
Value0xF28
FCodes.KBD_SMALLTOOLWIN KBD_SMALLTOOLWIN
Value0xF29
FCodes.KBD_OBJSELECT_NOPREF KBD_OBJSELECT_NOPREF
Value0xF2A
FCodes.KBD_HOTSPOT KBD_HOTSPOT
Value0x4FD

407
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_EDITHOTSPOT KBD_EDITHOTSPOT
Value0x4FE
FCodes.KBD_DELINKHOTSPOT KBD_DELINKHOTSPOT
Value0x507
FCodes.KBD_ZOOMIN KBD_ZOOMIN
Value0xF30
FCodes.KBD_ZOOMOUT KBD_ZOOMOUT
Value0xF31
FCodes.KBD_ZOOM_FIT_PAGE KBD_ZOOM_FIT_PAGE
Value0xF32
FCodes.KBD_ZOOM_FIT_WINDOW KBD_ZOOM_FIT_WINDOW
Value0xF33
FCodes.KBD_ZOOM KBD_ZOOM
Value0xF34
FCodes.KBD_ZOOM100 KBD_ZOOM100
Value0xF35
FCodes.KBD_ZOOM_SET KBD_ZOOM_SET
Value0xF3C
FCodes.KBD_ZOOM_FIT_TEXTFRAME KBD_ZOOM_FIT_TEXTFRAME
Value0xF3F
FCodes.KBD_ZOOM_AUTOFIT_AFTER_Z KBD_ZOOM_AUTOFIT_AFTER_ZOOM
OOM Value0xF1A
FCodes.KBD_TAGSTATUS KBD_TAGSTATUS
Value0xF36
FCodes.KBD_PAGESTATUS KBD_PAGESTATUS
Value0xF37
FCodes.KBD_HSCROLL KBD_HSCROLL
Value0xF38
FCodes.KBD_VSCROLL KBD_VSCROLL
Value0xF39
FCodes.KBD_RENAMEPAGE KBD_RENAMEPAGE
Value0xF3A
FCodes.KBD_RENAMEFRAME KBD_RENAMEFRAME
Value0xF3B

408
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_FONTQUICK KBD_FONTQUICK
Value0xF40
FCodes.KBD_PGFQUICK KBD_PGFQUICK
Value0xF41
FCodes.KBD_VARQUICK KBD_VARQUICK
Value0xF42
FCodes.KBD_CELLFMTQUICK KBD_CELLFMTQUICK
Value0xF43
FCodes.KBD_CONDINQUICK KBD_CONDINQUICK
Value0xF44
FCodes.KBD_CONDNOTINQUICK KBD_CONDNOTINQUICK
Value0xF45
FCodes.KBD_UNCOND KBD_UNCOND
Value0xF46
FCodes.KBD_CONDVISONLYQUICK KBD_CONDVISONLYQUICK
Value0xF47
FCodes.KBD_INSERTQUICK KBD_INSERTQUICK
Value0xF48
FCodes.KBD_WRAPQUICK KBD_WRAPQUICK
Value0xF49
FCodes.KBD_CHANGEQUICK KBD_CHANGEQUICK
Value0xF4C
FCodes.KBD_ATTREDITQUICK KBD_ATTREDITQUICK
Value0xF4D
FCodes.PGF_DESIGN_CAT PGF_DESIGN_CAT
Value0xF4E
FCodes.CHAR_DESIGN_CAT CHAR_DESIGN_CAT
Value0xF4F
FCodes.TBL_DESIGN_CAT TBL_DESIGN_CAT
Value0xF5F
FCodes.KBD_NOCHANGEDB KBD_NOCHANGEDB
Value0xF4A
FCodes.KBD_RESETDB KBD_RESETDB
Value0xF4B

409
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_SMEQN KBD_SMEQN
Value0xF50
FCodes.KBD_MEDEQN KBD_MEDEQN
Value0xF51
FCodes.KBD_LGEQN KBD_LGEQN
Value0xF52
FCodes.KBD_PUTINLINE KBD_PUTINLINE
Value0xF53
FCodes.KBD_ANTIPUTINLINE KBD_ANTIPUTINLINE
Value0xF54
FCodes.KBD_EVACUATE KBD_EVACUATE
Value0xF60
FCodes.KBD_VERIFYCONTEXT KBD_VERIFYCONTEXT
Value0xF61
FCodes.KBD_SAVEASDBRE KBD_SAVEASDBRE
Value0xF70
FCodes.KBD_TEST_MODAL KBD_TEST_MODAL
Value0xF71
FCodes.KBD_TEST_MODELESS KBD_TEST_MODELESS
Value0xF72
FCodes.KBD_STUFF_ITEM KBD_STUFF_ITEM
Value0xF73
FCodes.KBD_SAVESAS KBD_SAVESAS
Value0xF74
FCodes.KBD_TEST_PRINTDBRE KBD_TEST_PRINTDBRE
Value0xF75
FCodes.KBD_SAVEFMX KBD_SAVEFMX
Value0xF76
FCodes.KBD_SAVEDBRE KBD_SAVEDBRE
Value0xF77
FCodes.KBD_CAPTURE_LIVE_DIALOG KBD_CAPTURE_LIVE_DIALOG
Value0xF78
FCodes.KBD_RM_MODE KBD_RM_MODE
Value0xF79

410
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_DRE_MODE_X KBD_DRE_MODE_X
Value0xF7A
FCodes.KBD_DRE_MODE_W KBD_DRE_MODE_W
Value0xF7B
FCodes.KBD_DRE_MODE_M KBD_DRE_MODE_M
Value0xF7C
FCodes.KBD_TABLE_INS KBD_TABLE_INS
Value0xF80
FCodes.KBD_TABLE_FORMAT KBD_TABLE_FORMAT
Value0xF81
FCodes.KBD_TABLE_CELLFMT KBD_TABLE_CELLFMT
Value0xF84
FCodes.KBD_TABLE_ROWFMT KBD_TABLE_ROWFMT
Value0xF85
FCodes.KBD_TABLE_CUSTRS KBD_TABLE_CUSTRS
Value0xF86
FCodes.KBD_TABLE_ADDRC KBD_TABLE_ADDRC
Value0xF87
FCodes.KBD_TABLE_RESIZECOL KBD_TABLE_RESIZECOL
Value0xF88
FCodes.KBD_TABLE_STRADDLE KBD_TABLE_STRADDLE
Value0xF89
FCodes.KBD_TABLE_CONVERT KBD_TABLE_CONVERT
Value0xF8A
FCodes.KBD_TABLE_DEBUG KBD_TABLE_DEBUG
Value0xF8B
FCodes.KBD_TABLE_RULES KBD_TABLE_RULES
Value0xF8C
FCodes.KBD_TABLE_EXIT_IP KBD_TABLE_EXIT_IP
Value0xFC0
FCodes.KBD_TBL_DLG_UNIFY_TF KBD_TBL_DLG_UNIFY_TF
Value0xF90
FCodes.KBD_TBL_DLG_UNIFY_CF KBD_TBL_DLG_UNIFY_CF
Value0xF91

411
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_TBL_DLG_ADD_ABOVE KBD_TBL_DLG_ADD_ABOVE
Value0xF92
FCodes.KBD_TBL_DLG_ADD_BELOW KBD_TBL_DLG_ADD_BELOW
Value0xF93
FCodes.KBD_TBL_DLG_ADD_LEFT KBD_TBL_DLG_ADD_LEFT
Value0xF94
FCodes.KBD_TBL_DLG_ADD_RIGHT KBD_TBL_DLG_ADD_RIGHT
Value0xF95
FCodes.KBD_TBL_DLG_CLEAR_EMPTY KBD_TBL_DLG_CLEAR_EMPTY
Value0xF96
FCodes.KBD_TBL_DLG_CLEAR_X KBD_TBL_DLG_CLEAR_X
Value0xF97
FCodes.KBD_TBL_DLG_PASTE_REPL KBD_TBL_DLG_PASTE_REPL
Value0xF98
FCodes.KBD_TBL_DLG_PASTE_BEFORE KBD_TBL_DLG_PASTE_BEFORE
Value0xF99
FCodes.KBD_TBL_DLG_PASTE_AFTER KBD_TBL_DLG_PASTE_AFTER
Value0xF9A
FCodes.KBD_TABLEWIN KBD_TABLEWIN
Value0xFBB
FCodes.TBL_APPLY_CAT_TO_SEL TBL_APPLY_CAT_TO_SEL
Value0xFBC
FCodes.KBD_CLOSE_TABLE_CATALOG KBD_CLOSE_TABLE_CATALOG
Value0xFBD
FCodes.TBL_APPLY_TAG TBL_APPLY_TAG
Value0xFBE
FCodes.KBD_COPYCELLFMT KBD_COPYCELLFMT
Value0xF9B
FCodes.KBD_COPYCOLW KBD_COPYCOLW
Value0xF9C
FCodes.KBD_COPYCOND KBD_COPYCOND
Value0xF9D
FCodes.KBD_USEELTDEFSFROM KBD_USEELTDEFSFROM
Value0xF9E

412
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_COPYATTRS KBD_COPYATTRS
Value0xF9F
FCodes.KBD_ATOMIZE_INSET KBD_ATOMIZE_INSET
Value0xFAA
FCodes.KBD_SWAP_RED_BLUE KBD_SWAP_RED_BLUE
Value0xFAB
FCodes.KBD_REWRAP_INLINE_MATH KBD_REWRAP_INLINE_MATH
Value0xFAC
FCodes.KBD_MODE_ROTATE_TOOL KBD_MODE_ROTATE_TOOL
Value0xFAD
FCodes.KBD_XYZZY KBD_XYZZY
Value0xFED
FCodes.KBD_XYZZZ KBD_XYZZZ
Value0xEE0
FCodes.KBD_XYZZQ KBD_XYZZQ
Value0xEE1
FCodes.KBD_ACTIVATE_IN_PDF_BYDEFA KBD_ACTIVATE_IN_PDF_BYDEFAULT
ULT Value0x4FA
FCodes.KBD_OPEN_IN_POPUP_WIN_IN_ KBD_OPEN_IN_POPUP_WIN_IN_PDF
PDF Value0x4FB
FCodes.KBD_GRAPHIC_SET_NAME KBD_GRAPHIC_SET_NAME
Value0x4FC
FCodes.CMD_OPEN_DITAMAP_COMPON CMD_OPEN_DITAMAP_COMPONENT
ENT Value0xF14
FCodes.PGF_DESIGNKIT_APPLY PGF_DESIGNKIT_APPLY
Value0xAAA
FCodes.CHAR_DESIGNKIT_APPLY CHAR_DESIGNKIT_APPLY
Value0xAAB
FCodes.TBL_DESIGNKIT_APPLY TBL_DESIGNKIT_APPLY
Value0xAAC
FCodes.PGF_DESIGNKIT_UPDATEALL PGF_DESIGNKIT_UPDATEALL
Value0xAAD
FCodes.CHAR_DESIGNKIT_UPDATEALL CHAR_DESIGNKIT_UPDATEALL
Value0xAAE

413
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.TBL_DESIGNKIT_UPDATEALL TBL_DESIGNKIT_UPDATEALL
Value0xAAF
FCodes.PGF_DESIGNKIT_NEWFORMAT PGF_DESIGNKIT_NEWFORMAT
Value0xB00
FCodes.CHAR_DESIGNKIT_NEWFORMAT CHAR_DESIGNKIT_NEWFORMAT
Value0xB01
FCodes.TBL_DESIGNKIT_NEWFORMAT TBL_DESIGNKIT_NEWFORMAT
Value0xB02
FCodes.PGF_DESIGNKIT_UPDATEOPTION PGF_DESIGNKIT_UPDATEOPTIONS
S Value0xB03
FCodes.CHAR_DESIGNKIT_UPDATEOPTIO CHAR_DESIGNKIT_UPDATEOPTIONS
NS Value0xB04
FCodes.TBL_DESIGNKIT_UPDATEOPTION TBL_DESIGNKIT_UPDATEOPTIONS
S Value0xB05
FCodes.KBD_PGFFMT_DELETE KBD_PGFFMT_DELETE
Value0xB06
FCodes.KBD_CHARFMT_DELETE KBD_CHARFMT_DELETE
Value0xB07
FCodes.KBD_TBLFMT_DELETE KBD_TBLFMT_DELETE
Value0xB08
FCodes.KBD_STYLEFMT_DELETE_UNUSE KBD_STYLEFMT_DELETE_UNUSED
D Value0xB10
FCodes.KBD_PGFFMT_DELETE_UNUSED KBD_PGFFMT_DELETE_UNUSED
Value0xB13
FCodes.KBD_CHARFMT_DELETE_UNUSE KBD_CHARFMT_DELETE_UNUSED
D Value0xB14
FCodes.KBD_TBLFMT_DELETE_UNUSED KBD_TBLFMT_DELETE_UNUSED
Value0xB15
FCodes.PGF_DESIGNKIT_RESET PGF_DESIGNKIT_RESET
Value0xABA
FCodes.CHAR_DESIGNKIT_RESET CHAR_DESIGNKIT_RESET
Value0xABB
FCodes.TBL_DESIGNKIT_RESET TBL_DESIGNKIT_RESET
Value0xABC

414
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_STYLEFMT_DELETE KBD_STYLEFMT_DELETE
Value0xBB0
FCodes.KBD_STYLE_CATALOG KBD_STYLE_CATALOG
Value0xBB1
FCodes.KBD_STYLE_DESIGNER KBD_STYLE_DESIGNER
Value0xBB2
FCodes.CONDTEXT_KIT_APPLY CONDTEXT_KIT_APPLY
Value0xB09
FCodes.ALT_TXT_INSET ALT_TXT_INSET
Value0xB11
FCodes.ALT_GFX_INSET ALT_GFX_INSET
Value0xB12
FCodes.KBD_TBLSEL_CELL KBD_TBLSEL_CELL
Value0xFA0
FCodes.KBD_TBLSEL_ROW KBD_TBLSEL_ROW
Value0xFA1
FCodes.KBD_TBLSEL_COL KBD_TBLSEL_COL
Value0xFA2
FCodes.KBD_TBLSEL_TABLE KBD_TBLSEL_TABLE
Value0xFA3
FCodes.KBD_TBLSEL_CELLTEXT KBD_TBLSEL_CELLTEXT
Value0xFA4
FCodes.KBD_TBLSEL_COLBODY KBD_TBLSEL_COLBODY
Value0xFA5
FCodes.KBD_TBLIP_TOPLEFT KBD_TBLIP_TOPLEFT
Value0xFB0
FCodes.KBD_TBLIP_RIGHT KBD_TBLIP_RIGHT
Value0xFB1
FCodes.KBD_TBLIP_LEFT KBD_TBLIP_LEFT
Value0xFB2
FCodes.KBD_TBLIP_ABOVE KBD_TBLIP_ABOVE
Value0xFB3
FCodes.KBD_TBLIP_BELOW KBD_TBLIP_BELOW
Value0xFB4

415
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_TBLIP_LEFTMOST KBD_TBLIP_LEFTMOST
Value0xFB5
FCodes.KBD_TBLIP_RIGHTMOST KBD_TBLIP_RIGHTMOST
Value0xFB6
FCodes.KBD_TBLIP_NEXT KBD_TBLIP_NEXT
Value0xFB7
FCodes.KBD_TBLIP_PREV KBD_TBLIP_PREV
Value0xFB8
FCodes.KBD_TBLIP_TOP KBD_TBLIP_TOP
Value0xFB9
FCodes.KBD_TBLIP_BOTTOM KBD_TBLIP_BOTTOM
Value0xFBA
FCodes.PGF_KBD_SIDEBODY PGF_KBD_SIDEBODY
Value0xFC9
FCodes.PGF_KBD_SIDEHEAD_FIRST_BAS PGF_KBD_SIDEHEAD_FIRST_BASELINE
ELINE Value0xFCA
FCodes.PGF_KBD_SIDEHEAD_LAST_BASE PGF_KBD_SIDEHEAD_LAST_BASELINE
LINE Value0xFCB
FCodes.PGF_KBD_SIDEHEAD_TOP PGF_KBD_SIDEHEAD_TOP
Value0xFCC
FCodes.PGF_KBD_RUN_IN PGF_KBD_RUN_IN
Value0xFCD
FCodes.PGF_KBD_FULLSTRADDLE PGF_KBD_FULLSTRADDLE
Value0xFCE
FCodes.PGF_KBD_BODYSTRADDLE PGF_KBD_BODYSTRADDLE
Value0xFCF
FCodes.KBD_TBL_DLG_SHRINKWRAP KBD_TBL_DLG_SHRINKWRAP
Value0xFD0
FCodes.ELEM_INS_CAT_AT_SEL ELEM_INS_CAT_AT_SEL
Value0xA10
FCodes.ELEM_WRAP_CAT_AT_SEL ELEM_WRAP_CAT_AT_SEL
Value0xA11
FCodes.ELEM_CHANGE_CAT_AT_SEL ELEM_CHANGE_CAT_AT_SEL
Value0xA12

416
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.ELEM_INSERT_CUSTOM_1 ELEM_INSERT_CUSTOM_1
Value0xA21
FCodes.ELEM_INSERT_CUSTOM_2 ELEM_INSERT_CUSTOM_2
Value0xA22
FCodes.ELEM_INSERT_CUSTOM_3 ELEM_INSERT_CUSTOM_3
Value0xA23
FCodes.ELEM_INSERT_CUSTOM_4 ELEM_INSERT_CUSTOM_4
Value0xA24
FCodes.ELEM_INSERT_CUSTOM_5 ELEM_INSERT_CUSTOM_5
Value0xA25
FCodes.ELEM_INSERT_CUSTOM_6 ELEM_INSERT_CUSTOM_6
Value0xA26
FCodes.ELEM_INSERT_CUSTOM_7 ELEM_INSERT_CUSTOM_7
Value0xA27
FCodes.ELEM_INSERT_CUSTOM_8 ELEM_INSERT_CUSTOM_8
Value0xA28
FCodes.ELEM_INSERT_CUSTOM_9 ELEM_INSERT_CUSTOM_9
Value0xA29
FCodes.ELEM_INSERT_CUSTOM_10 ELEM_INSERT_CUSTOM_10
Value0xA2A
FCodes.KBD_STRIP_FLOWSTRUCTURE KBD_STRIP_FLOWSTRUCTURE
Value0xA30
FCodes.KBD_SHOW_ELEM_CTX KBD_SHOW_ELEM_CTX
Value0xA31
FCodes.KBD_NORMALIZE_TAGS KBD_NORMALIZE_TAGS
Value0xA33
FCodes.KBD_STRWIN KBD_STRWIN
Value0xFD1
FCodes.KBD_ELEM_BORDER KBD_ELEM_BORDER
Value0xFD2
FCodes.KBD_ELEM_MERGE_1ST KBD_ELEM_MERGE_1ST
Value0xFD3
FCodes.KBD_ELEM_MERGE_LAST KBD_ELEM_MERGE_LAST
Value0xFD4

417
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_ELEM_SPLIT KBD_ELEM_SPLIT
Value0xFD5
FCodes.KBD_ELEM_UNWRAP KBD_ELEM_UNWRAP
Value0xFD6
FCodes.KBD_ELEM_CAT_OPTS KBD_ELEM_CAT_OPTS
Value0xFD7
FCodes.KBD_SETELCATSTRICT KBD_SETELCATSTRICT
Value0xFD8
FCodes.KBD_SETELCATLOOSE KBD_SETELCATLOOSE
Value0xFD9
FCodes.KBD_SETELCATCHILD KBD_SETELCATCHILD
Value0xFDA
FCodes.KBD_SETELCATALL KBD_SETELCATALL
Value0xFDB
FCodes.KBD_SETELCATFREQ KBD_SETELCATFREQ
Value0xFF7
FCodes.ELEM_BAM ELEM_BAM
Value0xFDC
FCodes.KBD_ELEM_TAGS KBD_ELEM_TAGS
Value0xFDD
FCodes.KBD_BANNER_TEXT KBD_BANNER_TEXT
Value0x137
FCodes.KBD_ELEM_PROMOTE KBD_ELEM_PROMOTE
Value0xFDE
FCodes.KBD_ELEM_DEMOTE KBD_ELEM_DEMOTE
Value0xFDF
FCodes.KBD_VALIDATION KBD_VALIDATION
Value0xFE0
FCodes.KBD_VAL_ELEM KBD_VAL_ELEM
Value0xFE1
FCodes.KBD_VAL_FLOW KBD_VAL_FLOW
Value0xFE2
FCodes.KBD_VAL_DOC KBD_VAL_DOC
Value0xFE3

418
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_VAL_IGNORE KBD_VAL_IGNORE
Value0xFE4
FCodes.KBD_VAL_START KBD_VAL_START
Value0xFE5
FCodes.KBD_VAL_ALLOW KBD_VAL_ALLOW
Value0xFE6
FCodes.KBD_VAL_CLEAR KBD_VAL_CLEAR
Value0xFE7
FCodes.SW_CSR_UP SW_CSR_UP
Value0xFE8
FCodes.SW_CSR_DOWN SW_CSR_DOWN
Value0xFE9
FCodes.SW_CSR_RIGHT SW_CSR_RIGHT
Value0xFEA
FCodes.SW_CSR_LEFT SW_CSR_LEFT
Value0xFEB
FCodes.KBD_INLINE_ATTREDTR KBD_INLINE_ATTREDTR
Value0x29B
FCodes.KBD_ATTRIBUTE_EDIT KBD_ATTRIBUTE_EDIT
Value0xFEC
FCodes.KBD_ATTR_CONFIG_FILE_MAKER KBD_ATTR_CONFIG_FILE_MAKER
Value0xFFA
FCodes.KBD_ATTR_DISP_OPTS KBD_ATTR_DISP_OPTS
Value0xFEE
FCodes.KBD_FB_EDIT_PREFS KBD_FB_EDIT_PREFS
Value0xFEF
FCodes.KBD_REMOVE_STRUCT KBD_REMOVE_STRUCT
Value0xFF0
FCodes.KBD_TOGGLE_INCLUSION KBD_TOGGLE_INCLUSION
Value0xFF1
FCodes.KBD_TOGGLE_COLLAPSE KBD_TOGGLE_COLLAPSE
Value0xFF2
FCodes.KBD_TOGGLE_COLLAPSE_ALL KBD_TOGGLE_COLLAPSE_ALL
Value0xFF3

419
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_TOGGLE_COLLAPSE_CHILD KBD_TOGGLE_COLLAPSE_CHILDREN
REN Value0xA0D
FCodes.KBD_ELEM_TRANSPOSE_PREV KBD_ELEM_TRANSPOSE_PREV
Value0xFF4
FCodes.KBD_ELEM_TRANSPOSE_NEXT KBD_ELEM_TRANSPOSE_NEXT
Value0xFF5
FCodes.KBD_VAL_IGNORE_ATTR KBD_VAL_IGNORE_ATTR
Value0xFF6
FCodes.KBD_NAMESPACES KBD_NAMESPACES
Value0xFF8
FCodes.KBD_TOGGLE_STRUCT_AND_DO KBD_TOGGLE_STRUCT_AND_DOCWIN
CWIN Value0xFF9
FCodes.FM_SEPARATOR FM_SEPARATOR
Value0xF12
FCodes.FM_TERMINATE FM_TERMINATE
Value0xFFF
FCodes.FM_RPT_CMDS_BY_TAG FM_RPT_CMDS_BY_TAG
Value0xD00
FCodes.FM_RPT_CMDS_BY_SHORTCUT FM_RPT_CMDS_BY_SHORTCUT
Value0xD01
FCodes.KBD_PASTESPECIAL KBD_PASTESPECIAL
Value0xD10
FCodes.KBD_CLOSE_TOP_PALETTE KBD_CLOSE_TOP_PALETTE
Value0xD20
FCodes.KBD_CLOSE_PARAGRAPH_CATAL KBD_CLOSE_PARAGRAPH_CATALOG
OG Value0xD21
FCodes.KBD_CLOSE_CHARACTER_CATAL KBD_CLOSE_CHARACTER_CATALOG
OG Value0xD22
FCodes.KBD_CLOSE_TOOLS_PALETTE KBD_CLOSE_TOOLS_PALETTE
Value0xD23
FCodes.KBD_CLOSE_EQUATIONS_PALETT KBD_CLOSE_EQUATIONS_PALETTE
E Value0xD24
FCodes.KBD_CLOSE_ELEMENT_CATALOG KBD_CLOSE_ELEMENT_CATALOG
Value0xD26

420
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_CLOSE_PARAGRAPH_DESIG KBD_CLOSE_PARAGRAPH_DESIGNER
NER Value0xD28
FCodes.KBD_CLOSE_CHARACTER_DESIG KBD_CLOSE_CHARACTER_DESIGNER
NER Value0xD29
FCodes.KBD_CLOSE_TABLE_DESIGNER KBD_CLOSE_TABLE_DESIGNER
Value0xD2A
FCodes.KBD_WINDOWFULL_UP KBD_WINDOWFULL_UP
Value0xD40
FCodes.KBD_WINDOWFULL_DOWN KBD_WINDOWFULL_DOWN
Value0xD41
FCodes.KBD_VIEWER_MAKE_DOCUMEN KBD_VIEWER_MAKE_DOCUMENT
T Value0xD50
FCodes.KBD_VIEWER_MAKE_PALETTE KBD_VIEWER_MAKE_PALETTE
Value0xD51
FCodes.KBD_VIEWER_MAKE_MODELESS KBD_VIEWER_MAKE_MODELESSDIALOG
DIALOG Value0xD52
FCodes.KBD_Item1stLogical KBD_Item1stLogical
Value0xD60
FCodes.KBD_ItemNextLogical KBD_ItemNextLogical
Value0xD61
FCodes.KBD_ItemPrevLogical KBD_ItemPrevLogical
Value0xD62
FCodes.KBD_ItemNextPhysical KBD_ItemNextPhysical
Value0xD63
FCodes.KBD_ItemPrevPhysical KBD_ItemPrevPhysical
Value0xD64
FCodes.KBD_ItemLeft KBD_ItemLeft
Value0xD65
FCodes.KBD_ItemRight KBD_ItemRight
Value0xD66
FCodes.KBD_ItemUp KBD_ItemUp
Value0xD67
FCodes.KBD_ItemDown KBD_ItemDown
Value0xD68

421
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_ItemSelect KBD_ItemSelect
Value0xD69
FCodes.KBD_ItemFirstFocus KBD_ItemFirstFocus
Value0xD6A
FCodes.INIT_DIALOG INIT_DIALOG
Value0xD80
FCodes.KBD_RENAMEORPLAIN KBD_RENAMEORPLAIN
Value0x900
FCodes.KBD_WIN_CASCADE KBD_WIN_CASCADE
Value0x903
FCodes.KBD_WIN_TILE KBD_WIN_TILE
Value0x904
FCodes.KBD_TAB_LEFT KBD_TAB_LEFT
Value0x906
FCodes.KBD_TAB_CENTER KBD_TAB_CENTER
Value0x907
FCodes.KBD_TAB_RIGHT KBD_TAB_RIGHT
Value0x908
FCodes.KBD_TAB_DECIMAL KBD_TAB_DECIMAL
Value0x909
FCodes.KBD_PRINTSETUP KBD_PRINTSETUP
Value0x90A
FCodes.KBD_MINIMIZE KBD_MINIMIZE
Value0x90F
FCodes.KBD_MAXIMIZE KBD_MAXIMIZE
Value0x910
FCodes.KBD_RESTORE KBD_RESTORE
Value0x911
FCodes.KBD_EDITLINKS KBD_EDITLINKS
Value0x912
FCodes.KBD_INSERTOBJECT KBD_INSERTOBJECT
Value0x913
FCodes.KBD_CONTEXTMENU KBD_CONTEXTMENU
Value0x914

422
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_EMBEDDED00 KBD_EMBEDDED00
Value0x920
FCodes.KBD_EMBEDDED01 KBD_EMBEDDED01
Value0x921
FCodes.KBD_EMBEDDED02 KBD_EMBEDDED02
Value0x922
FCodes.KBD_EMBEDDED03 KBD_EMBEDDED03
Value0x923
FCodes.KBD_EMBEDDED04 KBD_EMBEDDED04
Value0x924
FCodes.KBD_EMBEDDED05 KBD_EMBEDDED05
Value0x925
FCodes.KBD_EMBEDDED06 KBD_EMBEDDED06
Value0x926
FCodes.KBD_EMBEDDED07 KBD_EMBEDDED07
Value0x927
FCodes.KBD_EMBEDDED08 KBD_EMBEDDED08
Value0x928
FCodes.KBD_EMBEDDED09 KBD_EMBEDDED09
Value0x92A
FCodes.KBD_EMBEDDED10 KBD_EMBEDDED10
Value0x92B
FCodes.KBD_EMBEDDED11 KBD_EMBEDDED11
Value0x92C
FCodes.KBD_EMBEDDED12 KBD_EMBEDDED12
Value0x92D
FCodes.KBD_EMBEDDED13 KBD_EMBEDDED13
Value0x92E
FCodes.KBD_EMBEDDED14 KBD_EMBEDDED14
Value0x92F
FCodes.KBD_EMBEDDED15 KBD_EMBEDDED15
Value0x930
FCodes.KBD_EMBEDDED16 KBD_EMBEDDED16
Value0x931

423
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_EMBEDDED17 KBD_EMBEDDED17
Value0x932
FCodes.KBD_EMBEDDED18 KBD_EMBEDDED18
Value0x933
FCodes.KBD_EMBEDDED19 KBD_EMBEDDED19
Value0x934
FCodes.KBD_EMBEDDEDMAX KBD_EMBEDDEDMAX
Value0x94F
FCodes.KBD_GOTOLINEN KBD_GOTOLINEN
Value0x970
FCodes.KBD_SHOWNEXT KBD_SHOWNEXT
Value0x971
FCodes.KBD_SHOWPREV KBD_SHOWPREV
Value0x972
FCodes.KBD_SCREENMODE_TOGGLE KBD_SCREENMODE_TOGGLE
Value0x978
FCodes.KBD_SCREENMODE_STANDARD KBD_SCREENMODE_STANDARD
Value0x979
FCodes.KBD_SCREENMODE_FULLSCREE KBD_SCREENMODE_FULLSCREEN_UI
N_UI Value0x97A
FCodes.KBD_SCREENMODE_FULLSCREE KBD_SCREENMODE_FULLSCREEN
N Value0x97B
FCodes.KBD_UI_PREFERENCE KBD_UI_PREFERENCE
Value0x980
FCodes.KBD_UIALERTSTRINGS_PREF KBD_UIALERTSTRINGS_PREF
Value0x981
FCodes.KBD_TOOLBAR_SHOWALL KBD_TOOLBAR_SHOWALL
Value0x989
FCodes.KBD_TOOLBAR_HIDEALL KBD_TOOLBAR_HIDEALL
Value0x98A
FCodes.KBD_TOOLBAR_BASE KBD_TOOLBAR_BASE
Value0x98F
FCodes.KBD_BROWSE_URL KBD_BROWSE_URL
Value0x9A0

424
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.KBD_MATH_BASE KBD_MATH_BASE
Value0x1000
FCodes.TEXTSEL_QUICK_COPY TEXTSEL_QUICK_COPY
Value0x0001
FCodes.TEXTSEL_EXTEND TEXTSEL_EXTEND
Value0x0002
FCodes.TEXTSEL_EXTEND_WORD TEXTSEL_EXTEND_WORD
Value0x0004
FCodes.TEXTSEL_EXTEND_LINE TEXTSEL_EXTEND_LINE
Value0x0008
FCodes.TEXTSEL_EXTEND_PGF TEXTSEL_EXTEND_PGF
Value0x0010
FCodes.TEXTSEL_WORD TEXTSEL_WORD
Value0x0020
FCodes.TEXTSEL_LINE TEXTSEL_LINE
Value0x0040
FCodes.TEXTSEL_PGF TEXTSEL_PGF
Value0x0080
FCodes.TEXTSEL_SELECT_ONLY TEXTSEL_SELECT_ONLY
Value0x0100
FCodes.TEXTSEL_EXTEND_SENT TEXTSEL_EXTEND_SENT
Value0x0200
FCodes.TEXTSEL_SENT TEXTSEL_SENT
Value0x0400
FCodes.TEXTSEL_EXTEND_ELEMENT TEXTSEL_EXTEND_ELEMENT
Value0x0800
FCodes.TEXTSEL_ELEMENT TEXTSEL_ELEMENT
Value0x1000
FCodes.TEXTSEL_DRAGGING TEXTSEL_DRAGGING
Value0x2000
FCodes.EXTEND_SEL EXTEND_SEL
Value(0x0002|0x0004|0x0008|0x0010|0x0800)
FCodes.MIF_SAVE_TEXT MIF_SAVE_TEXT
Value0x000001

425
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.MIF_SAVE_TAGS MIF_SAVE_TAGS
Value0x000002
FCodes.MIF_SAVE_FMTS MIF_SAVE_FMTS
Value0x000004
FCodes.MIF_SAVE_FONTS MIF_SAVE_FONTS
Value0x000008
FCodes.MIF_SAVE_MKRS MIF_SAVE_MKRS
Value0x000010
FCodes.MIF_SAVE_AFMS MIF_SAVE_AFMS
Value0x000020
FCodes.MIF_SAVE_LAYT MIF_SAVE_LAYT
Value0x000040
FCodes.MIF_SAVE_MPAGE MIF_SAVE_MPAGE
Value0x000080
FCodes.MIF_SAVE_FCAT MIF_SAVE_FCAT
Value0x000100
FCodes.MIF_SAVE_PCAT MIF_SAVE_PCAT
Value0x000200
FCodes.MIF_SAVE_CCAT MIF_SAVE_CCAT
Value0x000400
FCodes.MIF_SAVE_TMPLT MIF_SAVE_TMPLT
Value0x000800
FCodes.MIF_SAVE_DICT MIF_SAVE_DICT
Value0x001000
FCodes.MIF_SAVE_VARS MIF_SAVE_VARS
Value0x002000
FCodes.MIF_SAVE_TABLECATS MIF_SAVE_TABLECATS
Value0x004000
FCodes.MIF_SAVE_TABLES MIF_SAVE_TABLES
Value0x008000
FCodes.MIF_SAVE_ECAT MIF_SAVE_ECAT
Value0x010000
FCodes.MIF_SAVE_ELEMENTS MIF_SAVE_ELEMENTS
Value0x020000

426
FCODES
CHAPTER 5 OBJECT REFERENCE

Property name Data Type

FCodes.MIF_SAVE_COLORCAT MIF_SAVE_COLORCAT
Value0x040000
FCodes.MIF_SAVE_VIEWSET MIF_SAVE_VIEWSET
Value0x080000
FCodes.MIF_SAVE_DATALINKS MIF_SAVE_DATALINKS
Value0x100000
FCodes.MIF_SAVE_FPLCAT MIF_SAVE_FPLCAT
Value0x200000
FCodes.MIF_SAVE_TEXTINSETS MIF_SAVE_TEXTINSETS
Value0x400000
FCodes.MIF_SAVE_RUBIS MIF_SAVE_RUBIS
Value0x800000
FCodes.MIF_SAVE_BANNERTEXT MIF_SAVE_BANNERTEXT
Value0x1000000
FCodes.KBD_OPEN_REPOSITORY KBD_OPEN_REPOSITORY
Value0x801
FCodes.KBD_CMS_CONNECTION_MGR KBD_CMS_CONNECTION_MGR
Value0x802
FCodes.KBD_NEW_XML KBD_NEW_XML
Value0x803
FCodes.KBD_CMS_UPLOAD_DOC_OR_B KBD_CMS_UPLOAD_DOC_OR_BOOK
OOK Value0x805
FCodes.KBD_REFRESH_DITAMAP_RMVIE KBD_REFRESH_DITAMAP_RMVIEW
W Value0x807
FCodes.STYLE_APPLY_CAT_TO_SEL STYLE_APPLY_CAT_TO_SEL
Value0x808
FCodes.KBD_SHOW_ELEM_CTX_AV KBD_SHOW_ELEM_CTX_AV
Value0x809
FCodes.FOCUS_INPUT_ELEM_CTX_AV FOCUS_INPUT_ELEM_CTX_AV
Value0x810
FCodes.KBD_CLOSE_ELEM_CTX_AV KBD_CLOSE_ELEM_CTX_AV
Value0x811

427
FILTERARGS
CHAPTER 5 OBJECT REFERENCE

FilterArgs

Property name Data Type Description

infile string The file to filter.


outfile string The filter output file.
clname string The registered name of the filter
informat string The registered incoming format.
outformat string The registered output format
binname string The name of the filter client file.
args Strings Currently NULL.

FilterArgs methods
FilterArgs.

Flow

Property name Data Type Description

FlowIsAutoConnect int 1 if Autoconnect is enabled; 0


otherwise.
FlowIsFeathered int 1 if Feather is enabled; 0 otherwise
FlowIsPostScript int 1 if flow is PostScript code; 0 otherwise
FlowIsSynchronized int 1 if Baseline Synchronization is
enabled; 0 otherwise.
FirstTextFrameInFlow TextFrame First text frame in flow (FO_TextFrame
ID).
LastTextFrameInFlow TextFrame Last text frame in flow (FO_TextFrame
ID).
MaxInterlinePadding int Maximum interline spacing.
MaxInterPgfPadding int Maximum interparagraph spacing.

428
FLOW
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description


MinHang int Maximum character height for
synchronization of first line in column. If
characters exceed this height,
FrameMaker does not synchronize the
first line.
Name string Name of flow tag.
NextFlowInDoc Flow Next flow in document (FO_Flow ID).
SideHeadRoomInFlow int 1 if Leave Room for Sideheads in
Flow is enabled; 0 otherwise.
Spacing int Line spacing for synchronized baselines.
HighestLevelElement Element Highest-level element in flow
(FO_Element ID)
Direction int Set or get the direction of the
document. Possible values:
• Constants.FV_DIR_Inherit
- Inherit the direction of the parent
Constants.FV_DIR_LTR -
Left-to-right
FV_DIR_RTL - Right-to-left
ResolvedDirection int Get the inherited direction of the
document. Possible values:
• Constants.FV_DIR_LTR -
Left-to-right
FV_DIR_RTL - Right-to-left
UserString string A string to which clients can store
private data.

Flow methods
Delete, GetProps, GetText, ObjectValid, SetProps.

429
FMTCHANGELIST
CHAPTER 5 OBJECT REFERENCE

FmtChangeList

Property name Data Type Description

FmtChangeListInCatalog int 1 if the format change list is in the


Format Change List Catalog. 0 if it is in
an element definition, as part of the
text format rules.
Name string The name of the format change list if it
is in the Format Change List Catalog.
NextFmtChangeListInDoc FmtChangeLi The next format change list in the
st document (FO_FmtChangeList ID).
PgfCatalogReference string A paragraph format tag if the format
change list specifies one. If this property
is set, you cannot change any of the
other format change list properties,
except Name.
AdjHyphens int Number of allowable adjacent hyphens
BottomSeparator string Name of frame to put below paragraph.
BottomSepAtIndent int 1 if the position of the frame specified
by BottomSeparator is at the
current left indent;0 otherwise.
Hyphenate int 1 if Automatic Hyphenation is
enabled;0, otherwise.
HyphMinPrefix int Minimum number of letters that must
precede the hyphen.
HyphMinSuffix int Minimum number of letters that must
follow a hyphen.
HyphMinWord int Minimum length of a hyphenated word.
LetterSpace int 1 if Word Spacing is enabled.
MaxSpace int Maximum word spacing (percentage of
an em space in current font).
MinSpace int Minimum word spacing (percentage of
an em space in current font).
OptSpace int Optimum word spacing.
TopSeparator string Name of frame to put above paragraph.

430
FMTCHANGELIST
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

TopSepAtIndent int 1 if the position of the frame specified


by TopSeparator is at the current left
indent; 0 otherwise.
MinJRomSpace int Minimum Asian-Roman space.
OptJRomSpace int Optimum Asian-Roman space.
MaxJRomSpace int Maximum Asian-Roman space.
MinJLetSpace int Minimum Asian letter space.
OptJLetSpace int Optimum Asian letter space.
MaxJLetSpace int Maximum Asian letter space.
YakumonoType int Denotes the The Yakumono rules to
handle punctuation characters. The
value can be one of:
• Constants.FV_FLOATING_YAKU-
MONO (0x00)
Constants.FV_MONOSPACE_YA-
KUMONO (0x01)
Constants.FV_FIXED_YAKUMONO
(0x02)
AutoNumChar string Character format for the automatic
numbering string specified by
AutoNumString; “ “if the default
character format is used.
AutoNumString string Autonumber format string (for example,
<n>.<n+>)
NumAtEnd int 1 if the numbering position is at the End
of the Paragraph; 0 if it is at the
Beginning of the Paragraph.
PgfIsAutoNum int 1 if autonumbering is enabled; 0
otherwise.
FirstIndent int The paragraph’s first-line left margin,
measured from the left side of the
current text column (0 cm to 100 cm ).
FirstIndentChange int Amount by which to increase or
decrease the first-line left margin.

431
FMTCHANGELIST
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

FirstIndentIsRelative int 1 if the first indent is relative to the left


indent.
FirstIndentRelPos int Position relative to left indent if
FirstIndentIsRelative is True.
Leading int Denotes the space below each line in
the paragraph.
LeadingChange int Amount by which to increase or
decrease the leading.
LeftIndent int The paragraph’s left margin, measured
from the left side of the current text
column (0 cm to 100 cm).
LeftIndentChange int Amount by which to increase or
decrease the left margin.
LineSpacingFixed int 1 if the line spacing is fixed.
MoveTabs int Amount by which to move all tab
positions in the paragraph.
NumTabs int The number of tabs in the paragraph. To
clear all the tabs in the paragraph, set
NumTabs to 0.
PgfAlignment int Horizontal alignment of the paragraph.
The value is one of:
• Constants.FV_PGF_LEFT (0x01)
Constants.FV_PGF_RIGHT (0x02)
Constants.FV_PGF_CENTER (0x03)
Constants.FV_PGF_JUSTIFIED
(0x04)
RightIndent int The paragraph’s right margin, measured
from the right side of the current text
column.
RightIndentChange int Amount by which to increase or
decrease the right margin.
SpaceAbove int Indicates the space above the
paragraph.
SpaceAboveChange int Amount by which to increase or
decrease the space above.

432
FMTCHANGELIST
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

SpaceBelow int Indicates the space below the


paragraph.
SpaceBelowChange int Amount by which to increase or
decrease the space below.
Tabs Tabs An array of tab descriptions that specify
the positions and types of tab stops in
the paragraph.
Capitalization int Type of capitalization to use. The value
is one of:
• Constants.FV_CAPITAL_-
CASE_NORM ()
Constants.FV_CAPITAL_-
CASE_SMALL ()
Constants.FV_CAPITAL_-
CASE_LOWER ()
Constants.FV_CAPITAL_CASE_UP-
PER ()
ChangeBar int 1 if Change Bars are on;0 otherwise.
Color Color The spot color (FO_Color ID).
CombinedFontFamily CombinedFon The combined font definition
tDefn (FO_CombinedFontDefn)
FontAngle int Denotes the font angle (specifies an
index into the array of font angles
provided by the session property
FontAngleNames).
FontFamily int Denotes the font family (specifies an
index into the array of font families
provided by the session property
FontFamilyNames).

433
FMTCHANGELIST
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Language int The hyphenation and spell-checking


language to use. The value is one of:
• Constants.FV_LANG_BRAZILIAN
(0x0B)
Constants.FV_LANG_BRITISH
(0x02)
Constants.FV_LANG_CANADIAN_-
FRENCH (0x06)
Constants.FV_LANG_CATALAN
(0x08)
Constants.FV_LANG_DANISH
(0x0C)
Constants.FV_LANG_DUTCH
(0x0D)
Constants.FV_LANG_ENGLISH
(0x01)
Constants.FV_LANG_FINNISH
(0x10)
Constants.FV_LANG_FRENCH
(0x05)
Constants.FV_LANG_GERMAN
(0x03)
Constants.FV_LANG_ITALIAN
(0x09)
Constants.FV_LANG_NOLAN-
GUAGE (0x00)
Constants.FV_LANG_NORWE-
GIAN (0x0E)
Constants.FV_LANG_NYNORSK
(0x0F)
Constants.FV_LANG_PORTU-
GUESE (0x0A)
Constants.FV_LANG_SPANISH
(0x07)
Constants.FV_LANG_SWEDISH
(0x11)
Constants.FV_LANG_SWISS_GER-
MAN (0x04)
Constants.FV_LANG_JAPANESE
(0x12)
Constants.FV_LANG_TRADITION-
AL_CHINESE (0x13)
434
Constants.FV_LANG_SIMPLI-
FIED_CHINESE (0x14)
FMTCHANGELIST
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

FontSize int The font size (2 pt to 400 pt).


FontSizeChange int Amount by which to increase or
decrease the font size.
FontVariation int Font variation (specifies an index into
the array of font variations provided by
the session property
FontVariationNames).
FontWeight int Font weight (specifies an index into the
array of font weights provided by the
session property FontWeightNames).
KernX int Horizontal kern value for manual
kerning expressed as a percentage of an
em (metric – 100% to 1000%).b A
positive value moves a character right
and a negative value moves a character
left.
KernY int Vertical kern value for manual kerning
expressed as a percentage of an em
(metric – 100% to 1000%). A positive
value moves characters up and a
negative value moves characters down.
Overline int 1 if Overline is enabled. 0, otherwise.
PairKern int 1 if Pair Kern is enabled. 0,
otherwise.
Position int Specifies position relative to baseline of
text. The value is one of:
• Constants.FV_POS_NORM (0):
Normal
Constants.FV_POS_SUPER (1): Su-
perscript
Constants.FV_POS_SUB (2): Sub-
script
Stretch int Character stretch (set width) expressed
as a percentage of normal stretch for
the font (metric –10% to 1000%).

435
FMTCHANGELIST
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

StretchChange int Amount expressed as a percentage


(metric – 10% to 1000%) by which to
increase or decrease the character
stretch.
Strikethrough int 1 if Strikethrough is enabled. 0,
otherwise.
Underlining int Type of underlining. The value is one of:
• Constants.FV_CB_NO_UNDER-
LINE (0)
Constants.FV_CB_SIN-
GLE_UNDERLINE (1)
Constants.FV_CB_DOU-
BLE_UNDERLINE (2)
Constants.FV_CB_NUMER-
IC_UNDERLINE (3)
BlockLines int The number of Widow/Orphan lines.
KeepWithNext int 1 if Keep With Next Paragraph is
enabled. 0 otherwise.
KeepWithPrev int 1 if Keep With Previous
Paragraph is enabled. 0 otherwise.
Placement int Denotes the Paragraph placement. The
value is one of:
• Constants.FV_PGF_SIDEBODY (0)
Constants.FV_PGF_SIDE-
HEAD_TOP (1)
Constants.FV_PGF_SIDEHEAD_-
FIRST_BASELINE (2)
Constants.FV_PGF_SIDE-
HEAD_LAST_BASELINE (3)
Constants.FV_PGF_RUN_IN (4)
Constants.FV_PGF_STRADDLE (5)
Constants.FV_PGF_STRAD-
DLE_NORMAL_ONLY (6)
RunInSeparator string Denotes the string for Run-In Head
Default Punctuation.

436
FMTCHANGELIST
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Start int Denotes the Vertical placement of a


paragraph. The value is one of:
• Constants.FV_PGF_ANYWHERE ()
Constants.FV_PGF_TOP_OF_COL
()
Constants.FV_PG-
F_TOP_OF_PAGE ()
Constants.FV_PG-
F_TOP_OF_LEFT_PAGE ()
Constants.FV_PG-
F_TOP_OF_RIGHT_PAGE ()
CellBottomMargin int Amount added to default bottom
margin of table cell.
CellBottomMarginChange int Amount by which to increase or
decrease the cell bottom margin.
CellBottomMarginFixed int 1 if the cell bottom margin is fixed. 0
otherwise.
CellLeftMargin int Amount added to default left margin of
table cell.
CellLeftMarginChange int Amount by which to increase or
decrease the cell left margin.
CellLeftMarginFixed int 1 if the cell left margin is fixed. 0
otherwise.
CellRightMargin int Amount added to default right margin
of table cell.
CellRightMarginFixed int 1 if the cell right margin is fixed. 0,
otherwise.
CellTopMargin int Amount added to default top margin of
table cell.
CellTopMarginChange int Amount by which to increase or
decrease the cell top margin.
CellTopMarginFixed int 1 if the cell top margin is fixed. 0,
otherwise.

437
FMTCHANGELIST
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description


CellVAlignment int Denotes the vertical alignment of a
paragraph when it is the first one in a
cell. The value is one of:
• Constants.FV_PGF_V_ALIGN_TOP
(0)
Constants.FV_PG-
F_V_ALIGN_MIDDLE (1)
Constants.FV_PG-
F_V_ALIGN_BOTTOM (2)
BkColor Color Denotes the text background color. If
this property is applied on a paragraph
format, it denotes the background color
of the whole paragraph; if it is applied
on a character format, it denotes the
background color of the text over which
the character format is applied.
PgfBoxColor Color Denotes the background color of the
paragraph box that encloses the
paragraph text.
Direction int Set or get the direction of the
document. Possible values:
• Constants.FV_DIR_Inherit
- Inherit the direction of the parent
Constants.FV_DIR_LTR -
Left-to-right
FV_DIR_RTL - Right-to-left
ResolvedDirection int Get the inherited direction of the
document. Possible values:
• Constants.FV_DIR_LTR -
Left-to-right
FV_DIR_RTL - Right-to-left

FmtChangeList methods
Delete, GetProps, ObjectValid, SetProps.

438
FMTRULE
CHAPTER 5 OBJECT REFERENCE

FmtRule

Property name Data Type Description

CountElements Strings The list of element tags to count among


the element’s ancestors, if the format
rule is a level rule. The tags are specified
by the Count ancestors named
element of the format rule.
ElementDef ElementDef Denotes the ID of the element
definition that contains the format rule
(FO_ElementDef ID), if the format rule is
not nested.
FmtRuleClause FmtRuleClau Denotes the ID of the rule clause that
se contains the format rule
(FO_ElementDef ID), if the format rule is
nested.
FmtRuleClauses Objects IDs of the format rule’s format rule
clause objects (FO_FmtRuleClause IDs).
FmtRuleType int The format rule’s type. The value is one
of:
• Constants.FV_CONTEXT_RULE (0)
Constants.FV_LEVEL_RULE (1)
StopCountingAt string Denotes the the tag of the element at
which to stop counting elements, if the
the format rule is a level rule.
The tag is specified by the Stop
counting at first ancestor
named element.

FmtRule methods
Delete, GetProps, NewFmtRuleClauses, ObjectValid, SetProps.

439
FMTRULECLAUSE
CHAPTER 5 OBJECT REFERENCE

FmtRuleClause

Property name Data Type Description

ContextLabel string The context label for generated files.


The label cannot contain white-space
characters or any of these special
characters:( ) & | , * + ? < > %
[ ] = ! ;: { } "
When a user displays the Set Up dialog
box to set up a generated file, the label
appears next to elements to which the
rule clause applies.
ElemPrefixSuffix string The text of the prefix or suffix.
ElemPrefixSuffix specifies NULL if there
is no prefix or suffix.
FmtChangeList FmtChangeLi If the format rule clause specifies a
st format change list (RuleClauseType
specifies
Constants.FV_RC_CHANGELIST
()), FmtChangeList specifies the ID
of the format change list
(FO_FmtChangeList ID).To change the
FmtChangeList property, use the
NewFmtRuleObject() property.
FmtChangeListTag string Denotes the change list’s tag, if If the
format rule clause specifies a change list
(RuleClauseType specifies
Constants.FV_RC_CHANGELIST_T
AG (3)).
FmtRule FmtRule The ID of the format rule containing the
format rule clause (FO_FmtRule ID).
FormatTag string The format tag if the format rule clause
specifies one
(RuleClauseTypespecifies
Constants.FV_RC_TAG (0)). If
IsTextRange is True, FormatTag
specifies a character format tag;
otherwise it specifies a paragraph tag,
table tag, marker type, cross-reference
format, or equation size.

440
FMTRULECLAUSE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

IsTextRange int 1 if the container element is formatted


as a text range instead of a paragraph;0.
otherwise.
RuleClauseType int The type of rule clause. The value is one
of:
• Constants.FV_RC_TAG (0)
Constants.FV_RC_SUB_FMTRUL
(1)
Constants.FV_RC_CHANGELIST (2)
Constants.FV_RC_CHANGE-
LIST_TAG (3)
Specification string The format clause’s context or level
specification.
SpecificationForCSS Strings A list of CSS specifications that match
the Specification for the current
clause.For example, assume an element
has a specification of F < (G |
H).This property returns the following
strings:
G > F > Eand
H > F > E.
SubFmtRule FmtRule Denotes the the format rule’s ID
(FO_FmtRule ID), if the format rule
clause contains a nested format rule (if
RuleClauseTypespecifies
Constants.FV_RC_SUB_FMTRULE
(1)),

FmtRuleClause methods
Delete, GetProps, NewFmtChangeList, NewSubFmtRule, ObjectValid, SetProps.

441
FN
CHAPTER 5 OBJECT REFERENCE

Fn

Property name Data Type Description

ContentHeight int The distance between the top of the


footnote and the baseline of the last
line in the footnote.
Element Element Specifies the the ID of the element
containing the footnote, if the footnote
is in a FrameMaker document.
FirstPgf Pgf First paragraph in the footnote (FO_Pgf
ID).
FnNum int Footnote number.
InTextFrame TextFrame Text frame containing the footnote
(FO_TextFrame ID).
InTextObj SubCol Sub column that contains the footnote
(FO_SubCol).
LastPgf Pgf Last paragraph in the footnote (FO_Pgf
ID).
NextFnInDoc Fn Next footnote (FO_Fn ID) in the
document.
NextFn Fn Next footnote in the text frame (FO_Fn
ID).
Overflowed int 1 if the text in the footnote overflows;
0, otherwise.
PrevFn Fn Previous footnote in the text frame
(FO_Fn ID).
TextLoc TextLoc Text location of the footnote symbol.
Unique int Footnote’s unique ID.
FnAnchorString string This is the display string for a footnote
anchor (generally a number string). This
is a read-only property of a footnote
and cannot be set by the user.
UserString string A string to which clients can store
private data.

442
FONT
CHAPTER 5 OBJECT REFERENCE

Fn methods
Delete, GetProps, GetText, ObjectValid, SetProps.

Font

Property name Data Type Description

family uint Index of the font family.


variation uint Index of the font variation.
weight uint Index of the font weight.
angle uint Index of the font angle.

Font methods
Font.

Fonts
An Array of Font objects with integer indexing and a length property.

Property name Data Type Description

length number The length of the array

Fonts methods
concat, pop, push.

Group

Property name Data Type Description

FirstGraphicInGroup FMObject First object in the group.


LastGraphicInGroup FMObject Last object in the group.

443
GROUP
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Angle int Angle of the object’s rotation.


ArrowBaseAngle int Arrowhead base angle in degrees.
ArrowLength int Denotes the arrowhead length (always
rounded down to the nearest 1/256
point).
ArrowScaleFactor int Specifies the factor by which arrowhead
is scaled as line width changes (always
rounded down to nearest 1/16 point). It
is not used if the ArrowScaleHead
property is set to False.
ArrowScaleHead int Set to 1 if arrowhead is scaled as the
line width changes. Set to 0, otherwise.
ArrowTipAngle int Arrowhead tip angle in degrees.
ArrowType int Arrowhead style. The value is one of:
• Constants.FV_ARROW_STICK
(0x1)
Constants.FV_ARROW_HOLLOW
(0x2)
Constants.FV_ARROW_FILLED
(0x3)
BorderWidth int Denotes the border width (0.015 points
to 360 points).
Color Color The spot color (FO_Color ID).
Dash Metrics Specifies a dash pattern that is repeated
for the length of an object’s border. The
pattern is stored in a MetricsT
structure. The 0th element of the
MetricsT.MetricsT_val array
stores the length of the first dash; the
1st element stores the following space;
the 2nd element stores the next dash;
and so on for an even number of
elements.

444
GROUP
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Fill int The fill pattern (numbers between 0


and 15). The ESTK provides constants
for the following fill patterns:
• Constants.FV_FILL_BLACK (0)
Constants.FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR(15)
FrameParent FMObject Frame containing the graphic object
(FO_AFrame or FO_UnanchoredFrame
ID).
GraphicCantBeSelected int 1 if the graphic object cannot be
selected; 0, otherwise.
GraphicIsSelected int 1 if the graphic object is selected; 0,
otherwise.
GroupParent Group Group that the object is in (FO_Group
ID).
NOTE: Anchored and unanchored frames
do not have this property.
HeadArrow int 1 if the line has an arrowhead; 0,
otherwise.
Height int Height of the object (0.125 points to
3600 points).
HotspotCmdStr StringT The command string for a hotspot.
Thismust be a valid hypertext command
string.
HotspotTitle StringT The tooltip text for the hotspot in the
outputs that support it (for example
HTML). This property is 0ptional.
IsHotspot Bool Whether the object is a hotspot or not.
If this property is turned off, the object
is no longer a hotspot even if command
string is non-empty.
LineCap int Type of line end. The value is one of:
• Constants.FV_CAP_BUTT (0x00)
Constants.FV_CAP_ROUND (0x01)
Constants.FV_CAP_SQUARE
(0x02)

445
GROUP
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

LocX int Distance from the left side of the parent


frame (–216 inches to 216 inches).If the
graphic object is an anchored frame, the
distance is calculated from the left side
of the page frame. You cannot set LocX
for anchored frames.
LocY int Distance from the top of the parent
frame (–216 inches to 216 inches).If the
graphic object is an anchored frame, the
distance is calculated from the top of
the page frame. You cannot set LocY
for anchored frames.
NextGraphicInDoc FMObject Next graphic object in the document.
NextGraphicInFrame FMObject Next graphic object in the frame.
NextGraphicInGroup FMObject Next graphic object in the group.
NextSelectedGraphicInDoc FMObject Next selected graphic object in
document.
ObjectAttributes Strings A list of strings, each string expressing
an attribute that is specified for an
anchored frame in the Object
Properties > Object
Attributes dialog box.Each string is
in the form of
<tag>string_text</tag>. You can
use the backslash to escape characters
such as \n, \r, or \t for newline,
carraige return, and tab, respectively.
For a backslash character in the string
text, type \\.
Overprint int Specifies the overprint settings for the
object. The value is one of:
• Constants.FV_KNOCKOUT (0x00)
Constants.FV_OVERPRINT (0x01)
Constants.FV_FROMCOLOR (0x02)

446
HIDDENPAGE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Pen int The pen pattern (numbers between 0


and 7). The ESTK provides constants for
the following values:
• Constants.FV_FILL_BLACK (0)
Constants.FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
PrevGraphicInFrame FMObject Previous graphic object in the frame.
PrevGraphicInGroup FMObject Previous graphic object in the group
Runaround int Specifies whether text can flow around
the object and, if so, whether the text
follows the contour of the object or a
box shape surrounding the object. The
value is one of:
• Constants.FV_TR_NONE (0x01)
Constants.FV_TR_CONTOUR
(0x02)
Constants.FV_TR_BBOX (0x03)
RunaroundGap int Denotes the the width of the runaround
gapfor a runaround object.
TailArrow int 1 if arrowhead is present at the
beginning of the line. 0, otherwise.
TintPercent int The tint percentage.
Unique int Unique ID of the object.
Width int Width of the object (0.125 points to
3600 points).

Group methods
Delete, GetProps, ObjectValid, SetProps.

HiddenPage

Property name Data Type Description

Name string Name of the hidden page.

447
GRAPHICSFMT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

PageFrame UnanchoredF Denotes the page frame


rame (FO_UnanchoredFrame ID)
PageHeight int Height of the hidden page.
PageWidth int Width of the hidden page.

HiddenPage methods
ApplyPageLayout, GetProps, ObjectValid, SetProps.

GraphicsFmt

Property name Data Type Description

UseColumnsAreBalanced int 1 if terminal and underfilled columns in


the flow are balanced.
UseSideHeadPlacement int Placement of side heads relative to
columns in the text frame:
FV_SH_LEFT
FV_SH_RIGHT
FV_SH_INSIDE
FV_SH_OUTSIDE
UseRadius MetricT Radius of corner; 0 for a square corner
UseFlowIsAutoConnect Int 1 if Autoconnect is enabled.
UseFlowIsPostScript int 1 if flow is PostScript code.
UseBorderWidth MetricT Border width (0.015 pt to 360 pt).
UseFill int The fill pattern (numbers between 0
and 15). The FDK provides constants for
several fill patterns:
FV_FILL_BLACK
FV_FILL_WHITE
FV_FILL_CLEAR

448
INLINECOMPONENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

UsePen int The pen pattern (numbers between 0


and 15). The FDK provides constants for
several pen patterns:
FV_FILL_BLACK
FV_FILL_WHITE
FV_FILL_CLEAR
UseRunaroundGap MetricT If the object is a runaround object, the
width of the runaround gap.
UseTintPercent MetricT The tint percentage
UseOverprint int Specifies the overprint settings for the
object:
FV_OVERPRINT
FV_KNOCKOUT
FV_FROMCOLOR
UseAngle MetricT Angle of the object’s rotation.
UseLocX MetricT Distance from the left side of the parent
frame.
UseLocY MetricT Distance from the top side of the parent
frame
UseWidth MetricT Width of object
UseHeight MetricT Height of object.
UseRunaround MetricT If the object is a runaround object, the
width of the runaround gap.

InlineComponent
A component that can be placed inline within a Frammaker document. Currently FrameMaker supports
the mini-TOC inline component.

Property name Data Type Description

InlineComponentType int Denotes the type of inline component.


(FV_MiniTOC).
ExtractTags Strings Paragraph tags to include for the inline
component

449
INSET METHODS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description


InsertLinks int Flag that specifies if hyperlinks need to
be created in the inline component.
TextRange TextRange The text range that the inline
component encompasses.
Unique int The inline component's unique ID
NextInlineComponentInDoc InlineCompo The next instance of an inline
nent component in the document. Currently
only the mini-TOC inline component can
exist in a document.

InlineComponent methods
Delete, GetProps, ObjectValid, SetProps.

Inset methods
Delete, DeletePropByName, GetIntByName, GetMetricByName, GetProps, GetUBytesByName, Object-
Valid, SetIntByName, SetMetricByName, SetProps, SetUBytesByName.

IdValuePair

Property name Data Type Description

ID int Specifies the unique identifier for the


value pair.
value string or Specifies the value for the value pair.
int

IdValuePair methods

IdValuePairs
An Array ofobjects with integer indexing and a length property.

450
INSET
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

length number The length of the array

Inset

Property name Data Type Description

InsetDpi int Specifies the scaling information for


bitmap file (corresponds to the value
specified in the Image File
Scaling Options dialog box when
the graphics file is imported).
ImportHint string Record identifying the filter used to
import the graphic. FrameMaker uses
this record to find the filter to use when
updating the inset.
NOTE: The ImportHint property does
not apply to graphics imported by copy.
FrameMaker uses the facet name stored
with the graphic to identify the filter
that filtered a graphic imported by copy.
InsetEditor string Name of the application to call to edit
inset or imported object.
InsetGfxActiveInPdf BoolString If this property is set, on publishing a
document to PDF, the inset object that
has facets FLV, U3D, or SWF will be
activated as soon as the page containing
the graphic object is visible. In PDF the
graphic objects are called annotation.
InsetGfxName String Assigns a name to a graphic object. It
will work only in case of inset objects
that have an FLV, U3D or SWF facet. The
name of the graphic should not contain
any special characters or spaces.

451
INSET
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

InsetGfxPlayWindowInPdf Bool If this property is set, on publishing a


document to PDF, the inset object that
has facets FLV, U3D, or SWF will be
activated in a new window in a PDF file.
In PDF, the graphic objects are called
annotation.
InsetFile string Platform-specific pathname if the inset
is an external inset, or a null string (" ")
if it is internal.The pathname can be
document-relative.
InsetIsFixedSize int 1 if scaling of bitmap file is inhibited. 0,
otherwise.
InsetIsFlippedSideways int 1 if inset is flipped about the vertical
axis. 0, otherwise.
InsetJavaScriptAttached Bool Denotes whether or not Javascript is
attached with the graphic object that
has a U3D facet.
InsetJavaScriptFile String Attaches the given Javascript file to the
graphic object that has a U3D facet. If
the value of the file path is null, the
Javascript attached to the inset is
removed.
InsetMonikerFilePath String Provides the file path of the moniker of
an inset object that has an OLE2 facet.
InsetSaveFacetToFile Strings Saves the given facet of an inset to a
given file. This is set-only property and
no get operations are possible.The input
to the method contain the property
name and list of strings. In the list of
strings the, first strings is the facet
name and the second string is the
filename where the facet is to be saved.
InsetU3dAnimationList Strings Provides the list of "animations"
defined in the U3D facet of an inset
object.
InsetU3dPartList Strings Provides the list of "parts" defined in
the U3D facet of an inset object.

452
INSET
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

InsetU3dViewList Strings Retrieves the list of "views" defined in


the U3D facet of an inset object.
InsetUpdater string Not currently implemented.
PageNum int The page number of the PDF file to
display in the inset, when importing a
PDF file.
NOTE: PDF page numbering begins with
0.
InsetPosterFile string Sets thespecified file as a poster on the
Inset. This property is not supported for
all the inset objects but supported only
for multimedia objects and u3d object.
The property takes the poster file path
as the value.
InsetGfxActiveInPdf string If this property is set, on publishing a
document to PDF ,the inset object
(which has facets FLV, U3d, or swf) will
be activated as soon as the page
containing the graphic object is visible.
In PDF the graphic objects are called
annotation.
InsetJavaScriptFile string Attaches the given Javascript file to the
graphic object that has a U3d facet. If
the value of the file path is null, the
Javascript attached to the inset is
removed.
InsetU3dAnimationList string A read-only property. Provides the list of
"animations" defined on the U3d facet
of a inset object.
InsetU3dPartList string Provides the list of "parts" defined in
the U3d facet of a inset object.
InsetU3dViewList string A read-only property. Retrieves the list
of "views" defined in the U3d facet of a
inset object.
Angle int Angle of the object’s rotation.
ArrowBaseAngle int Arrowhead base angle in degrees.

453
INSET
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ArrowLength int Denotes the arrowhead length (always


rounded down to the nearest 1/256
point).
ArrowScaleFactor int Specifies the factor by which arrowhead
is scaled as line width changes (always
rounded down to nearest 1/16 point). It
is not used if the ArrowScaleHead
property is set to False.
ArrowScaleHead int Set to 1 if arrowhead is scaled as the
line width changes. Set to 0, otherwise.
ArrowTipAngle int Arrowhead tip angle in degrees.
ArrowType int Arrowhead style. The value is one of:
• Constants.FV_ARROW_STICK
(0x1)
Constants.FV_ARROW_HOLLOW
(0x2)
Constants.FV_ARROW_FILLED
(0x3)
BorderWidth int Denotes the border width (0.015 points
to 360 points).
Color Color The spot color (FO_Color ID)
Dash Metrics Specifies a dash pattern that is repeated
for the length of an object’s border. The
pattern is stored in a MetricsT
structure. The 0th element of the
MetricsT.MetricsT_val array
stores the length of the first dash; the
1st element stores the following space;
the 2nd element stores the next dash;
and so on for an even number of
elements
Fill int The fill pattern (numbers between 0
and 15). The ESTK provides constants
for the following fill patterns:
• Constants.FV_FILL_BLACK (0)
Constants.FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR(15)

454
INSET
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

FrameParent FMObject Frame containing the graphic object


(FO_AFrame or FO_UnanchoredFrame
ID).
GraphicCantBeSelected int 1 if the graphic object cannot be
selected; 0, otherwise.
GraphicIsSelected int 1 if the graphic object is selected; 0,
otherwise.
GroupParent Group Group that the object is in (FO_Group
ID).
NOTE: Anchored and unanchored frames
do not have this property.
HeadArrow int 1 if the line has an arrowhead; 0,
otherwise.
Height int Height of the object (0.125 points to
3600 points).
HotspotCmdStr StringT The command string for a hotspot.
Thismust be a valid hypertext command
string.
HotspotTitle StringT The tooltip text for the hotspot in the
outputs that support it (for example
HTML). This property is 0ptional.
IsHotspot Bool Whether the object is a hotspot or not.
If this property is turned off, the object
is no longer a hotspot even if command
string is non-empty.
LineCap int Type of line end. The value is one of:
• Constants.FV_CAP_BUTT (0x00)
Constants.FV_CAP_ROUND (0x01)
Constants.FV_CAP_SQUARE
(0x02)
LocX int Distance from the left side of the parent
frame (–216 inches to 216 inches).If the
graphic object is an anchored frame, the
distance is calculated from the left side
of the page frame. You cannot set LocX
for anchored frames.

455
INSET
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

LocY int Distance from the top of the parent


frame (–216 inches to 216 inches).If the
graphic object is an anchored frame, the
distance is calculated from the top of
the page frame. You cannot set LocY
for anchored frames.
NextGraphicInDoc FMObject Next graphic object in the document.
NextGraphicInFrame FMObject Next graphic object in the frame.
NextGraphicInGroup FMObject Next graphic object in the group.
NextSelectedGraphicInDoc FMObject Next selected graphic object in
document.
ObjectAttributes Strings A list of strings, each string expressing
an attribute that is specified for an
anchored frame in the Object
Properties > Object
Attributes dialog box.Each string is
in the form of
<tag>string_text</tag>. You can
use the backslash to escape characters
such as \n, \r, or \t for newline,
carraige return, and tab, respectively.
For a backslash character in the string
text, type \\.
Overprint int Specifies the overprint settings for the
object. The value is one of:
• Constants.FV_KNOCKOUT (0x00)
Constants.FV_OVERPRINT (0x01)
Constants.FV_FROMCOLOR (0x02)
Pen int The pen pattern (numbers between 0
and 7). The ESTK provides constants for
the following values:
• Constants.FV_FILL_BLACK (0)
Constants.FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
PrevGraphicInFrame FMObject Previous graphic object in the frame.
PrevGraphicInGroup FMObject Previous graphic object in the group

456
INTS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description


Runaround int Specifies whether text can flow around
the object and, if so, whether the text
follows the contour of the object or a
box shape surrounding the object. The
value is one of:
• Constants.FV_TR_NONE (0x01)
Constants.FV_TR_CONTOUR
(0x02)
Constants.FV_TR_BBOX (0x03)
RunaroundGap int Denotes the the width of the runaround
gapfor a runaround object.
TailArrow int 1 if arrowhead is present at the
beginning of the line. 0, otherwise.
TintPercent int The tint percentage.
Unique int Unique ID of the object.
Width int Width of the object (0.125 points to
3600 points).

Inset methods
Delete, DeletePropByName, GetIntByName, GetMetricByName, GetProps, GetUBytesByName, Object-
Valid, SetIntByName, SetMetricByName, SetProps, SetUBytesByName.

Ints
An Array of objects with integer indexing and a length property.

Property name Data Type Description

length number The length of the array

Ints methods
concat, pop, push.

457
KEYCATALOG
CHAPTER 5 OBJECT REFERENCE

KeyCatalog

Property name Data Type Description

Name string Name of the KeyCatalog


IsDefault bool If True, the Key Catalog is the default
one for the current workflow.
If False, Key Catalog is not the default
one for the current workflow.
IsStale bool If True, the Key Catalog is maked as stale
and needs to be re-loaded before using.
If False, the Key Catalog is not stale and
can be used.
NextKeyCatalogInSession F_ObjHandle Next Key Catalog in the session.
T
NotLoaded bool If True, the Key Catalog is not loaded
and cannot be used.
If False, the Key Catalog is loaded and
can be used.
Source string Complete path of the file conatining the
Key Catalog.
SourceType FV_KeySrcTy FV_KeySrcTypeDitamap
peNone Type of the file conatining the Key
Catalog.
KeyCount int Number of keys in the Key Catalog
including duplicate definitons.
KeyCatalogClientName string Name of the client owning the key
catalog.

Line

Property name Data Type Description

NumPoints int Specifies the number of vertices. The


default is 2 (the line’s start point and
end point).

458
LINE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Points Points Array of x-y coordinate pairs that specify


the line’s vertices. The default
coordinate pairs are for the line’s start
point and end point.
Angle int Angle of the line’s rotation.
ArrowBaseAngle int Arrowhead base angle in degrees.
ArrowLength int Denotes the arrowhead length (always
rounded down to the nearest 1/256
point).
ArrowScaleFactor int Specifies the factor by which arrowhead
is scaled as line width changes (always
rounded down to nearest 1/16 point). It
is not used if the ArrowScaleHead
property is set to False.
ArrowScaleHead int Set to 1 if arrowhead is scaled as the
line width changes. Set to 0, otherwise.
ArrowTipAngle int Arrowhead tip angle in degrees.
ArrowType int Arrowhead style. The value is one of:
• Constants.FV_ARROW_STICK
(0x1)
Constants.FV_ARROW_HOLLOW
(0x2)
Constants.FV_ARROW_FILLED
(0x3)
BorderWidth int Denotes the border width (0.015 points
to 360 points).
Color Color The spot color (FO_Color ID)
Dash Metrics Specifies a dash pattern that is repeated
for the length of an object’s border. The
pattern is stored in a MetricsT
structure. The 0th element of the
MetricsT.MetricsT_val array
stores the length of the first dash; the
1st element stores the following space;
the 2nd element stores the next dash;
and so on for an even number of
elements

459
LINE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Fill int The fill pattern (numbers between 0


and 15). The ESTK provides constants
for the following fill patterns:
• Constants.FV_FILL_BLACK (0)
Constants.FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR(15)
FrameParent FMObject Frame containing the graphic object
(FO_AFrame or FO_UnanchoredFrame
ID).
GraphicCantBeSelected int 1 if the graphic object cannot be
selected; 0, otherwise.
GraphicIsSelected int 1 if the graphic object is selected; 0,
otherwise.
GroupParent Group Group that the line is in (FO_Group ID).
HeadArrow int 1 if the line has an arrowhead; 0,
otherwise.
Height int Height of the object (0.125 points to
3600 points).
HotspotCmdStr StringT The command string for a hotspot.
Thismust be a valid hypertext command
string.
HotspotTitle StringT The tooltip text for the hotspot in the
outputs that support it (for example
HTML). This property is 0ptional.
IsHotspot Bool Whether the object is a hotspot or not.
If this property is turned off, the object
is no longer a hotspot even if command
string is non-empty.
LineCap int Type of line end. The value is one of:
• Constants.FV_CAP_BUTT (0x00)
Constants.FV_CAP_ROUND (0x01)
Constants.FV_CAP_SQUARE
(0x02)

460
LINE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

LocX int Distance from the left side of the parent


frame (–216 inches to 216 inches).If the
graphic object is an anchored frame, the
distance is calculated from the left side
of the page frame. You cannot set LocX
for anchored frames.
LocY int Distance from the top of the parent
frame (–216 inches to 216 inches).If the
graphic object is an anchored frame, the
distance is calculated from the top of
the page frame. You cannot set LocY
for anchored frames.
NextGraphicInDoc FMObject Next graphic object in the document.
NextGraphicInFrame FMObject Next graphic object in the frame.
NextGraphicInGroup FMObject Next graphic object in the group.
NextSelectedGraphicInDoc FMObject Next selected graphic object in
document.
ObjectAttributes Strings A list of strings, each string expressing
an attribute that is specified for an
anchored frame in the Object
Properties > Object
Attributes dialog box.Each string is
in the form of
<tag>string_text</tag>. You can
use the backslash to escape characters
such as \n, \r, or \t for newline,
carraige return, and tab, respectively.
For a backslash character in the string
text, type \\.
Overprint int Specifies the overprint settings for the
object. The value is one of:
• Constants.FV_KNOCKOUT (0x00)
Constants.FV_OVERPRINT (0x01)
Constants.FV_FROMCOLOR (0x02)

461
LINE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Pen int The pen pattern (numbers between 0


and 7). The ESTK provides constants for
the following values:
• Constants.FV_FILL_BLACK (0)
Constants.FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
PrevGraphicInFrame FMObject Previous graphic object in the frame.
PrevGraphicInGroup FMObject Previous graphic object in the group
Runaround int Specifies whether text can flow around
the object and, if so, whether the text
follows the contour of the object or a
box shape surrounding the object. The
value is one of:
• Constants.FV_TR_NONE (0x01)
Constants.FV_TR_CONTOUR
(0x02)
Constants.FV_TR_BBOX (0x03)
RunaroundGap int Denotes the the width of the runaround
gapfor a runaround object.
TailArrow int 1 if arrowhead is present at the
beginning of the line. 0, otherwise.
TintPercent int The tint percentage.
Unique int Unique ID of the object.
Width int Width of the object (0.125 points to
3600 points).

Line methods
Delete, GetProps, ObjectValid, SetProps.

462
MARKER
CHAPTER 5 OBJECT REFERENCE

Marker

Property name Data Type Description

Element Element Denotes the the element containing the


marker, if the marker is a structured
marker in a FrameMaker document,.
MarkerText string The marker’s text string.
MarkerTypeId MarkerType The ID of the current marker’s type
(FO_MarkerType).
NextMarkerInDoc Marker Denotes the next marker (FO_Marker
ID).
OldTypeNum int A number to map markers from
documents earlier than version 5.5 to
this marker type.
TextLoc TextLoc Text location of the marker’s symbol.
Unique int The marker’s unique ID.
UserString string A string to which clients can store
private data.

Marker methods
Delete, GetProps, ObjectValid, SetProps.

MarkerType

Property name Data Type Description

NextMarkerTypeInDoc MarkerType Denotes the next marker type


(FO_MarkerType ID).
Name string The name of this marker type, as it
appears in the user interface.

463
MASTERPAGE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

InvariantName string An internal name for the marker type.


By default, this is the same as Name.
However, this can differ from Name if
the user interface is in another
language.
Public bool True if the marker type should appear in
the user interface. The default is True.
Transient bool True if markers of this type shoud not
be saved to files. The default is False.
Required bool True if the marker type is required by
FrameMaker. The default is False.

MarkerType methods
Delete, GetProps, ObjectValid, SetProps.

MasterPage

Property name Data Type Description

Name string Name of master page (for example,


Right or Left).
PageFrame UnanchoredF Page frame (FO_UnanchoredFrame ID).
rame
PageHeight int Height of the page.
PageNext MasterPage Next master page (FO_MasterPage ID)
in the document.
PageNum int Page number.
PagePrev MasterPage Previous master page (FO_MasterPage
ID) in the document.
PageWidth int Width of the page.

MasterPage methods
ApplyPageLayout, Delete, GetProps, ObjectValid, SetProps.

464
MATH
CHAPTER 5 OBJECT REFERENCE

Math

Property name Data Type Description

BasePointX int Horizontal placement of text line base


point relative to the left side of the
frame.
BasePointY int Vertical placement of text line base
point relative to top of the frame.
MathFullForm string String representing the mathematical
expression.
MathSize int The equation size. The value is one of :
• Constants.FV_MATH_MEDIUM (0)
Constants.FV_MATH_SMALL (1)
Constants.FV_MATH_LARGE (2)
TextLineType int Type of text line. The value is one of:
• Constants.FV_TEXTLINE_LEFT (0)
Constants.FV_TEXTLINE_RIGHT (1)
Constants.FV_TEXTLINE_CENTER
(2)
Constants.FV_TEXTLINE_MATH (3)
Angle int Specifies the angle of the object's
rotation.
ArrowBaseAngle int Indicates the arrowhead base angle in
degrees.
ArrowLength int Denotes the arrowhead length (always
rounded down to the nearest 1/256
point).
ArrowScaleHead int Set to 1 if the arrowhead is scaled as the
line width changes. Set to 0, otherwise.
ArrowScaleFactor int Specifies the factor by which arrowhead
is scaled as line width changes (always
rounded down to nearest 1/16 point). It
is not used if the ArrowScaleHead
property is set to False.
ArrowTipAngle int Specifies the arrowhead tip angle in
degrees.

465
MATH
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ArrowType int Denotes the Arrowhead style. Possible


values are:
• Constants.FV_ARROW_STICK
(0x01)
Constants.FV_ARROW_HOLLOW
(0x02)
Constants.FV_ARROW_FILLED
(0x03)
BorderWidth int Specifies the border width in points.
The permissible range is 0.015 point to
360 point.
Color Color Indicates the spot color.
Dash Metrics Specifies a dash pattern that is repeated
for the length of an object's border. The
pattern is stored in a Metrics object.
The 0th element of the
MetricsT.MetricsT_val array
stores the length of the first dash; the
1st element stores the following space;
the 2nd element stores the next dash;
and so on for an even number of
elements.
Fill int Denotes the fill pattern. The patterns
are denoted by numbers between 0 and
15.
The following constants are provided for
the fill patterns 0, 7 and 15:
• Constants.FV_FILL_BLACK (0)
Constants.FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
FrameParent FMObject Specifies the frame containing the
graphic object.
GraphicCantBeSelected int Set to 1 if the graphic object cannot be
selected. Else, set to 0.
GraphicIsSelected int Set to 1 if the graphic object is selected,
else set to 0.

466
MATH
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

GroupParent Group Indicates the group to which the object


belongs. Anchored and unanchored
frames do not have this property.
HeadArrow int Set to 1 if line has an arrowhead, set to
0 otherwise.
Height int Specifies the height of the object in
points. The permissible range is from
0.125 pt to 3600 pt.
HotspotCmdStr StringT The command string for a hotspot.
Thismust be a valid hypertext command
string.
HotspotTitle StringT The tooltip text for the hotspot in the
outputs that support it (for example
HTML). This property is 0ptional.
IsHotspot Bool Whether the object is a hotspot or not.
If this property is turned off, the object
is no longer a hotspot even if command
string is non-empty.
LineCap int Indicates the type of line end. The
possible values are:
• Constants.FV_CAP_BUTT (0x00)
Constants.FV_CAP_ROUND (0x01)
Constants.FV_CAP_SQUARE
(0x02)
LocX int Specifies the distance of the object from
the left side of the parent, in inches. The
permissible range is from –216 inches to
216 inches.
If the graphic object is an anchored
frame, the distance is automatically
calculated from the left side of the page
frame. You cannot set the LocX property
for anchored frames.

467
MATH
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

LocY int Specifies the distance of the object from


the top of the parent frame, in inches.
The permissible range is from –216
inches to 216 inches.
If the graphic object is an anchored
frame, the distance is automatically
calculated from the top of the page
frame. You CANNOT set the LocY
property for anchored frames.
NextGraphicInDoc FMObject Indicates the next graphic object in the
document.
NextGraphicInFrame FMObject Denotes the next graphic object in the
frame.
NextGraphicInGroup FMObject Indicates the next graphic object in the
group.
NextSelectedGraphicInDoc FMObject Specifies the next selected graphic
object in the document.
ObjectAttributes Strings Contains a list of strings, each string
expressing an attribute that is specified
for an anchored frame in the Object
Properties > Object Attributes dialog
box. Each string is in the form of
string_text .You can use the backslash to
escape characters such as \n, \r, or \t for
newline, carriage return, and tab,
respectively. For a backslash character
in the string text, type \\.
Overprint int Specifies the overprint settings for the
object. The possible values are:
• Constants.FV_KNOCKOUT (0x00)
Constants.FV_OVERPRINT (0x01)
Constants.FV_FROMCOLOR (0x02)

468
MATH
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Pen int Indicates the pen pattern, denoted by


numbers between 0 and 7.
Constants are provided for some of the
fill patterns:
• Constants.FV_FILL_BLACK (0)
Constants.FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
PrevGraphicInFrame FMObject Specifies the previous graphic object in
the frame.
PrevGraphicInGroup FMObject Indicate the previous graphic object in
the group.
Runaround int Specifies whether text can flow around
the object and, if so, whether the text
follows the contour of the object or a
box shape surrounding the object.
Possible values are:
• Constants.FV_TR_NONE (0x01)
Constants.FV_TR_CONTOUR
(0x02)
Constants.FV_TR_BBOX (0x03)
RunaroundGap int Denotes the width of the runaround
gap, if the object is a runaround object.
TailArrow int Set to 1 if the arrowhead is enabled at
the beginning of the line. Set to 0,
otherwise.
TintPercent int Specifies the tint percentage.
Unique int Denotes the internal identifier of the
graphic object.
Width int Specifies the width of the object in
points. The permissible range is 0.125
point to 3600 point.

Math methods
Delete, GetProps, ObjectValid, SetProps.

469
MATHML
CHAPTER 5 OBJECT REFERENCE

MathML

Property name Data Type Description

MathMLDpi int Specifies the display Dpi for the


MathML object.
MathMLIsFixedSize int 1 if scaling of bitmap file is inhibited. 0,
otherwise.
MathMLIsInverted int 1 if image is flipped about the horizontal
axis. 0, otherwise.
MathMLIsFlippedSideways int 1 if image is flipped about the vertical
axis. 0, otherwise.
MathMLData strings Specifies the XML data of the MathML
object as a string array.
MathMLComposeDpi int Specifies the compose Dpi for the
MathML object
MathMLFontSize int Specifies the font size for the MathML
object
MathMLXmlData string Specifies the XML data of the MathML
object as a string.
Angle int Specifies the angle of the object's
rotation.
ArrowBaseAngle int Indicates the arrowhead base angle in
degrees.
ArrowLength int Denotes the arrowhead length (always
rounded down to the nearest 1/256
point).
ArrowScaleHead int Set to 1 if the arrowhead is scaled as the
line width changes. Set to 0, otherwise.
ArrowScaleFactor int Specifies the factor by which arrowhead
is scaled as line width changes (always
rounded down to nearest 1/16 point). It
is not used if the ArrowScaleHead
property is set to False.
ArrowTipAngle int Specifies the arrowhead tip angle in
degrees.

470
MATHML
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ArrowType int Denotes the Arrowhead style. Possible


values are:
• Constants.FV_ARROW_STICK
(0x01)
Constants.FV_ARROW_HOLLOW
(0x02)
Constants.FV_ARROW_FILLED
(0x03)
BorderWidth int Specifies the border width in points.
The permissible range is 0.015 point to
360 point.
Color Color Indicates the spot color.
Dash Metrics Specifies a dash pattern that is repeated
for the length of an object's border. The
pattern is stored in a Metrics object.
The 0th element of the
MetricsT.MetricsT_val array
stores the length of the first dash; the
1st element stores the following space;
the 2nd element stores the next dash;
and so on for an even number of
elements.
Fill int Denotes the fill pattern. The patterns
are denoted by numbers between 0 and
15.
The following constants are provided for
the fill patterns 0, 7 and 15:
• Constants.FV_FILL_BLACK (0)
Constants.FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
FrameParent FMObject Specifies the frame containing the
graphic object.
GraphicCantBeSelected int Set to 1 if the graphic object cannot be
selected. Else, set to 0.
GraphicIsSelected int Set to 1 if the graphic object is selected,
else set to 0.

471
MATHML
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

GroupParent Group Indicates the group to which the object


belongs. Anchored and unanchored
frames do not have this property.
HeadArrow int Set to 1 if line has an arrowhead, set to
0 otherwise.
Height int Specifies the height of the object in
points. The permissible range is from
0.125 pt to 3600 pt.
HotspotCmdStr StringT The command string for a hotspot.
Thismust be a valid hypertext command
string.
HotspotTitle StringT The tooltip text for the hotspot in the
outputs that support it (for example
HTML). This property is 0ptional.
IsHotspot Bool Whether the object is a hotspot or not.
If this property is turned off, the object
is no longer a hotspot even if command
string is non-empty.
LineCap int Indicates the type of line end. The
possible values are:
• Constants.FV_CAP_BUTT (0x00)
Constants.FV_CAP_ROUND (0x01)
Constants.FV_CAP_SQUARE
(0x02)
LocX int Specifies the distance of the object from
the left side of the parent, in inches. The
permissible range is from –216 inches to
216 inches.
If the graphic object is an anchored
frame, the distance is automatically
calculated from the left side of the page
frame. You cannot set the LocX property
for anchored frames.

472
MATHML
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

LocY int Specifies the distance of the object from


the top of the parent frame, in inches.
The permissible range is from –216
inches to 216 inches.
If the graphic object is an anchored
frame, the distance is automatically
calculated from the top of the page
frame. You CANNOT set the LocY
property for anchored frames.
NextGraphicInDoc FMObject Indicates the next graphic object in the
document.
NextGraphicInFrame FMObject Denotes the next graphic object in the
frame.
NextGraphicInGroup FMObject Indicates the next graphic object in the
group.
NextSelectedGraphicInDoc FMObject Specifies the next selected graphic
object in the document.
ObjectAttributes Strings Contains a list of strings, each string
expressing an attribute that is specified
for an anchored frame in the Object
Properties > Object Attributes dialog
box. Each string is in the form of
string_text .You can use the backslash to
escape characters such as \n, \r, or \t for
newline, carriage return, and tab,
respectively. For a backslash character
in the string text, type \\.
Overprint int Specifies the overprint settings for the
object. The possible values are:
• Constants.FV_KNOCKOUT (0x00)
Constants.FV_OVERPRINT (0x01)
Constants.FV_FROMCOLOR (0x02)

473
MATHML
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Pen int Indicates the pen pattern, denoted by


numbers between 0 and 7.
Constants are provided for some of the
fill patterns:
• Constants.FV_FILL_BLACK (0)
Constants.FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
PrevGraphicInFrame FMObject Specifies the previous graphic object in
the frame.
PrevGraphicInGroup FMObject Indicate the previous graphic object in
the group.
Runaround int Specifies whether text can flow around
the object and, if so, whether the text
follows the contour of the object or a
box shape surrounding the object.
Possible values are:
• Constants.FV_TR_NONE (0x01)
Constants.FV_TR_CONTOUR
(0x02)
Constants.FV_TR_BBOX (0x03)
RunaroundGap int Denotes the width of the runaround
gap, if the object is a runaround object.
TailArrow int Set to 1 if the arrowhead is enabled at
the beginning of the line. Set to 0,
otherwise.
TintPercent int Specifies the tint percentage.
Unique int Denotes the internal identifier of the
graphic object.
Width int Specifies the width of the object in
points. The permissible range is 0.125
point to 3600 point.

MathML methods
Delete, GetProps, SetProps, ObjectValid.

474
MENU
CHAPTER 5 OBJECT REFERENCE

Menu

Property name Data Type Description

FirstMenuItemInMenu FMObject The first menu item in the menu.


MenuType int Type of menu. The value is one of:
• Constants.FV_MENU_MENUBAR
(1) - Amenu bar defined by the
FrameMaker product.
Constants.FV_MENU_POPUP (2) -
A pop-up menu.
Constants.FV_MENU_DEFAULT (4)
- A pull-down or pull-right menu.
Label string The label the user sees on a menu. The
label for menu item separators is
read-only; it is always ---.
MenuItemIsEnabled int 1 if the menu item is enabled. 0, if it is
disabled.
Name string The command, menu, or menu item
separator name.
The names for the default, predefined
separators are !Separator,
!Separator1, !Separator2,
!Separator3, !Separator4,
and!Separator5.
NextMenuItemInMenu FMObject The next menu item, menu, or
separator in the menu.
NextMenuItemInSession FMObject The next menu item, menu, or
separator in the list of menu items,
menus, and separators in the session.
PrevMenuItemInMenu FMObject The previous menu item, menu, or
separator in the list of menu items,
menus, and separators in the session.

Menu methods
AddCommandToMenu, AddMenuToMenu, DefineAndAddCommand, DefineAndAddMenu, Delete,
Delete, GetProps, MenuItemInMenu, ObjectValid, SetProps.

475
MENUITEMSEPARATOR
CHAPTER 5 OBJECT REFERENCE

MenuItemSeparator

Property name Data Type Description

Label string The label for menu item separators is


read-only; it is always ---.
MenuItemIsEnabled int 1 if the menu item separator is enabled.
0, if it is disabled.
Name string The menu item separator name.
The names for the default, predefined
separators are !Separator,
!Separator1, !Separator2,
!Separator3, !Separator4,
and!Separator5.
NextMenuItemInMenu FMObject The next menu item separator in the
menu.
NextMenuItemInSession FMObject The next menu item separator in the list
of menu items, menus, and separators
in the session.
PrevMenuItemInMenu FMObject The previous menu item separator in
the list of menu items, menus, and
separators in the session.

MenuItemSeparator methods
Delete, GetProps, ObjectValid, SetProps.

Metrics
An Array ofobjects with integer indexing and a length property.

Property name Data Type Description

length number The length of the array

Metrics methods
concat, pop, push.

476
PGF
CHAPTER 5 OBJECT REFERENCE

Pgf

Property name Data Type Description

MinJRomSpace int Minimum Asian-Roman space.


OptJRomSpace int Optimum Asian-Roman space.
MaxJRomSpace int Maximum Asian-Roman space.
MinJLetSpace int Minimum Asian letter space.
OptJLetSpace int Optimum Asian letter space.
MaxJLetSpace int Maximum Asian letter space.
YakumonoType int The Yakumono rules to handle
punctuation characters. The value is
one of:
• Constants.FV_FLOATING_YAKU-
MONO (0x00)
Constants.FV_MONOSPACE_YA-
KUMONO (0x01)
Constants.FV_FIXED_YAKUMONO
(0x02)
AutoNumChar string Character format for the automatic
numbering string specified by
AutoNumString; "" if the default
character format is used
AutoNumString string Autonumber format string (for example,
<n>.<n+>)
NumAtEnd int 1 if numbering position is End of
Paragraph; 0 if it is Beginning of
Paragraph.
PgfIsAutoNum int 1 if autonumbering is enabled.
PgfNumber string The formatted string representation of
the paragraph number; for example, 1.2
for a paragraph whose
AutoNumString property is set to
<n>.<n+>

477
PGF
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Capitalization int Type of capitalization to use. The value


is one of:
• Constants.FV_CAPITAL_-
CASE_NORM (0)
Constants.FV_CAPITAL_-
CASE_SMALL (1)
Constants.FV_CAPITAL_-
CASE_LOWER (2)
Constants.FV_CAPITAL_CASE_UP-
PER (3)
ChangeBar int 1 if Change Bars are on.
Color Color Spot color (FO_Color ID).
CombinedFontFamily CombinedFon Combined font definition
tDefn (FO_CombinedFontDefn).
FontAngle int Font angle (specifies an index into the
array of font angles provided by the
session property FontAngleNames).
FontEncodingName string The font’s encoding.
FontFamily int Font family (specifies an index into the
array of font families provided by the
session property FontFamilyNames).
FontPlatformName string Name that uniquely identifies a font on
a specific platform.
FontPostScriptName string Name given to a font when it is sent to a
PostScript printer.
FontSize int Font size (2 pt to 400 pt).
FontVariation int Font variation (specifies an index into
the array of font variations provided by
the session
propertyFontVariationNames).
FontWeight int Font weight (specifies an index into the
array of font weights provided by the
session property FontWeightNames).

478
PGF
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

KernX int Horizontal kern value for manual


kerning expressed as a percentage of an
em (metric –100% to 1000%). A positive
value moves a character right and a
negative value moves a character left.
KernY int Vertical kern value for manual kerning
expressed as a percentage of an em
(metric –100% to 1000%). A positive
value moves characters up and a
negative value moves characters down.
Overline int 1 if Overline is enabled.
PairKern int 1 if Pair Kern is enabled.
Position int Specifies position relative to baseline of
text. The value is one of:
• Constants.FV_POS_NORM (0):
Normal
Constants.FV_POS_SUPER (1): Su-
perscript
Constants.FV_POS_SUB (2): Sub-
script
Stretch int Character stretch (set width) expressed
as a percentage of normal stretch for
the font (metric –10% to 1000%).
Strikethrough int 1 if Strikethrough is enabled.
Underlining int Type of underlining. The value is one of:
• Constants.FV_CB_NO_UNDER-
LINE (0)
Constants.FV_CB_SIN-
GLE_UNDERLINE (1)
Constants.FV_CB_DOU-
BLE_UNDERLINE (2)
Constants.FV_CB_NUMER-
IC_UNDERLINE (3)
CellBottomMargin int Amount added to default bottom
margin of table cell.
CellLeftMargin int Amount added to default left margin of
table cell.

479
PGF
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

CellMarginsFixed int Specifies which cell margins are fixed.


The following values can be ORed into
it:
• Constants.FV_PGF_FIXED_L_-
MARGIN (0x01): the left margin is
fixed.
Constants.FV_PGF_FIXED_B_-
MARGIN (0x02): the bottom mar-
gin is fixed.
Constants.FV_PGF_FIXED_R_-
MARGIN (0x04): the right margin is
fixed.
Constants.FV_PGF_FIXED_T_-
MARGIN (0x08): the top margin is
fixed.
If the margin for a cell is fixed, the
margin property specifies the absolute
value of the cell margin. For example, if
Constants.FV_PGF_FIXED_B_MAR
GIN (0x02) is set,
CellBottomMargin specifies the
absolute value of the cell’s bottom
margin, overriding the cell margin
specified by the table format.
If
Constants.FV_PGF_FIXED_B_MAR
GIN (0x02) is not set,
CellBottomMargin is added to the
margin specified by the table format.
CellRightMargin int Amount added to default right margin
of table cell.
CellTopMargin int Amount added to default top margin of
table cell.

480
PGF
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

CellVAlignment int Vertical alignment of a paragraph when


it is the first one in a cell. The value is
one of:
• Constants.FV_PGF_V_ALIGN_TOP
(0)
Constants.FV_PG-
F_V_ALIGN_MIDDLE (1)
Constants.FV_PG-
F_V_ALIGN_BOTTOM (2)
Locked int 1 if the paragraph is part of a text inset
that retains formatting information
from the source document. The
paragraph is not affected by global
formatting performed on the
document.
FormatOverride int 1 if the paragraph contains a paragraph
format override.
AdjHyphens int Number of allowable adjacent hyphens.
Hyphenate int 1 if Automatic Hyphenation is enabled.
HyphMinPrefix int Minimum number of letters that must
precede hyphen.
HyphMinSuffix int Minimum number of letters that must
follow a hyphen.
HyphMinWord int Minimum length of a hyphenated word.

481
PGF
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Language int Hyphenation and spell-checking


language to use. The value is one of:
• Constants.FV_LANG_NOLAN-
GUAGE (0x00)
Constants.FV_LANG_ENGLISH
(0x01)
Constants.FV_LANG_BRITISH
(0x02)
Constants.FV_LANG_GERMAN
(0x03)
Constants.FV_LANG_SWISS_GER-
MAN (0x04)
Constants.FV_LANG_FRENCH
(0x05)
Constants.FV_LANG_CANADIAN_-
FRENCH (0x06)
Constants.FV_LANG_SPANISH
(0x07)
Constants.FV_LANG_CATALAN
(0x08)
Constants.FV_LANG_ITALIAN
(0x09)
Constants.FV_LANG_FINNISH
(0x10)
Constants.FV_LANG_SWEDISH
(0x11)
Constants.FV_LANG_JAPANESE
(0x12)
Constants.FV_LANG_TRADITION-
AL_CHINESE (0x13)
Constants.FV_LANG_SIMPLI-
FIED_CHINESE (0x14)
Constants.FV_LANG_KOREAN
(0x15)
Constants.FV_LANG_PORTU-
GUESE (0x0A)
Constants.FV_LANG_BRAZILIAN
(0x0B)
Constants.FV_LANG_DANISH
(0x0C)
Constants.FV_LANG_DUTCH
(0x0D)
482
Constants.FV_LANG_NORWE-
GIAN (0x0E)
PGF
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

PgfSpellChecked int 1 if paragraph has been spell-checked


Unique int The paragraph’s user ID.
FirstIndent int First-line left margin, measured from
left side of current text column (0 cm to
100 cm).
LeftIndent int Left margin, measured from left side of
current text column (0 cm to 100 cm).
RightIndent int Right margin, measured from right side
of current text column.
Leading int Space below each line in a paragraph.
LineSpacing int Space between lines in a paragraph
measured from baseline to baseline.
The value is one of:
• Constants.FV_PGF_FIXED (0x00):
default font size
Constants.FV_PGF_PROPORTION-
AL (0x01): largest font in line
Constants.FV_PGF_FLOATING
(0x02): largest ascender in line
BlockLines int The number of Widow/Orphan lines.
KeepWithNext int 1 if Keep With Next Paragraph is
enabled.
KeepWithPrev int 1 if Keep With Previous Paragraph is
enabled.
PgfAlignment int Horizontal alignment of paragraph. The
value is one of:
• Constants.FV_PGF_LEFT (0x01)
Constants.FV_PGF_RIGHT (0x02)
Constants.FV_PGF_CENTER (0x03)
Constants.FV_PGF_JUSTIFIED
(0x04)

483
PGF
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Placement int Paragraph placement. The value is one


of:
• Constants.FV_PGF_SIDEBODY (0)
Constants.FV_PGF_SIDE-
HEAD_TOP (1)
Constants.FV_PGF_SIDEHEAD_-
FIRST_BASELINE (2)
Constants.FV_PGF_SIDE-
HEAD_LAST_BASELINE (3)
Constants.FV_PGF_RUN_IN (4)
Constants.FV_PGF_STRADDLE (5)
Constants.FV_PGF_STRAD-
DLE_NORMAL_ONLY (6)
RunInSeparator string String for Run-In Head Default
Punctuation.
SpaceAbove int Space above paragraph.
SpaceBelow int Space below paragraph.
Start int Vertical placement of paragraph. The
value is one of:
• Constants.FV_PGF_ANYWHERE
(0x00)
Constants.FV_PGF_TOP_OF_COL
(0x01)
Constants.FV_PG-
F_TOP_OF_PAGE (0x02)
Constants.FV_PG-
F_TOP_OF_LEFT_PAGE (0x03)
Constants.FV_PG-
F_TOP_OF_RIGHT_PAGE (0x04)
InTextFrame TextFrame Text frame containing the paragraph
(FO_TextFrame ID).
InTextObj FMObject Subcolumn, footnote, or table cell the
paragraph begins in (FO_SubCol, FO_Fn,
or FO_Cell ID).
NextPgfInDoc Pgf Next paragraph in the document
(FO_Pgf ID).

484
PGF
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

NextPgfInFlow Pgf Next paragraph in the flow (FO_Pgf ID).


PrevPgfInFlow Pgf Previous paragraph in the flow (FO_Pgf
ID).
BottomSeparator string Name of frame to put below paragraph.
TopSeparator string Name of frame to put above paragraph.
NumTabs int Number of tabs in the paragraph..
Tabs Tabs Array of tab descriptions that specify
the positions and types of tab stops.
Name string Name of paragraph format.
NextTag string Tag for new next paragraph.
UseNextTag int 1 if Next Paragraph Tag is enabled.
LetterSpace int 1 if Word Spacing is enabled.
MaxSpace int Maximum word spacing (percentage of
an em space in current font).
MinSpace int Minimum word spacing (percentage of
an em space in current font).
OptSpace int Optimum word spacing.
BkColor Color Denotes the text background color. If
this property is applied on a paragraph
format, it denotes the background color
of the whole paragraph; if it is applied
on a character format, it denotes the
background color of the text over which
the character format is applied.
PgfBoxColor Color Denotes the background color of the
paragraph box that encloses the
paragraph text.
Direction int Set or get the direction of the
document. Possible values:
• Constants.FV_DIR_Inherit
- Inherit the direction of the parent
Constants.FV_DIR_LTR -
Left-to-right
FV_DIR_RTL - Right-to-left

485
PGFFMT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ResolvedDirection int Get the inherited direction of the


document. Possible values:
• Constants.FV_DIR_LTR -
Left-to-right
FV_DIR_RTL - Right-to-left
AsianComposer bool Whether the document will use the
Asian Composer layout engine.
UserString string A string to which clients can store
private data.

Pgf methods
Delete, GetProps, GetText, ObjectValid, SetProps.

PgfFmt

Property name Data Type Description

AcrobatLevel int Retained in Version 6.0 or later for


backward compatibility. Use
PDFStructureLevel instead.
PgfMarkedForNamedDestination int If 1, this paragraph will have a
corresponding Named Destination in
the generated PDF.
PDFStructureLevel int The PDF structure level of paragraphs
with the current format. This property is
used when the PDFStructure
property is True for the document, and
FrameMaker generates PDF data.The
value for this property can be between
0 and 100, where greater values are
deeper in the hierarchy. If
PDFStructureLevel is 0, FrameMaker
does not include paragraphs of this
format in the PDF structure.
MinJRomSpace int Minimum Asian-Roman space.
OptJRomSpace int Optimum Asian-Roman space.

486
PGFFMT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

MaxJRomSpace int Maximum Asian-Roman space.


MinJLetSpace int Minimum Asian letter space.
OptJLetSpace int Optimum Asian letter space.
MaxJLetSpace int Maximum Asian letter space.
YakumonoType int The Yakumono rules to handle
punctuation characters. The value is
one of:
• Constants.FV_FLOATING_YAKU-
MONO (0x00)
Constants.FV_MONOSPACE_YA-
KUMONO (0x01)
Constants.FV_FIXED_YAKUMONO
(0x02)
AutoNumChar string Character format for the automatic
numbering string specified by
AutoNumString; "" if the default
character format is used
AutoNumString string Autonumber format string (for example,
<n>.<n+>)
NumAtEnd int 1 if numbering position is End of
Paragraph; 0 if it is Beginning of
Paragraph.
PgfIsAutoNum int 1 if autonumbering is enabled.
Capitalization int Type of capitalization to use. The value
is one of:
• Constants.FV_CAPITAL_-
CASE_NORM (0)
Constants.FV_CAPITAL_-
CASE_SMALL (1)
Constants.FV_CAPITAL_-
CASE_LOWER (2)
Constants.FV_CAPITAL_CASE_UP-
PER (3)
ChangeBar int 1 if Change Bars are on.
Color Color Spot color (FO_Color ID).

487
PGFFMT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

CombinedFontFamily CombinedFon Combined font definition


tDefn (FO_CombinedFontDefn).
FontAngle int Font angle (specifies an index into the
array of font angles provided by the
session property FontAngleNames).
FontEncodingName string The font’s encoding.
FontFamily int Font family (specifies an index into the
array of font families provided by the
session property FontFamilyNames).
FontPlatformName string Name that uniquely identifies a font on
a specific platform.
FontPostScriptName string Name given to a font when it is sent to a
PostScript printer.
FontSize int Font size (2 pt to 400 pt).
FontVariation int Font variation (specifies an index into
the array of font variations provided by
the session
propertyFontVariationNames).
FontWeight int Font weight (specifies an index into the
array of font weights provided by the
session property FontWeightNames).
KernX int Horizontal kern value for manual
kerning expressed as a percentage of an
em (metric –100% to 1000%). A positive
value moves a character right and a
negative value moves a character left.
KernY int Vertical kern value for manual kerning
expressed as a percentage of an em
(metric –100% to 1000%). A positive
value moves characters up and a
negative value moves characters down.
Overline int 1 if Overline is enabled.
PairKern int 1 if Pair Kern is enabled.

488
PGFFMT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Position int Specifies position relative to baseline of


text. The value is one of:
• Constants.FV_POS_NORM (0):
Normal
Constants.FV_POS_SUPER (1): Su-
perscript
Constants.FV_POS_SUB (2): Sub-
script
Stretch int Character stretch (set width) expressed
as a percentage of normal stretch for
the font (metric –10% to 1000%).
Strikethrough int 1 if Strikethrough is enabled.
Underlining int Type of underlining. The value is one of:
• Constants.FV_CB_NO_UNDER-
LINE (0)
Constants.FV_CB_SIN-
GLE_UNDERLINE (1)
Constants.FV_CB_DOU-
BLE_UNDERLINE (2)
Constants.FV_CB_NUMER-
IC_UNDERLINE (3)
AdjHyphens int Number of allowable adjacent hyphens
Hyphenate int 1 if Automatic Hyphenation is enabled.
HyphMinPrefix int Minimum number of letters that must
precede hyphen.
HyphMinSuffix int Minimum number of letters that must
follow a hyphen.
HyphMinWord int Minimum length of a hyphenated word.

489
PGFFMT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Language int Hyphenation and spell-checking


language to use. The value is one of:
• Constants.FV_LANG_NOLAN-
GUAGE (0x00)
Constants.FV_LANG_ENGLISH
(0x01)
Constants.FV_LANG_BRITISH
(0x02)
Constants.FV_LANG_GERMAN
(0x03)
Constants.FV_LANG_SWISS_GER-
MAN (0x04)
Constants.FV_LANG_FRENCH
(0x05)
Constants.FV_LANG_CANADIAN_-
FRENCH (0x06)
Constants.FV_LANG_SPANISH
(0x07)
Constants.FV_LANG_CATALAN
(0x08)
Constants.FV_LANG_ITALIAN
(0x09)
Constants.FV_LANG_FINNISH
(0x10)
Constants.FV_LANG_SWEDISH
(0x11)
Constants.FV_LANG_JAPANESE
(0x12)
Constants.FV_LANG_TRADITION-
AL_CHINESE (0x13)
Constants.FV_LANG_SIMPLI-
FIED_CHINESE (0x14)
Constants.FV_LANG_KOREAN
(0x15)
Constants.FV_LANG_PORTU-
GUESE (0x0A)
Constants.FV_LANG_BRAZILIAN
(0x0B)
Constants.FV_LANG_DANISH
(0x0C)
Constants.FV_LANG_DUTCH
(0x0D)
490
Constants.FV_LANG_NORWE-
GIAN (0x0E)
PGFFMT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

FirstIndent int First-line left margin, measured from


left side of current text column (0 cm to
100 cm).
LeftIndent int Left margin, measured from left side of
current text column (0 cm to 100 cm).
RightIndent int Right margin, measured from right side
of current text column.
Leading int Space below each line in a paragraph.
LineSpacing int Space between lines in a paragraph
measured from baseline to baseline.
The value is one of:
• Constants.FV_PGF_FIXED (0x00):
default font size
Constants.FV_PGF_PROPORTION-
AL (0x01): largest font in line
Constants.FV_PGF_FLOATING
(0x02): largest ascender in line
NextPgfInDoc Pgf Next paragraph in the document
(FO_Pgf ID).
BlockLines int The number of Widow/Orphan lines.
KeepWithNext int 1 if Keep With Next Paragraph is
enabled.
KeepWithPrev int 1 if Keep With Previous Paragraph is
enabled.
PgfAlignment int Horizontal alignment of paragraph. The
value is one of:
• Constants.FV_PGF_LEFT (0x01)
Constants.FV_PGF_RIGHT (0x02)
Constants.FV_PGF_CENTER (0x03)
Constants.FV_PGF_JUSTIFIED
(0x04)

491
PGFFMT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Placement int Paragraph placement. The value is one


of:
• Constants.FV_PGF_SIDEBODY (0)
Constants.FV_PGF_SIDE-
HEAD_TOP (1)
Constants.FV_PGF_SIDEHEAD_-
FIRST_BASELINE (2)
Constants.FV_PGF_SIDE-
HEAD_LAST_BASELINE (3)
Constants.FV_PGF_RUN_IN (4)
Constants.FV_PGF_STRADDLE (5)
Constants.FV_PGF_STRAD-
DLE_NORMAL_ONLY (6)
RunInSeparator string String for Run-In Head Default
Punctuation.
SpaceAbove int Space above paragraph.
SpaceBelow int Space below paragraph.
Start int Vertical placement of paragraph. The
value is one of:
• Constants.FV_PGF_ANYWHERE
(0x00)
Constants.FV_PGF_TOP_OF_COL
(0x01)
Constants.FV_PG-
F_TOP_OF_PAGE (0x02)
Constants.FV_PG-
F_TOP_OF_LEFT_PAGE (0x03)
Constants.FV_PG-
F_TOP_OF_RIGHT_PAGE (0x04)
BottomSeparator string Name of frame to put below paragraph.
TopSeparator string Name of frame to put above paragraph.

492
PGFFMT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

BkColor Color Denotes the text background color. If


this property is applied on a paragraph
format, it denotes the background color
of the whole paragraph; if it is applied
on a character format, it denotes the
background color of the text over which
the character format is applied.
PgfBoxColor Color Denotes the background color of the
paragraph box that encloses the
paragraph text.
UseBkColor bool The UseBkColor is a Boolean flag
which indicates whether the BkColor
property is set or not. A value of 1
indicates the text has some background
color. A value of 0 indicates a
transparent background.
NOTE: When the UseBkColor property
is set to 0, the BkColor value is not
used.
CellBottomMargin int Amount added to default bottom
margin of table cell.
CellLeftMargin int Amount added to default left margin of
table cell.

493
PGFFMT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

CellMarginsFixed int Specifies which cell margins are fixed.


The following values can be ORed into
it:
• Constants.FV_PGF_FIXED_L_-
MARGIN (0x01): the left margin is
fixed.
Constants.FV_PGF_FIXED_B_-
MARGIN (0x02): the bottom mar-
gin is fixed.
Constants.FV_PGF_FIXED_R_-
MARGIN (0x04): the right margin is
fixed.
Constants.FV_PGF_FIXED_T_-
MARGIN (0x08): the top margin is
fixed.
If the margin for a cell is fixed, the
margin property specifies the absolute
value of the cell margin. For example, if
Constants.FV_PGF_FIXED_B_MAR
GIN (0x02) is set,
CellBottomMargin specifies the
absolute value of the cell’s bottom
margin, overriding the cell margin
specified by the table format.
If
Constants.FV_PGF_FIXED_B_MAR
GIN (0x02) is not set,
CellBottomMargin is added to the
margin specified by the table format.
CellRightMargin int Amount added to default right margin
of table cell.
CellTopMargin int Amount added to default top margin of
table cell.

494
PGFFMT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

CellVAlignment int Vertical alignment of a paragraph when


it is the first one in a cell. The value is
one of:
• Constants.FV_PGF_V_ALIGN_TOP
(0)
Constants.FV_PG-
F_V_ALIGN_MIDDLE (1)
Constants.FV_PG-
F_V_ALIGN_BOTTOM (2)
NumTabs int Number of tabs in the paragraph..
Tabs Tabs Array of tab descriptions that specify
the positions and types of tab stops.
Name string Name of paragraph format.
NextTag string Tag for new next paragraph.
UseNextTag int 1 if Next Paragraph Tag is enabled.
LetterSpace int 1 if Word Spacing is enabled.
MaxSpace int Maximum word spacing (percentage of
an em space in current font).
MinSpace int Minimum word spacing (percentage of
an em space in current font).
OptSpace int Optimum word spacing.
Direction int Set or get the direction of the
document. Possible values:
• Constants.FV_DIR_Inherit
- Inherit the direction of the parent
Constants.FV_DIR_LTR -
Left-to-right
FV_DIR_RTL - Right-to-left
ResolvedDirection int Get the inherited direction of the
document. Possible values:
• Constants.FV_DIR_LTR -
Left-to-right
FV_DIR_RTL - Right-to-left
AsianComposer bool Whether the document will use the
Asian Composer layout engine.

495
POINT
CHAPTER 5 OBJECT REFERENCE

PgfFmt methods
Delete, GetProps, ObjectValid, SetProps.

Point

Property name Data Type Description

x int X coordinate
y int Y cooridnate

Point methods
Point.

Points
An Array of Point objects with integer indexing and a length property.

Property name Data Type Description

length number The length of the array

Points methods
concat, pop, push.

Polygon

Property name Data Type Description

NumPoints int Number of polygon vertices.


Points Points Array of x-y coordinate pairs that specify
the polygon’s vertices.
PolyIsBezier int 1 if polygon is smoothed.

496
POLYGON
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Angle int Indicates the angle of rotation of the


graphic object.
ArrowBaseAngle int Denotes the arrowhead base angle in
degrees.
ArrowLength int Denotes the arrowhead length (always
rounded down to the nearest 1/256
point).
ArrowScaleFactor int Indicates the factor by which the
arrowhead is scaled as line width
changes (always rounded down to
nearest 1/16 point). It is not used if the
ArrowScaleHead property is False.
ArrowScaleHead int Set to 1 if arrowhead is scaled as the
line width changes. Set to 0, otherwise.
ArrowTipAngle int Denotes the arrowhead tip angle in
degrees.
ArrowType int Denotes the style of the arrowhead.
Possible values are:
• Constants.FV_ARROW_STICK
(0x1)
Constants.FV_ARROW_HOLLOW
(0x2)
Constants.FV_ARROW_FILLED
(0x3)
BorderWidth int Indicates the border width specified in
points. The permissible range is 0.015 pt
to 360 points.
Color Color Denotes the spot color.
Dash Metrics Specifies a dash pattern that is repeated
for the length of an object's border. The
pattern is stored in a MetricsT structure.
The 0th element of the
MetricsT.MetricsT_val array stores the
length of the first dash; the 1st element
stores the following space; the 2nd
element stores the next dash; and so on
for an even number of elements.

497
POLYGON
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Fill int Denotes the fill pattern (numbers


between 0 and 15).
Constants are provided for fill patterns
0, 7 and 15, as follows:
• Constants.FV_FILL_BLACK (0)
Constants.FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
FrameParent FMObject Denotes the frame containing the
graphic object.
GraphicCantBeSelected int Set to 1 if the graphic object cannot be
selected. Set to 0, otherwise.
GraphicIsSelected int Set to 1, if the graphic object is
selected. Else, set to 0.
GroupParent Group Specifies the group to which the object
belongs.
Note: Anchored frames do NOT have
this property.
HeadArrow int Set to 1 if the line has an arrow head.
Set to 0, otherwise.
Height int Denotes the height of the object
denoted in points. The permissible
range is from 0.125 points to 3600
points.
HotspotCmdStr StringT The command string for a hotspot.
Thismust be a valid hypertext command
string.
HotspotTitle StringT The tooltip text for the hotspot in the
outputs that support it (for example
HTML). This property is 0ptional.
IsHotspot Bool Whether the object is a hotspot or not.
If this property is turned off, the object
is no longer a hotspot even if command
string is non-empty.

498
POLYGON
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

LineCap int Specifies the type of the end of the line.


The possible values are:
• Constants.FV_CAP_BUTT (0x00)
Constants.FV_CAP_ROUND (0x01)
Constants.FV_CAP_SQUARE
(0x02)
LocX int Specifies the distance of the object from
the left side of the parent frame (in
inches). The permissible range is –216
inches to 216 inches.
If the graphic object is an anchored
frame, the distance is automatically
calculated from the left side of the page
frame. You cannot set this value
manually for anchored frames.
LocY int Distance of the object from the top of
the parent frame (in inches) The
permissible range is –216 inches to 216
inches.
If the graphic object is an anchored
frame, the distance is automatically
calculated from the top of the page
frame. You cannot set this value
manually for anchored frames.
NextGraphicInDoc FMObject Denotes the next graphic object in the
document.
NextGraphicInFrame FMObject Denotes the next graphic object in the
frame.
NextGraphicInGroup FMObject Denotes the next graphic object in the
group.
NextSelectedGraphicInDoc FMObject Denotes the next selected graphic
object in the document.

499
POLYGON
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ObjectAttributes Strings A list of strings. Each string expresses an


attribute that is specified for an
anchored frame in the Object
Properties > Object Attributes dialog
box. Each string is in the form of
string_text.You can use the backslash to
escape characters such as \n, \r, or \t for
newline, carriage return, and tab,
respectively. For a backslash character
in the string text, type \\.
Overprint int Specifies the overprint settings for the
object. The possible values are:
• Constants.FV_KNOCKOUT (0x00)
Constants.FV_OVERPRINT (0x01)
Constants.FV_FROMCOLOR (0x02)
Pen int Specifies the pen pattern (numbers
between 0 and 7).
Constants are provided for pen patterns
0, 7 and 15, as follows:
• Constants.FV_FILL_BLACK (0)
Constants. FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
PrevGraphicInFrame FMObject Denotes the previous graphic object in
the frame.
PrevGraphicInGroup FMObject Denotes the previous graphic object in
the group.
Runaround int Specifies whether text can flow around
the object and, if so, whether the text
follows the contour of the object or a
box shape surrounding the object. The
possible values are:
• Constants.FV_TR_NONE (0x01)
Constants.FV_TR_CONTOUR
(0x02)
Constants.FV_TR_BBOX (0x03)
RunaroundGap int Denotes the width of the runaround
gap, if the object is a runaround object.

500
POLYLINE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

TailArrow int Set to 1 if the arrowhead is enabled at


the begining of the line; Set to 0
otherwise.
TintPercent int Specifies the tint percentage.
Unique int Indicates the graphic object's internal
unique number.
Width int Denotes the width of the object. The
permissible range is from 0.125 points
to 3600 points.

Polygon methods
Delete, GetProps, ObjectValid, SetProps.

Polyline

Property name Data Type Description

NumPoints int Number of polygon vertices.


Points Points Array of x-y coordinate pairs that specify
the polygon’s vertices.
PolyIsBezier int 1 if polygon is smoothed.
Angle int Indicates the angle of rotation of the
graphic object.
ArrowBaseAngle int Denotes the arrowhead base angle in
degrees.
ArrowLength int Denotes the arrowhead length (always
rounded down to the nearest 1/256
point).
ArrowScaleFactor int Indicates the factor by which the
arrowhead is scaled as line width
changes (always rounded down to
nearest 1/16 point). It is not used if the
ArrowScaleHead property is False.

501
POLYLINE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ArrowScaleHead int Set to 1 if arrowhead is scaled as the


line width changes. Set to 0, otherwise.
ArrowTipAngle int Denotes the arrowhead tip angle in
degrees.
ArrowType int Denotes the style of the arrowhead.
Possible values are:
• Constants.FV_ARROW_STICK
(0x1)
Constants.FV_ARROW_HOLLOW
(0x2)
Constants.FV_ARROW_FILLED
(0x3)
BorderWidth int Indicates the border width specified in
points. The permissible range is 0.015 pt
to 360 points.
Color Color Denotes the spot color.
Dash Metrics Specifies a dash pattern that is repeated
for the length of an object's border. The
pattern is stored in a MetricsT structure.
The 0th element of the
MetricsT.MetricsT_val array stores the
length of the first dash; the 1st element
stores the following space; the 2nd
element stores the next dash; and so on
for an even number of elements.
Fill int Denotes the fill pattern (numbers
between 0 and 15).
Constants are provided for fill patterns
0, 7 and 15, as follows:
• Constants.FV_FILL_BLACK (0)
Constants.FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
FrameParent FMObject Denotes the frame containing the
graphic object.
GraphicCantBeSelected int Set to 1 if the graphic object cannot be
selected. Set to 0, otherwise.

502
POLYLINE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

GraphicIsSelected int Set to 1, if the graphic object is


selected. Else, set to 0.
GroupParent Group Specifies the group to which the object
belongs.
Note: Anchored frames do NOT have
this property.
HeadArrow int Set to 1 if the line has an arrow head.
Set to 0, otherwise.
Height int Denotes the height of the object
denoted in points. The permissible
range is from 0.125 points to 3600
points.
HotspotCmdStr StringT The command string for a hotspot.
Thismust be a valid hypertext command
string.
HotspotTitle StringT The tooltip text for the hotspot in the
outputs that support it (for example
HTML). This property is 0ptional.
IsHotspot Bool Whether the object is a hotspot or not.
If this property is turned off, the object
is no longer a hotspot even if command
string is non-empty.
LineCap int Specifies the type of the end of the line.
The possible values are:
• Constants.FV_CAP_BUTT (0x00)
Constants.FV_CAP_ROUND (0x01)
Constants.FV_CAP_SQUARE
(0x02)
LocX int Specifies the distance of the object from
the left side of the parent frame (in
inches). The permissible range is –216
inches to 216 inches.
If the graphic object is an anchored
frame, the distance is automatically
calculated from the left side of the page
frame. You cannot set this value
manually for anchored frames.

503
POLYLINE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

LocY int Distance of the object from the top of


the parent frame (in inches) The
permissible range is –216 inches to 216
inches.
If the graphic object is an anchored
frame, the distance is automatically
calculated from the top of the page
frame. You cannot set this value
manually for anchored frames.
NextGraphicInDoc FMObject Denotes the next graphic object in the
document.
NextGraphicInFrame FMObject Denotes the next graphic object in the
frame.
NextGraphicInGroup FMObject Denotes the next graphic object in the
group.
NextSelectedGraphicInDoc FMObject Denotes the next selected graphic
object in the document.
ObjectAttributes Strings A list of strings. Each string expresses an
attribute that is specified for an
anchored frame in the Object
Properties > Object Attributes dialog
box. Each string is in the form of
string_text.You can use the backslash to
escape characters such as \n, \r, or \t for
newline, carriage return, and tab,
respectively. For a backslash character
in the string text, type \\.
Overprint int Specifies the overprint settings for the
object. The possible values are:
• Constants.FV_KNOCKOUT (0x00)
Constants.FV_OVERPRINT (0x01)
Constants.FV_FROMCOLOR (0x02)

504
POLYLINE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Pen int Specifies the pen pattern (numbers


between 0 and 7).
Constants are provided for pen patterns
0, 7 and 15, as follows:
• Constants.FV_FILL_BLACK (0)
Constants. FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
PrevGraphicInFrame FMObject Denotes the previous graphic object in
the frame.
PrevGraphicInGroup FMObject Denotes the previous graphic object in
the group.
Runaround int Specifies whether text can flow around
the object and, if so, whether the text
follows the contour of the object or a
box shape surrounding the object. The
possible values are:
• Constants.FV_TR_NONE (0x01)
Constants.FV_TR_CONTOUR
(0x02)
Constants.FV_TR_BBOX (0x03)
RunaroundGap int Denotes the width of the runaround
gap, if the object is a runaround object.
TailArrow int Set to 1 if the arrowhead is enabled at
the begining of the line; Set to 0
otherwise.
TintPercent int Specifies the tint percentage.
Unique int Indicates the graphic object's internal
unique number.
Width int Denotes the width of the object. The
permissible range is from 0.125 points
to 3600 points.

Polyline methods
Delete, GetProps, ObjectValid, SetProps.

505
PROPIDENT
CHAPTER 5 OBJECT REFERENCE

PropIdent

Property name Data Type Description

num int The property number.


name string The property name.

PropIdent methods
PropIdent.

PropVal

Property name Data Type Description

propIdent PropIdent The property identifier.


propVal TypedVal The property value.

PropVal methods
PropVal.

PropVals
An Array of PropVal objects with integer indexing and a length property.

Property name Data Type Description

length number The length of the array

PropVals methods
concat, pop, push.

506
RECTANGLE
CHAPTER 5 OBJECT REFERENCE

Rectangle

Property name Data Type Description

RectangleIsSmoothed int 1 if smoothing is enabled. This property


is always 1 for Ellipse objects.
Angle int Indicates the angle of rotation of the
graphic object.
ArrowBaseAngle int Denotes the arrowhead base angle in
degrees.
ArrowLength int Denotes the arrowhead length (always
rounded down to the nearest 1/256
point).
ArrowScaleFactor int Indicates the factor by which the
arrowhead is scaled as line width
changes (always rounded down to
nearest 1/16 point). It is not used if the
ArrowScaleHead property is False.
ArrowScaleHead int Set to 1 if arrowhead is scaled as the
line width changes. Set to 0, otherwise.
ArrowTipAngle int Denotes the arrowhead tip angle in
degrees.
ArrowType int Denotes the style of the arrowhead.
Possible values are:
• Constants.FV_ARROW_STICK
(0x1)
Constants.FV_ARROW_HOLLOW
(0x2)
Constants.FV_ARROW_FILLED
(0x3)
BorderWidth int Indicates the border width specified in
points. The permissible range is 0.015 pt
to 360 points.
Color Color Denotes the spot color.

507
RECTANGLE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Dash Metrics Specifies a dash pattern that is repeated


for the length of an object's border. The
pattern is stored in a MetricsT structure.
The 0th element of the
MetricsT.MetricsT_val array stores the
length of the first dash; the 1st element
stores the following space; the 2nd
element stores the next dash; and so on
for an even number of elements.
Fill int Denotes the fill pattern (numbers
between 0 and 15).
Constants are provided for fill patterns
0, 7 and 15, as follows:
• Constants.FV_FILL_BLACK (0)
Constants.FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
FrameParent FMObject Denotes the frame containing the
graphic object.
GraphicCantBeSelected int Set to 1 if the graphic object cannot be
selected. Set to 0, otherwise.
GraphicIsSelected int Set to 1, if the graphic object is
selected. Else, set to 0.
GroupParent Group Specifies the group to which the object
belongs.
Note: Anchored frames do NOT have
this property.
HeadArrow int Set to 1 if the line has an arrow head.
Set to 0, otherwise.
Height int Denotes the height of the object
denoted in points. The permissible
range is from 0.125 points to 3600
points.
HotspotCmdStr StringT The command string for a hotspot.
Thismust be a valid hypertext command
string.
HotspotTitle StringT The tooltip text for the hotspot in the
outputs that support it (for example
HTML). This property is 0ptional.

508
RECTANGLE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

IsHotspot Bool Whether the object is a hotspot or not.


If this property is turned off, the object
is no longer a hotspot even if command
string is non-empty.
LineCap int Specifies the type of the end of the line.
The possible values are:
• Constants.FV_CAP_BUTT (0x00)
Constants.FV_CAP_ROUND (0x01)
Constants.FV_CAP_SQUARE
(0x02)
LocX int Specifies the distance of the object from
the left side of the parent frame (in
inches). The permissible range is –216
inches to 216 inches.
If the graphic object is an anchored
frame, the distance is automatically
calculated from the left side of the page
frame. You cannot set this value
manually for anchored frames.
LocY int Distance of the object from the top of
the parent frame (in inches) The
permissible range is –216 inches to 216
inches.
If the graphic object is an anchored
frame, the distance is automatically
calculated from the top of the page
frame. You cannot set this value
manually for anchored frames.
NextGraphicInDoc FMObject Denotes the next graphic object in the
document.
NextGraphicInFrame FMObject Denotes the next graphic object in the
frame.
NextGraphicInGroup FMObject Denotes the next graphic object in the
group.
NextSelectedGraphicInDoc FMObject Denotes the next selected graphic
object in the document.

509
RECTANGLE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ObjectAttributes Strings A list of strings. Each string expresses an


attribute that is specified for an
anchored frame in the Object
Properties > Object Attributes dialog
box. Each string is in the form of
string_text.You can use the backslash to
escape characters such as \n, \r, or \t for
newline, carriage return, and tab,
respectively. For a backslash character
in the string text, type \\.
Overprint int Specifies the overprint settings for the
object. The possible values are:
• Constants.FV_KNOCKOUT (0x00)
Constants.FV_OVERPRINT (0x01)
Constants.FV_FROMCOLOR (0x02)
Pen int Specifies the pen pattern (numbers
between 0 and 7).
Constants are provided for pen patterns
0, 7 and 15, as follows:
• Constants.FV_FILL_BLACK (0)
Constants. FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
PrevGraphicInFrame FMObject Denotes the previous graphic object in
the frame.
PrevGraphicInGroup FMObject Denotes the previous graphic object in
the group.
Runaround int Specifies whether text can flow around
the object and, if so, whether the text
follows the contour of the object or a
box shape surrounding the object. The
possible values are:
• Constants.FV_TR_NONE (0x01)
Constants.FV_TR_CONTOUR
(0x02)
Constants.FV_TR_BBOX (0x03)
RunaroundGap int Denotes the width of the runaround
gap, if the object is a runaround object.

510
REFPAGE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

TailArrow int Set to 1 if the arrowhead is enabled at


the begining of the line; Set to 0
otherwise.
TintPercent int Specifies the tint percentage.
Unique int Indicates the graphic object's internal
unique number.
Width int Denotes the width of the object. The
permissible range is from 0.125 points
to 3600 points.

Rectangle methods
Delete, GetProps, ObjectValid, SetProps.

RefPage

Property name Data Type Description

Name string Name of the reference page.


PageFrame UnanchoredF Page frame (FO_UnanchoredFrame ID)
rame
PageHeight int Height of the page.
PageNext RefPage Next reference page (FO_RefPage ID) in
the document.
PageNum int Page number.
PagePrev RefPage Previous reference page (FO_RefPage
ID) in the document.
PageWidth int Width of the page.

RefPage methods
ApplyPageLayout, Delete, GetProps, ObjectValid, SetProps.

511
ROUNDRECT
CHAPTER 5 OBJECT REFERENCE

RoundRect

Property name Data Type Description

Radius int Radius of corner; 0 for a square corner.


Angle int Indicates the angle of rotation of the
graphic object.
ArrowBaseAngle int Denotes the arrowhead base angle in
degrees.
ArrowLength int Denotes the arrowhead length (always
rounded down to the nearest 1/256
point).
ArrowScaleFactor int Indicates the factor by which the
arrowhead is scaled as line width
changes (always rounded down to
nearest 1/16 point). It is not used if the
ArrowScaleHead property is False.
ArrowScaleHead int Set to 1 if arrowhead is scaled as the
line width changes. Set to 0, otherwise.
ArrowTipAngle int Denotes the arrowhead tip angle in
degrees.
ArrowType int Denotes the style of the arrowhead.
Possible values are:
• Constants.FV_ARROW_STICK
(0x1)
Constants.FV_ARROW_HOLLOW
(0x2)
Constants.FV_ARROW_FILLED
(0x3)
BorderWidth int Indicates the border width specified in
points. The permissible range is 0.015 pt
to 360 points.
Color Color Denotes the spot color.

512
ROUNDRECT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Dash Metrics Specifies a dash pattern that is repeated


for the length of an object's border. The
pattern is stored in a MetricsT structure.
The 0th element of the
MetricsT.MetricsT_val array stores the
length of the first dash; the 1st element
stores the following space; the 2nd
element stores the next dash; and so on
for an even number of elements.
Fill int Denotes the fill pattern (numbers
between 0 and 15).
Constants are provided for fill patterns
0, 7 and 15, as follows:
• Constants.FV_FILL_BLACK (0)
Constants.FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
FrameParent FMObject Denotes the frame containing the
graphic object.
GraphicCantBeSelected int Set to 1 if the graphic object cannot be
selected. Set to 0, otherwise.
GraphicIsSelected int Set to 1, if the graphic object is
selected. Else, set to 0.
GroupParent Group Specifies the group to which the object
belongs.
Note: Anchored frames do NOT have
this property.
HeadArrow int Set to 1 if the line has an arrow head.
Set to 0, otherwise.
Height int Denotes the height of the object
denoted in points. The permissible
range is from 0.125 points to 3600
points.
HotspotCmdStr StringT The command string for a hotspot.
Thismust be a valid hypertext command
string.
HotspotTitle StringT The tooltip text for the hotspot in the
outputs that support it (for example
HTML). This property is 0ptional.

513
ROUNDRECT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

IsHotspot Bool Whether the object is a hotspot or not.


If this property is turned off, the object
is no longer a hotspot even if command
string is non-empty.
LineCap int Specifies the type of the end of the line.
The possible values are:
• Constants.FV_CAP_BUTT (0x00)
Constants.FV_CAP_ROUND (0x01)
Constants.FV_CAP_SQUARE
(0x02)
LocX int Specifies the distance of the object from
the left side of the parent frame (in
inches). The permissible range is –216
inches to 216 inches.
If the graphic object is an anchored
frame, the distance is automatically
calculated from the left side of the page
frame. You cannot set this value
manually for anchored frames.
LocY int Distance of the object from the top of
the parent frame (in inches) The
permissible range is –216 inches to 216
inches.
If the graphic object is an anchored
frame, the distance is automatically
calculated from the top of the page
frame. You cannot set this value
manually for anchored frames.
NextGraphicInDoc FMObject Denotes the next graphic object in the
document.
NextGraphicInFrame FMObject Denotes the next graphic object in the
frame.
NextGraphicInGroup FMObject Denotes the next graphic object in the
group.
NextSelectedGraphicInDoc FMObject Denotes the next selected graphic
object in the document.

514
ROUNDRECT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ObjectAttributes Strings A list of strings. Each string expresses an


attribute that is specified for an
anchored frame in the Object
Properties > Object Attributes dialog
box. Each string is in the form of
string_text.You can use the backslash to
escape characters such as \n, \r, or \t for
newline, carriage return, and tab,
respectively. For a backslash character
in the string text, type \\.
Overprint int Specifies the overprint settings for the
object. The possible values are:
• Constants.FV_KNOCKOUT (0x00)
Constants.FV_OVERPRINT (0x01)
Constants.FV_FROMCOLOR (0x02)
Pen int Specifies the pen pattern (numbers
between 0 and 7).
Constants are provided for pen patterns
0, 7 and 15, as follows:
• Constants.FV_FILL_BLACK (0)
Constants. FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
PrevGraphicInFrame FMObject Denotes the previous graphic object in
the frame.
PrevGraphicInGroup FMObject Denotes the previous graphic object in
the group.
Runaround int Specifies whether text can flow around
the object and, if so, whether the text
follows the contour of the object or a
box shape surrounding the object. The
possible values are:
• Constants.FV_TR_NONE (0x01)
Constants.FV_TR_CONTOUR
(0x02)
Constants.FV_TR_BBOX (0x03)
RunaroundGap int Denotes the width of the runaround
gap, if the object is a runaround object.

515
ROW
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

TailArrow int Set to 1 if the arrowhead is enabled at


the begining of the line; Set to 0
otherwise.
TintPercent int Specifies the tint percentage.
Unique int Indicates the graphic object's internal
unique number.
Width int Denotes the width of the object. The
permissible range is from 0.125 points
to 3600 points.

RoundRect methods
Delete, GetProps, ObjectValid, SetProps.

Row

Property name Data Type Description

CondFmtIsShown int 1 if the condition is shown.


Element Element The ID of the element containing the
row in a FrameMaker document.
FirstCellInRow Cell First cell in row (FO_Cell ID).
Height int Height of the row.
InCond Objects Condition tags for row (array of
FO_CondFmt IDs).
LocX int Offset from the left side of the text
frame containing the row.
LocY int Offset from the top of the page frame
containing the row.
NextRowInTbl Row Next row (FO_Row ID) in the table.
PrevRowInTbl Row Previous row (FO_Row ID) in the table.
RowIsShown int 1 if the conditional row is shown.
RowKeepWithNext int 1 if Keep With Next Row is enabled.

516
ROW
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

RowKeepWithPrev int 1 if Keep With Previous Row is enabled.


RowMaxHeight int Maximum row height.
RowMinHeight int Minimum row height.
RowStart int Denotes the row placement. The value
is one of:
• Constants.FV_ROW_ANYWHERE
(0)
Constants.FV_ROW_TOP_OF_COL
(1)
Con-
stants.FV_ROW_TOP_OF_PAGE
(2)
Con-
stants.FV_ROW_TOP_OF_LEFT_P
AGE (3)
Con-
stants.FV_ROW_TOP_OF_RIGHT_
PAGE (4)
RowTbl Tbl Table containing the row (FO_Tbl ID).
RowType int Type of row. The value is one of:
• Constants.FV_ROW_HEADING (0)
Constants.FV_ROW_BODY (1)
Constants.FV_ROW_FOOTING (2)
SepOverride Color Color separation format override
(FO_Color ID).

517
RUBI
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

StyleOverrides int Style condition indicators for


conditional text:
• Constants.FV_CS_NO_OVERRIDE
(0x00)
Constants.FV_CS_OVERLINE
(0x01)
Constants.FV_CS_STRIKE-
THROUGH (0x02)
Constants.FV_CS_SINGLE_UNDER-
LINE (0x04)
Constants.FV_CS_DOU-
BLE_UNDERLINE (0x08)
All style condition indicators are
represented as hatched lines for the
table rows.
UseSepOverride int 1 if the SepOverride property
overrides default from the table.
Width int Width of the row.

Row methods
AddRows, Delete, GetProps, ObjectValid, SetProps.

Rubi

Property name Data Type Description

Element Element The object handle of the associated


FO_Element for the rubi group element,
if the rubi group is in a structured
document.
OyamojiTextRange TextRange The text range that the oyamoji text
encompasses.
NextRubiInDoc Rubi The next instance of a rubi composite
(FO_Rubi ID) in the document..

518
RULINGFMT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

RubiElement Element The object handle of the associated


FO_Element for the rubi element, if the
rubi group is in a structured document.
RubiTextRange TextRange The text range that the rubi text
encompasses.
Unique int The rubi composite’s unique ID.

Rubi methods
Delete, GetProps, GetText2, ObjectValid, SetProps.

RulingFmt

Property name Data Type Description

Name string Ruling format name.


NextRulingFmtInDoc RulingFmt Next ruling format in document
(FO_RulingFmt ID).
Pen int Specifies the pen pattern (numbers
between 0 and 7).
Constants are provided for pen patterns
0, 7 and 15, as follows:
• Constants.FV_FILL_BLACK (0)
Constants. FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
RulingGap int Gap between double ruling lines (0.015
pt to 360 pt).
RulingLines int Number of ruling lines (0 to 2 lines).
RulingPenWidth int Ruling line thickness (0.015 pt to 360
pt).
RulingSep Color Spot color of ruling format (FO_Color
ID).

519
STRINGS
CHAPTER 5 OBJECT REFERENCE

RulingFmt methods
Delete, GetProps, ObjectValid, SetProps.

Strings
An Array of objects with integer indexing and a length property.

Property name Data Type Description

length number The length of the array

Strings methods
concat, pop, push.

SubCol

Property name Data Type Description

ContentHeight int The distance between the top of the


column and the baseline of the last line
in the column.
FirstAFrame AFrame First anchored frame in the column
(FO_AFrame ID).
FirstCell Cell First table cell in the column (FO_Cell
ID).
FirstFn Fn First footnote in the column (FO_Fn ID).
FirstPgf Pgf First paragraph in the column (FO_Pgf
ID).
FrameParent TextFrame ID of text frame that contains the
column (FO_TextFrame ID).
Height int Column Height.
LastAFrame AFrame Last anchored frame in the column
(FO_AFrame ID).
LastCell Cell Last table cell in the column (FO_Cell
ID).

520
TAB
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

LastFn Fn Last footnote in the column (FO_Fn ID).


LastPgf Pgf Last paragraph in the column (FO_Pgf
ID).
LocX int Offset from left side of the text frame
that contains the column.
LocY int Offset from top of text frame that
contains the column.
NextSubCol SubCol Next column in the flow.
Overflowed int 1 if the text frame containing the
column has Autoconnect turned off and
text overflows the column.
ParentTextFrame TextFrame ID of text frame that contains the
column (FO_TextFrame ID).
PrevSubCol SubCol Previous column in the flow.
Unique int Text column’s unique ID.
UserString string A string to which clients can store
private data.
Width int Column width.

SubCol methods
Delete, GetProps, GetText, ObjectValid, SetProps.

Tab

Property name Data Type Description

x int Offset from the left margin.

521
TABS
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

type uint Type of tab. The value is one of:


• Constants.FV_TAB_LEFT (0x1) -
Left tab.
Constants.FV_TAB_CENTER (0x2) -
Center tab.
Constants.FV_TAB_RIGHT (0x3) -
Right tab.
Constants.FV_TAB_DECIMAL (0x4)
- Decimal tab.
Constants.FV_TAB_RELA-
TIVE_LEFT (0x5) - Relative left tab
(allowed only for format change
lists).
Constants.FV_TAB_RELA-
TIVE_CENTER (0x6) - Relative cen-
ter tab (allowed only for format
change lists).
Constants.FV_TAB_RELA-
TIVE_RIGHT (0x7) - Relative right
tab (allowed only for format
change lists).
Constants.FV_TAB_RELATIVE_-
DECIMAL (0x8) - Relative decimal
tab (allowed only for format
change lists).
leader string String that appears before the tab.
decimal uint Character to align the tab around (For
example “,”).

Tab methods
Tab.

Tabs
An Array of Tab objects with integer indexing and a length property.

522
TBL
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

length number The length of the array

Tabs methods
concat, pop, push.

Tbl

Property name Data Type Description

ContentHeight int The height of the table title.


Locked int 1 if the table is part of a text inset that
retains formatting information from the
source document. The table is not
affected by global formatting performed
on the document.
OrphanRows int Number of orphan rows.
Overflowed int 1 if the table has cells that are not
shown because they extend beyond the
text frame boundaries.
TblAlignment int Horizontal placement of table. The
value is one of:
• Constants.FV_ALIGN_TBL_LEFT (0)
Constants.FV_ALIGN_TBL_CEN-
TER (1)
Constants.FV_ALIGN_TBL_RIGHT
(2)
TblCellBottomMargin int Default bottom cell margin for the
table.
TblCellLeftMargin int Default left cell margin for the table.
TblCellRightMargin int Default right cell margin for the table.
TblCellTopMargin int Default top cell margin for the table.
TblLeftIndent int Left indent for the table.

523
TBL
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

TblInLockedTi bool 1 if the table is in a locket text inset. You


should not use the ESTK to delete table
elements when the table is in a locket
text inset.
TblPlacement int Vertical placement of table on page.
The value is one of:
• Constants.FV_TBL_ANYWHERE (0)
Constants.FV_TBL_TOP_OF_COL
(1)
Constants.FV_TBL_TOP_OF_PAGE
(2)
Constants.FV_T-
BL_TOP_OF_LEFT_PAGE (3)
Constants.FV_T-
BL_TOP_OF_RIGHT_PAGE (4)
Constants.FV_TBL_FLOAT (5)
TblRightIndent int Right indent for the table.
TblSpaceAbove int Vertical space above the table.
TblSpaceBelow int Vertical space below the table.
TextLoc TextLoc The text location of the table’s anchor.
Unique int The table’s unique ID.
FirstRowInTbl Row First row in the table (FO_Row ID).
LastRowInTbl Row Last row in the table (FO_Row ID).
NextTblInDoc Tbl Next table (FO_Tbl ID) in the document.
TblCatalogEntry int 1 if the table’s format is in the Table
Catalog.
TblColWidths Metrics List of column widths.
TblNumbering int Direction of autonumbering for the
table. The value is one of:
• Constants.FV_T-
BL_NUM_BY_ROW (0)
Constants.FV_TBL_NUM_BY_COL
(1)
TblNumCols int Number of colums in the table.

524
TBL
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

TblNumRows int Number of rows in the table.


TblTag string Name of the table format.
TblWidth int Horizontal width of the table.
TblBodyRowRuling RulingFmt Ruling applied to body rows specified by
TblBodyRowRulingPeriod
(FO_RulingFmt ID).
TblBodyRowRulingPeriod int The periodicity of the ruling specified
byTblBodyRowRuling.For example,
if TblBodyRowRulingPeriodis set
to 3, the ruling specified by
TblBodyRowRulingis applied to
every third row.
TblBottomRuling int Ruling applied to the bottom of the
table (FO_RulingFmt ID).
TblColRuling RulingFmt Ruling applied to table columns
specified by TblColRulingPeriod
(FO_RulingFmt ID).
TblColRulingPeriod int The periodicity of the ruling specified by
TblColRuling.
For example, if
TblColRulingPeriod is set to 2, the
ruling specified by TblColRuling is
applied to every other column.
TblHFRowRuling RulingFmt Ruling for table heading and footing
rows (FO_RulingFmt ID).
TblHFSeparatorRuling RulingFmt Separator ruling for table heading and
footing rows (FO_RulingFmt ID).
TblLastBodyRuling int 1 if Draw Bottom Ruling on Last
Sheet Only is enabled (FO_RulingFmt
ID).
TblLeftRuling RulingFmt Ruling for the left side of the table
(FO_RulingFmt ID).
TblOtherBodyRowRuling RulingFmt Ruling for body rows that are not
specified by
TblBodyRowRulingPeriod
(FO_RulingFmt ID).

525
TBL
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

TblOtherColRuling RulingFmt Ruling for columns that are not


specified by TblColRulingPeriod
(FO_RulingFmt ID).
TblRightRuling RulingFmt Ruling for the right side of the table
(FO_RulingFmt ID).
TblTopRuling RulingFmt Ruling for the top of the table
(FO_RulingFmt ID).
BottomRowSelection Row Bottom body row in selection, if table is
selected (FO_Row ID).
LeftColNum int Number of the leftmost selected
column, if a table is selected (columns
are numbered from left to right, starting
with 0).
RightColNum int Number of rightmost selected column,
if a table is selected (columns are
numbered from left to right, starting
with 0).
TblTitleSelected int 1 if table title is selected.
TopRowSelection Row Top row in selection, if table is selected
(FO_Row ID).
TblBodyFirstColor Color First spot color for table body (FO_Color
ID).
TblBodyFirstFill int First fill pattern for table body.
TblBodyFirstPeriod int Number of columns or body rows to
which the first fill pattern (specified by
TblBodyFirstFill) is applied.
TblBodyNextColor Color Exception color for columns or body
rows (FO_Color ID).
TblBodyNextFill int Exception fill pattern for table body.
TblBodyNextPeriod int Number of columns or body rows to
which the exception fill pattern
(specified by TblBodyNextFill) is
applied.
TblBodyShadeBy int 1 if Shade By is set to Columns; 0 if
Shade By is set to Rows.

526
TBL
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

TblHFColor Color Color for table heading and footing.


TblHFFill int Fill pattern for table heading and
footing (integer percentage).
Element Element Denotes the element associated with
the table.
TblBodyElement Element Specifies the element containing the
table’s body rows.
TblElement Element Specifies the element containing the
table.
TblFooterElement Element Denotes the element containing the
table’s footer rows.
TblHeaderElement Element Denotes the element containing the
table’s header rows.
TblTitleElement Element Indicates the element containing the
table title.
FirstPgf Pgf The first paragraph in the title, if the
table has a title.
HighestLevelElement Element Specifies the title’s highest-level
element if the table is in a structured
document and has a title.
NOTE: HighestLevelElement is
obsolete but is supported for backward
compatibility.
LastPgf Pgf The last paragraph in the title, if the
table has a title.
TblTitleGap int Gap between the title and top or
bottom row of the table.

527
TBLFMT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

TblTitlePosition int The placement of the table title. The


value is one of:
• Constants.FV_TBL_NO_TITLE (0) -
Table has no title
Constants.FV_TBL_TITLE_ABOVE
(1) - The title appears above the ta-
ble
Constants.FV_TBL_TITLE_BELOW
(2) - The title appears below the ta-
ble
Direction int Set or get the direction of the
document. Possible values:
• Constants.FV_DIR_Inherit
- Inherit the direction of the parent
Constants.FV_DIR_LTR -
Left-to-right
FV_DIR_RTL - Right-to-left
ResolvedDirection int Get the inherited direction of the
document. Possible values:
• Constants.FV_DIR_LTR -
Left-to-right
FV_DIR_RTL - Right-to-left
UserString string A string to which clients can store
private data.

Tbl methods
AddCols, Delete, DeleteCols, DeleteRows, GetTableColumnByColNum, GetProps, MakeTblSelection,
ObjectValid, SetProps.

TblFmt

Property name Data Type Description

OrphanRows int Number of orphan rows.

528
TBLFMT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

TblAlignment int Horizontal placement of table. The


value is one of:
• Constants.FV_ALIGN_TBL_LEFT (0)
Constants.FV_ALIGN_TBL_CEN-
TER (1)
Constants.FV_ALIGN_TBL_RIGHT
(2)
TblCellBottomMargin int Bottom margin of table cell.
TblCellLeftMargin int Left margin of the table cell.
TblCellRightMargin int Right margin of the table cell.
TblCellTopMargin int Top margin of the table cell.
TblLeftIndent int Left indent of the table cell.
TblPlacement int Vertical placement of table on page.
The value is one of:
• Constants.FV_TBL_ANYWHERE (0)
Constants.FV_TBL_TOP_OF_COL
(1)
Constants.FV_TBL_TOP_OF_PAGE
(2)
Constants.FV_T-
BL_TOP_OF_LEFT_PAGE (3)
Constants.FV_T-
BL_TOP_OF_RIGHT_PAGE (4)
Constants.FV_TBL_FLOAT (5)
TblRightIndent int Right indent of the table.
TblSpaceAbove int Vertical space above the table.
TblSpaceBelow int Vertical space below the table.
TblTitleGap int Gap between title and top or bottom
row.

529
TBLFMT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

TblTitlePosition int The placement of the table title. The


value is one of:
• Constants.FV_TBL_NO_TITLE (0) -
Table has no title
Constants.FV_TBL_TITLE_ABOVE
(1) - The title appears above the ta-
ble
Constants.FV_TBL_TITLE_BELOW
(2) - The title appears below the ta-
ble
TblCatalogEntry int 1 if format is in the Table Catalog.
Name string Name of the paragraph format of the
table title.
NextTblFmtInDoc TblFmt Next table format in the document
(FO_TblFmt ID).
TblNumbering int Direction of autonumbering for the
table. The value is one of:
• Constants.FV_T-
BL_NUM_BY_ROW (0)
Constants.FV_TBL_NUM_BY_COL
(1)
TblTag string Name of the table format
TblInitNumBodyRows int Number of body rows for new table
TblInitNumCols int Number of columns for new table
TblInitNumFRows int Number of footing rows for new table
TblInitNumHRows int Number of heading rows for new table
TblBodyRowRuling RulingFmt Ruling for body rows that are not
specified by
TblBodyRowRulingPeriod
(FO_RulingFmt ID).

530
TBLFMT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

TblBodyRowRulingPeriod int The periodicity of the ruling specified by


TblOtherBodyRowRuling. For
example, if
TblBodyRowRulingPeriod is set to
3, the ruling specified by
TblOtherBodyRowRuling is applied
to every third row.
TblBottomRuling RulingFmt Ruling for the bottom of the table
(FO_RulingFmt ID).
TblColRuling RulingFmt Ruling for columns that are not
specified by TblColRulingPeriod
(FO_RulingFmt ID).
TblColRulingPeriod int The periodicity of the ruling specified by
TblOtherColRuling. For example, if
TblColRulingPeriod is set to 2, the
ruling specified by
TblOtherColRuling is applied to
every other column.
TblHFRowRuling RulingFmt Ruling for the heading and footing rows
(FO_RulingFmt ID).
TblHFSeparatorRuling RulingFmt Separator ruling for the table heading
and footing rows (FO_RulingFmtID).
TblLastBodyRuling int 1 if Draw Bottom Ruling on Last Sheet
Only is enabled (FO_RulingFmt ID).
TblLeftRuling RulingFmt Ruling for the left side of the table
(FO_RulingFmt ID).
TblOtherBodyRowRuling RulingFmt Ruling applied to body rows specified by
TblBodyRowRulingPeriod
(FO_RulingFmt ID).
TblOtherColRuling RulingFmt Ruling applied to table columns
specified by TblColRulingPeriod
(FO_RulingFmt ID).
TblRightRuling RulingFmt Ruling for the right side of the table
(FO_RulingFmt ID).
TblTopRuling RulingFmt Ruling for the top of the table
(FO_RulingFmt ID).

531
TBLFMT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description


TblBodyFirstColor Color First spot color for table body
(FO_Color ID)
TblBodyFirstFill int First fill pattern for table body
TblBodyFirstPeriod int Number of columns or body rows to
which the first fill pattern (specified by
TblBodyFirstFill) is applied
TblBodyNextColor Color Exception color for columns or body
rows (FO_Color ID)
TblBodyNextFill int Exception fill pattern for table body
TblBodyNextPeriod int Number of columns or body rows to
which the exception fill pattern
(specified by TblBodyNextFill) is
applied
TblBodyShadeBy int 1if Shade By is set to Columns; 0 if
Shade By is set to Rows
TblHFColor Color Color for table heading and footing
TblHFFill int Fill pattern for table heading and
footing (integer percentage)
Direction int Set or get the direction of the
document. Possible values:
• Constants.FV_DIR_Inherit
- Inherit the direction of the parent
Constants.FV_DIR_LTR -
Left-to-right
FV_DIR_RTL - Right-to-left
ResolvedDirection int Get the inherited direction of the
document. Possible values:
• Constants.FV_DIR_LTR -
Left-to-right
FV_DIR_RTL - Right-to-left
UserString string A string to which clients can store
private data.

TblFmt methods
Delete, GetProps, ObjectValid, SetProps.

532
TEXTFRAME
CHAPTER 5 OBJECT REFERENCE

TextFrame

Property name Data Type Description

ColGapWidth int Gap between columns (0 to 50 inches).


ColumnsAreBalanced int 1 if terminal and underfilled columns in
the flow are balanced.
FirstAFrame AFrame First anchored frame in the text frame
(FO_AFrame ID).
FirstCell Cell First table cell in the text frame (FO_Cell
ID).
FirstFn Fn First footnote in the text frame (FO_Fn
ID).
FirstPgf Pgf First paragraph in the text frame
(FO_Pgf ID).
FirstSubCol SubCol First column in the text frame
(FO_SubCol ID).
Flow Flow Flow containing the text frame
(FO_Flow ID).
GraphicIsButton int 1 if the text frame is a hypertext button.
LastAFrame AFrame Last anchored frame in the text frame
(FO_AFrame ID).
LastCell Cell Last table cell in the text frame (FO_Cell
ID).
LastFn Fn Last footnote in the text frame (FO_Fn
ID).
LastPgf Pgf Last paragraph in the text frame
(FO_Pgf ID).
LastSubCol SubCol Last column in the text frame
(FO_SubCol ID).
NextTextFrameInFlow TextFrame Next text frame in the flow
(FO_TextFrame ID).
NumColumns int The number of columns in the
underlying column grid (1–10).

533
TEXTFRAME
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

PrevTextFrameInFlow TextFrame Previous text frame in the flow


(FO_TextFrame ID).
SideHeadGap int Gap between side head area and body
text area (0 to 50 inches).
SideHeadPlacement int Placement of side heads relative to
columns in the text frame:
• Constants.FV_SH_LEFT (0x00)
Constants.FV_SH_RIGHT (0x01)
Constants.FV_SH_INSIDE (0x02)
Constants.FV_SH_OUTSIDE (0x03)
SideHeadWidth int Width of side head area for the text
frame (0 to 50 inches).
Angle int Indicates the angle of rotation of the
graphic object.
ArrowBaseAngle int Denotes the arrowhead base angle in
degrees.
ArrowLength int Denotes the arrowhead length (always
rounded down to the nearest 1/256
point).
ArrowScaleFactor int Indicates the factor by which the
arrowhead is scaled as line width
changes (always rounded down to
nearest 1/16 point). It is not used if the
ArrowScaleHead property is False.
ArrowScaleHead int Set to 1 if arrowhead is scaled as the
line width changes. Set to 0, otherwise.
ArrowTipAngle int Denotes the arrowhead tip angle in
degrees.
ArrowType int Denotes the style of the arrowhead.
Possible values are:
• Constants.FV_ARROW_STICK
(0x1)
Constants.FV_ARROW_HOLLOW
(0x2)
Constants.FV_ARROW_FILLED
(0x3)

534
TEXTFRAME
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

BorderWidth int Indicates the border width specified in


points. The permissible range is 0.015 pt
to 360 points.
Color Color Denotes the spot color.
Dash Metrics Specifies a dash pattern that is repeated
for the length of an object's border. The
pattern is stored in a MetricsT structure.
The 0th element of the
MetricsT.MetricsT_val array stores the
length of the first dash; the 1st element
stores the following space; the 2nd
element stores the next dash; and so on
for an even number of elements.
Fill int Denotes the fill pattern (numbers
between 0 and 15).
Constants are provided for fill patterns
0, 7 and 15, as follows:
• Constants.FV_FILL_BLACK (0)
Constants.FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
FrameParent FMObject Denotes the frame containing the
graphic object.
GraphicCantBeSelected int Set to 1 if the graphic object cannot be
selected. Set to 0, otherwise.
GraphicIsSelected int Set to 1, if the graphic object is
selected. Else, set to 0.
GroupParent Group Specifies the group to which the object
belongs.
Note: Anchored frames do NOT have
this property.
HeadArrow int Set to 1 if the line has an arrow head.
Set to 0, otherwise.
Height int Denotes the height of the object
denoted in points. The permissible
range is from 0.125 points to 3600
points.

535
TEXTFRAME
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

HotspotCmdStr StringT The command string for a hotspot.


Thismust be a valid hypertext command
string.
HotspotTitle StringT The tooltip text for the hotspot in the
outputs that support it (for example
HTML). This property is 0ptional.
IsHotspot Bool Whether the object is a hotspot or not.
If this property is turned off, the object
is no longer a hotspot even if command
string is non-empty.
LineCap int Specifies the type of the end of the line.
The possible values are:
• Constants.FV_CAP_BUTT (0x00)
Constants.FV_CAP_ROUND (0x01)
Constants.FV_CAP_SQUARE
(0x02)
LocX int Specifies the distance of the object from
the left side of the parent frame (in
inches). The permissible range is –216
inches to 216 inches.
If the graphic object is an anchored
frame, the distance is automatically
calculated from the left side of the page
frame. You cannot set this value
manually for anchored frames.
LocY int Distance of the object from the top of
the parent frame (in inches) The
permissible range is –216 inches to 216
inches.
If the graphic object is an anchored
frame, the distance is automatically
calculated from the top of the page
frame. You cannot set this value
manually for anchored frames.
NextGraphicInDoc FMObject Denotes the next graphic object in the
document.
NextGraphicInFrame FMObject Denotes the next graphic object in the
frame.

536
TEXTFRAME
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

NextGraphicInGroup FMObject Denotes the next graphic object in the


group.
NextSelectedGraphicInDoc FMObject Denotes the next selected graphic
object in the document.
ObjectAttributes Strings A list of strings. Each string expresses an
attribute that is specified for an
anchored frame in the Object
Properties > Object Attributes dialog
box. Each string is in the form of
string_text.You can use the backslash to
escape characters such as \n, \r, or \t for
newline, carriage return, and tab,
respectively. For a backslash character
in the string text, type \\.
Overprint int Specifies the overprint settings for the
object. The possible values are:
• Constants.FV_KNOCKOUT (0x00)
Constants.FV_OVERPRINT (0x01)
Constants.FV_FROMCOLOR (0x02)
Pen int Specifies the pen pattern (numbers
between 0 and 7).
Constants are provided for pen patterns
0, 7 and 15, as follows:
• Constants.FV_FILL_BLACK (0)
Constants. FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
PrevGraphicInFrame FMObject Denotes the previous graphic object in
the frame.
PrevGraphicInGroup FMObject Denotes the previous graphic object in
the group.

537
TEXTITEM
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Runaround int Specifies whether text can flow around


the object and, if so, whether the text
follows the contour of the object or a
box shape surrounding the object. The
possible values are:
• Constants.FV_TR_NONE (0x01)
Constants.FV_TR_CONTOUR
(0x02)
Constants.FV_TR_BBOX (0x03)
RunaroundGap int Denotes the width of the runaround
gap, if the object is a runaround object.
TailArrow int Set to 1 if the arrowhead is enabled at
the begining of the line; Set to 0
otherwise.
TintPercent int Specifies the tint percentage.
Unique int Indicates the graphic object's internal
unique number.
Width int Denotes the width of the object. The
permissible range is from 0.125 points
to 3600 points.

TextFrame methods
Delete, GetProps, GetText, ObjectValid, SetProps.

TextItem

Property name Data Type Description

offset int Offset from the beginning of the


paragraph or the text line.
dataType int Type of the text item.
sdata string Denotes the text item if the text item is
a string.

538
TEXTITEM
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

idata number ID of the object if the text item is an


object,.
obj any Denotes the text item if the text item is
an object.

The type of Text Item is one of the following:

Text Item Type Text Item Represents Text Item Data

FTI_TextObjId The object to which the offsets of all FO_Pgf, FO_Cell, FO_TextLine,
the text items are relative. FO_TiApiClient, FO_TiFlow, FO_TiText,
or FO_TiTextTable
FTI_String A string of characters with the same A character string
condition and character format.
FTI_LineBegin The beginning of a line. -
FTI_LineEnd The end of a line and the line end If the line end is a normal line end, the
type. value is 0;
if it is a forced line end, the
FTI_HardLineEnd flag is set;
if it is a hyphen line end, the
FTI_HyphenLineEnd flag is set
FTI_PgfBegin The beginning of a paragraph. FO_Pgf
FTI_PgfEnd The end of a paragraph. FO_Pgf
FTI_FlowBegin The beginning of a flow. FO_Flow
FTI_FlowEnd The end of a flow. FO_Flow
FTI_PageBegin The beginning of a page. FO_Page
FTI_PageEnd The end of a page. FO_Page
FTI_SubColBegin The beginning of a column. FO_SubCol
FTI_SubColEnd The end of a column. FO_SubCol
FTI_FrameAnchor An anchored frame. FO_AFrame
FTI_FnAnchor A footnote. FO_Fn
FTI_TblAnchor A table. FO_Tbl
FTI_MarkerAnchor A marker. FO_Marker

539
TEXTITEM
CHAPTER 5 OBJECT REFERENCE

Text Item Type Text Item Represents Text Item Data


FTI_XRefBegin The beginning of a cross-reference. FO_XRef
FTI_XRefEnd The end of a cross-reference. FO_XRef
FTI_TextFrameBegi The beginning of a text frame. FO_TextFrame
n
FTI_TextFrameEnd The end of a text frame. FO_TextFrame
FTI_VarBegin The beginning of a variable. FO_Var
FTI_VarEnd The end of a variable. FO_Var
FTI_ElementBegin The beginning of a container FO_Element
structural element.
FTI_ElementEnd The end of a container structural FO_Element
element.
FTI_ElemPrefixBegi The beginning of an element’s prefix. FO_Element
n
FTI_ElemPrefixEnd The end of an element’s prefix. FO_Element
FTI_ElemSuffixBegi The beginning of an element’s suffix. FO_Element
n
FTI_ElemSuffixEnd The end of an element’s suffix. FO_Element
FTI_CharPropsChan A change in the text properties. Flags indicating which properties have
ge changed (see the following table).
FTI_RubiComposite The beginning of a rubi composite FO_Rubi
Begin (and the beginning of oyamoji text).
FTI_RubiComposite The end of a rubi composite. FO_Rubi
End
FTI_RubiTextBegin The beginning of rubi text (and the FO_Rubi
end of oyamoji text).
FTI_RubiTextEnd The end of rubi text. FO_Rubi

The following table lists the flags for FTI_CharPropsChange. These flags indicate which properties
have changed.

Flags Meaning

FTF_ALL OR of all the flags

540
TEXTITEM
CHAPTER 5 OBJECT REFERENCE

Flags Meaning

FTF_ANGLE The font angle has changed.


FTF_CAPITALIZATION The capitalization has changed.
FTF_CHANGEBAR The change bars have changed.
FTF_CHARTAG The Character Catalog format has changed.
FTF_COLOR The color has changed.
FTF_CONDITIONTAG The condition tag has changed.
FTF_ENCODING The text encoding has changed,
FTF_FAMILY The font family has changed.
FTF_IIF An internal flag having to do with Asian text. input. If there is a non-zero
value for this flag, a front-end processor is controlling that text and you
should not modify the associated text item.
FTF_KERNX The kern-x characteristic has changed.
FTF_KERNY The kern-x characteristic has changed.
FTF_LANGUAGE Character language has changed.
FTF_OUTLINE The outline characteristic has changed.
FTF_OVERLINE The overline characteristic has changed.
FTF_PAIRKERN The pair kerning has changed.
FTF_POSITION The character position has changed.
FTF_SHADOW The shadow characteristic has changed.
FTF_SIZE The font size has changed.
FTF_SPREAD The font spread has changed.
FTF_STRETCH The font stretch value has changed.
FTF_STRIKETHROUGH The strikethrough characteristic has changed.
FTF_TSUME The Tsume setting has changed.
FTF_UNDERLINING The underlining has changed.
FTF_VARIATION The font variation has changed.
FTF_WEIGHT The font weight has changed.

541
TEXTITEMS
CHAPTER 5 OBJECT REFERENCE

TextItems
An Array of TextItem objects with integer indexing and a length property.

Property name Data Type Description

length number The length of the array

TextItems methods
concat, pop, push.

TextLine

Property name Data Type Description

BasePointX int Horizontal placement of text line base


point relative to left side of the frame.
BasePointY int Vertical placement of text line base
point relative to top of the frame.

542
TEXTLINE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Language int Hyphenation and Spell Checking


language to use.
• Constants.FV_LANG_NOLAN-
GUAGE (0x00)
Constants.FV_LANG_ENGLISH
(0x01)
Constants.FV_LANG_BRITISH
(0x02)
Constants.FV_LANG_GERMAN
(0x03)
Constants.FV_LANG_SWISS_GER-
MAN (0x04)
Constants.FV_LANG_FRENCH
(0x05)
Constants.FV_LANG_CANADIAN_-
FRENCH (0x06)
Constants.FV_LANG_SPANISH
(0x07)
Constants.FV_LANG_CATALAN
(0x08)
Constants.FV_LANG_ITALIAN
(0x09)
Constants.FV_LANG_FINNISH
(0x10)
Constants.FV_LANG_SWEDISH
(0x11)
Constants.FV_LANG_JAPANESE
(0x12)
Constants.FV_LANG_TRADITION-
AL_CHINESE (0x13)
Constants.FV_LANG_SIMPLI-
FIED_CHINESE (0x14)
Constants.FV_LANG_KOREAN
(0x15)
Constants.FV_LANG_PORTU-
GUESE (0x0A)
Constants.FV_LANG_BRAZILIAN
(0x0B)
Constants.FV_LANG_DANISH
(0x0C)
Constants.FV_LANG_DUTCH
(0x0D)
543
Constants.FV_LANG_NORWE-
GIAN (0x0E)
TEXTLINE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

TextLineType int Type of text line. The value is one of:


• Constants.FV_TEXTLINE_LEFT (0)
Constants.FV_TEXTLINE_RIGHT (1)
Constants.FV_TEXTLINE_CENTER
(2)
Constants.FV_TEXTLINE_MATH (3)
Angle int Indicates the angle of rotation of the
graphic object.
ArrowBaseAngle int Denotes the arrowhead base angle in
degrees.
ArrowLength int Denotes the arrowhead length (always
rounded down to the
nearemichael.and.st 1/256 point).
ArrowScaleFactor int Indicates the factor by which the
arrowhead is scaled as line width
changes (always rounded down to
nearest 1/16 point). It is not used if the
ArrowScaleHead property is False.
ArrowScaleHead int Set to 1 if arrowhead is scaled as the
line width changes. Set to 0, otherwise.
ArrowTipAngle int Denotes the arrowhead tip angle in
degrees.
ArrowType int Denotes the style of the arrowhead.
Possible values are:
• Constants.FV_ARROW_STICK
(0x1)
Constants.FV_ARROW_HOLLOW
(0x2)
Constants.FV_ARROW_FILLED
(0x3)
BorderWidth int Indicates the border width specified in
points. The permissible range is 0.015 pt
to 360 points.
Color Color Denotes the spot color.

544
TEXTLINE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Dash Metrics Specifies a dash pattern that is repeated


for the length of an object's border. The
pattern is stored in a MetricsT structure.
The 0th element of the
MetricsT.MetricsT_val array stores the
length of the first dash; the 1st element
stores the following space; the 2nd
element stores the next dash; and so on
for an even number of elements.
Fill int Denotes the fill pattern (numbers
between 0 and 15).
Constants are provided for fill patterns
0, 7 and 15, as follows:
• Constants.FV_FILL_BLACK (0)
Constants.FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
FrameParent FMObject Denotes the frame containing the
graphic object.
GraphicCantBeSelected int Set to 1 if the graphic object cannot be
selected. Set to 0, otherwise.
GraphicIsSelected int Set to 1, if the graphic object is
selected. Else, set to 0.
GroupParent Group Specifies the group to which the object
belongs.
Note: Anchored frames do NOT have
this property.
HeadArrow int Set to 1 if the line has an arrow head.
Set to 0, otherwise.
Height int Denotes the height of the object
denoted in points. The permissible
range is from 0.125 points to 3600
points.
HotspotCmdStr StringT The command string for a hotspot.
Thismust be a valid hypertext command
string.
HotspotTitle StringT The tooltip text for the hotspot in the
outputs that support it (for example
HTML). This property is 0ptional.

545
TEXTLINE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

IsHotspot Bool Whether the object is a hotspot or not.


If this property is turned off, the object
is no longer a hotspot even if command
string is non-empty.
LineCap int Specifies the type of the end of the line.
The possible values are:
• Constants.FV_CAP_BUTT (0x00)
Constants.FV_CAP_ROUND (0x01)
Constants.FV_CAP_SQUARE
(0x02)
LocX int Specifies the distance of the object from
the left side of the parent frame (in
inches). The permissible range is –216
inches to 216 inches.
If the graphic object is an anchored
frame, the distance is automatically
calculated from the left side of the page
frame. You cannot set this value
manually for anchored frames.
LocY int Distance of the object from the top of
the parent frame (in inches) The
permissible range is –216 inches to 216
inches.
If the graphic object is an anchored
frame, the distance is automatically
calculated from the top of the page
frame. You cannot set this value
manually for anchored frames.
NextGraphicInDoc FMObject Denotes the next graphic object in the
document.
NextGraphicInFrame FMObject Denotes the next graphic object in the
frame.
NextGraphicInGroup FMObject Denotes the next graphic object in the
group.
NextSelectedGraphicInDoc FMObject Denotes the next selected graphic
object in the document.

546
TEXTLINE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ObjectAttributes Strings A list of strings. Each string expresses an


attribute that is specified for an
anchored frame in the Object
Properties > Object Attributes dialog
box. Each string is in the form of
string_text.You can use the backslash to
escape characters such as \n, \r, or \t for
newline, carriage return, and tab,
respectively. For a backslash character
in the string text, type \\.
Overprint int Specifies the overprint settings for the
object. The possible values are:
• Constants.FV_KNOCKOUT (0x00)
Constants.FV_OVERPRINT (0x01)
Constants.FV_FROMCOLOR (0x02)
Pen int Specifies the pen pattern (numbers
between 0 and 7).
Constants are provided for pen patterns
0, 7 and 15, as follows:
• Constants.FV_FILL_BLACK (0)
Constants. FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
PrevGraphicInFrame FMObject Denotes the previous graphic object in
the frame.
PrevGraphicInGroup FMObject Denotes the previous graphic object in
the group.
Runaround int Specifies whether text can flow around
the object and, if so, whether the text
follows the contour of the object or a
box shape surrounding the object. The
possible values are:
• Constants.FV_TR_NONE (0x01)
Constants.FV_TR_CONTOUR
(0x02)
Constants.FV_TR_BBOX (0x03)
RunaroundGap int Denotes the width of the runaround
gap, if the object is a runaround object.

547
TEXTLOC
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

TailArrow int Set to 1 if the arrowhead is enabled at


the begining of the line; Set to 0
otherwise.
TintPercent int Specifies the tint percentage.
Unique int Indicates the graphic object's internal
unique number.
Width int Denotes the width of the object. The
permissible range is from 0.125 points
to 3600 points.
Direction int Set or get the direction of the
document. Possible values:
• Constants.FV_DIR_Inherit
- Inherit the direction of the parent
Constants.FV_DIR_LTR -
Left-to-right
Constants.FV_DIR_RTL -
Right-to-left
ResolvedDirection int Get the inherited direction of the
document. Possible values:
• Constants.FV_DIR_LTR -
Left-to-right
Constants.FV_DIR_RTL -
Right-to-left

TextLine methods
Delete, GetProps, GetText, ObjectValid, SetProps.

TextLoc

Property name Data Type Description

obj any The object containing text.


offset int Characters from the start of the object.

548
TEXTRANGE
CHAPTER 5 OBJECT REFERENCE

TextLoc methods
TextLoc.

TextRange

Property name Data Type Description

beg TextLoc The beginning of the text range.


end TextLoc The end of the text range.

TextRange methods
TextRange.

TiApiClient

Property name Data Type Description

TiClientData string Data used by the client (for example, an


SQL query).
TiClientName string The registered name of the client that
created the inset.
TiClientSource string The name that appears as the source in
the Text Inset Properties dialog box.
TiClientType string The name that appears as the source
type in the Text Inset Properties dialog
box.
TiIsUnresolved int 1 if the inset is unresolved. A client
should set this property to 0 if it is
unable to resolve the inset.
ImportHint string Record identifying the filter used to
import the text. The FrameMaker
product uses this record to find the
filter to use when updating the inset.

549
TIAPICLIENT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

TiLocked int 1 if the inset is locked. To change an


inset’s contents, you must unlock it.
Always relock an inset after you have
finished changing its contents.
Name string A name assigned to the inset by an FDK
client. It is not automatically assigned
by the FrameMaker product.
NextTiInDoc FMObject The ID of the next text inset in the list of
text insets in the document
(Constants.FO_TiApiClient,
Constants.FO_TiText,
Constants.FO_TiTextTable, or
Constants.FO_TiFlow ID).
TextRange TextRange The text range, in the document
containing the text inset, occupied by
the text inset.
TiAutomaticUpdate int 1 if the inset is updated automatically.
TiAutomaticUpdate has no effect if the
document’s DontUpdateTextInsets
property is set to True.
TiFile string Path of the source file.
TiFileModDate string The modification date of the text inset’s
source file.
LastUpdate int Time when the inset was last updated,
expressed in seconds since 1 January,
1970.
Unique int The text inset’s UID.

TiApiClient methods
ConvertToText, Delete, DeletePropByName, DeleteTextInsetContents, GetProps, GetText, ObjectValid,
SetProps, UpdateTextInset.

550
TIFLOW
CHAPTER 5 OBJECT REFERENCE

TiFlow

Property name Data Type Description

TiFlowName string The name of the imported flow if


TiMainFlow is False.
TiFlowPageSpace int The type of pages the imported flow is
on:
• Constants.FV_BODY_PAGE(0x00)
Constants.FV_REFERENCE_PAGE
(0x02)
TiFormat int Source of the imported text’s format:
• Constants.FV_SourceDoc (0) - The
text is formatted with formats
from the source document.
Constants.FV_EnclosingDoc (1) -
The text is formatted with formats
from the document into which it is
imported.
Constants.FV_PlainText (2) - The
text is formatted as plain text.
TiMainFlow int 1 if the inset text is imported from the
main flow of the source document.
TiRemovePageBreaks int 1 if page breaks are removed from the
text when TiFormat is set to
Constants.FV_EnclosingDoc(1)
.
TiRemoveOverrides int 1 if format overrides are removed from
the text when TiFormat is set to
Constants.FV_EnclosingDoc(1)
.
ImportHint string Record identifying the filter used to
import the text. The FrameMaker
product uses this record to find the
filter to use when updating the inset.
TiLocked int 1 if the inset is locked. To change an
inset’s contents, you must unlock it.
Always relock an inset after you have
finished changing its contents.

551
TITEXT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Name string A name assigned to the inset by an FDK


client. It is not automatically assigned
by the FrameMaker product.
NextTiInDoc FMObject The ID of the next text inset in the list of
text insets in the document
(Constants.FO_TiApiClient (64),
Constants.FO_TiText (62),
Constants.FO_TiTextTable (63),
or Constants.FO_TiFlow (61) ID ).
TextRange TextRange The text range, in the document
containing the text inset, occupied by
the text inset.
TiAutomaticUpdate int 1 if the inset is updated automatically.
TiAutomaticUpdate has no effect if
the document’s
DontUpdateTextInsets property is
set to True.
TiFile string Path of the source file.
TiFileModDate string The modification date of the text inset’s
source file.
LastUpdate int Time when the inset was last updated,
expressed in seconds since 1 January,
1970.
Unique int The text inset’s UID.

TiFlow methods
ConvertToText, Delete, DeletePropByName, DeleteTextInsetContents, GetProps, GetText, ObjectValid,
SetProps, UpdateTextInset.

TiText

Property name Data Type Description

TiEOLisEOP int 1 if line ends in the imported text file


are treated as paragraph ends.

552
TITEXT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

TiTextEncoding string The ImportHintString for the text


inset. If this property is not set to
Constants.FO_TiText (62) or
Constants.FO_TiTextTable (63),
the string is null.
ImportHint string Record identifying the filter used to
import the text. The FrameMaker
product uses this record to find the
filter to use when updating the inset.
TiLocked int 1 if the inset is locked. To change an
inset’s contents, you must unlock it.
Always relock an inset after you have
finished changing its contents.
Name string A name assigned to the inset by an ESTK
client. It is not automatically assigned
by the FrameMaker product.
NextTiInDoc FMObject The ID of the next text inset in the list of
text insets in the document
(Constants.FO_TiApiClient(64),
Constants.FO_TiText (62),
Constants.FO_TiTextTable (63),
or Constants.FO_TiFlow (61) ID ).
TextRange TextRange The text range, in the document
containing the text inset, occupied by
the text inset.
TiAutomaticUpdate int 1 if the inset is updated automatically.
TiAutomaticUpdate has no effect if
the document’s
DontUpdateTextInsets property is
set to True.
TiFile string Path of the source file.
TiFileModDate string The modification date of the text inset’s
source file.
LastUpdate int Time when the inset was last updated,
expressed in seconds since 1 January,
1970.
Unique int The text inset’s UID.

553
TITEXTTABLE
CHAPTER 5 OBJECT REFERENCE

TiText methods
ConvertToText, Delete, DeletePropByName, DeleteTextInsetContents, GetProps, GetText, ObjectValid,
SetProps, UpdateTextInset.

TiTextTable

Property name Data Type Description

TiByRows int 1 if each paragraph in the imported text


is converted to a row of table cells;
False if each paragraph in the
imported text is converted to a table
cell.
TiTblTag string The table format tag of the imported
table
TiHeadersEmpty int 1if the imported text is not used to fill
the heading rows.
TiNumSeparators int If TiSeparator specifies a space, the
number of spaces used as a separator to
parse the text into table cells.
TiSeparator string If TiByRows is True, a string
specifying a separator, such as a tab,
used to parse the text into table cells.
TiNumCols int If TiByRows is False, the number of
columns in the table.
TiNumHeaderRows int The number of heading rows in the
table.
TiTextEncoding string The ImportHintString for the text
inset. If this property is not set to
Constants.FO_TiText (62) or
Constants.FO_TiTextTable (63),
the string is null.
ImportHint string Record identifying the filter used to
import the text. The FrameMaker
product uses this record to find the
filter to use when updating the inset.

554
TITEXTTABLE
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

TiLocked int 1 if the inset is locked. To change an


inset’s contents, you must unlock it.
Always relock an inset after you have
finished changing its contents.
Name string A name assigned to the inset by an FDK
client. It is not automatically assigned
by the FrameMaker product.
NextTiInDoc FMObject The ID of the next text inset in the list of
text insets in the document
(Constants.FO_TiApiClient (64),
Constants.FO_TiText (62),
Constants.FO_TiTextTable (63),
or Constants.FO_TiFlow (61) ID ).
TextRange TextRange The text range, in the document
containing the text inset, occupied by
the text inset.
TiAutomaticUpdate int 1 if the inset is updated automatically.
TiAutomaticUpdate has no effect if
the document’s
DontUpdateTextInsets property is
set to True.
TiFile string Path of the source file.
TiFileModDate string The modification date of the text inset’s
source file.
LastUpdate int Time when the inset was last updated,
expressed in seconds since 1 January,
1970.
Unique int The text inset’s UID.

TiTextTable methods
ConvertToText, Delete, DeletePropByName, DeleteTextInsetContents, GetProps, GetText, ObjectValid,
SetProps, UpdateTextInset.

555
TYPEDVAL
CHAPTER 5 OBJECT REFERENCE

TypedVal

Property name Data Type Description

valType int The type of value. See the following


table.
sval string String value.
ssval Strings Set of strings.
msval Metrics Set of metrics.
psval Points Set of points.
tsval Tabs Set of tabs.
tlval TextLoc Text location.
trval TextRange Text range.
adsval AttributeDe Set of attribute definitions
fs
asval Attribute A single attribute definition
csval ElementCata Element Catalog values.
logEntries
isval Ints Set of integers.
osval Objects
uisval UInts Set of unsigned integers.
valsval TypedVals Set of TypedVal entries.
obj any Set of objects.
ival int An integer.

TypedVals
An Array of TypedVal objects with integer indexing and a length property.

Property name Data Type Description

length number The length of the array

556
UBYTES
CHAPTER 5 OBJECT REFERENCE

TypedVals methods
concat, pop, push.

UBytes
An Array ofobjects with integer indexing and a length property.

Property name Data Type Description

length number The length of the array

UBytes methods
concat, pop, push.

UInts
An Array ofobjects with integer indexing and a length property.

Property name Data Type Description

length number The length of the array

UInts methods
concat, pop, push.

UnanchoredFrame

Property name Data Type Description

Name string The name of the frame.


PageFramePage FMObject The page that the unanchored frame
belongs to, if the unanchored frame is a
page frame. The page can be one
of:FO_HiddenPage, FO_BodyPage,
FO_MasterPage, or FO_RefPage ID.

557
UNANCHOREDFRAME
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

FirstGraphicInFrame FMObject First object in the frame (backmost


object).
LastGraphicInFrame FMObject Last object in the frame (frontmost
object).
Angle int Indicates the angle of rotation of the
graphic object.
ArrowBaseAngle int Denotes the arrowhead base angle in
degrees.
ArrowLength int Denotes the arrowhead length (always
rounded down to the nearest 1/256
point).
ArrowScaleFactor int Indicates the factor by which the
arrowhead is scaled as line width
changes (always rounded down to
nearest 1/16 point). It is not used if the
ArrowScaleHead property is False.
ArrowScaleHead int Set to 1 if arrowhead is scaled as the
line width changes. Set to 0, otherwise.
ArrowTipAngle int Denotes the arrowhead tip angle in
degrees.
ArrowType int Denotes the style of the arrowhead.
Possible values are:
• Constants.FV_ARROW_STICK
(0x1)
Constants.FV_ARROW_HOLLOW
(0x2)
Constants.FV_ARROW_FILLED
(0x3)
BorderWidth int Indicates the border width specified in
points. The permissible range is 0.015 pt
to 360 points.
Color Color Denotes the spot color.

558
UNANCHOREDFRAME
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Dash Metrics Specifies a dash pattern that is repeated


for the length of an object's border. The
pattern is stored in a MetricsT structure.
The 0th element of the
MetricsT.MetricsT_val array stores the
length of the first dash; the 1st element
stores the following space; the 2nd
element stores the next dash; and so on
for an even number of elements.
Fill int Denotes the fill pattern (numbers
between 0 and 15).
Constants are provided for fill patterns
0, 7 and 15, as follows:
• Constants.FV_FILL_BLACK (0)
Constants.FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
FrameParent FMObject Denotes the frame containing the
graphic object.
GraphicCantBeSelected int Set to 1 if the graphic object cannot be
selected. Set to 0, otherwise.
GraphicIsSelected int Set to 1, if the graphic object is
selected. Else, set to 0.
GroupParent Group Specifies the group to which the object
belongs.
Note: Anchored frames do NOT have
this property.
HeadArrow int Set to 1 if the line has an arrow head.
Set to 0, otherwise.
Height int Denotes the height of the object
denoted in points. The permissible
range is from 0.125 points to 3600
points.
HotspotCmdStr StringT The command string for a hotspot.
Thismust be a valid hypertext command
string.
HotspotTitle StringT The tooltip text for the hotspot in the
outputs that support it (for example
HTML). This property is 0ptional.

559
UNANCHOREDFRAME
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

IsHotspot Bool Whether the object is a hotspot or not.


If this property is turned off, the object
is no longer a hotspot even if command
string is non-empty.
LineCap int Specifies the type of the end of the line.
The possible values are:
• Constants.FV_CAP_BUTT (0x00)
Constants.FV_CAP_ROUND (0x01)
Constants.FV_CAP_SQUARE
(0x02)
LocX int Specifies the distance of the object from
the left side of the parent frame (in
inches). The permissible range is –216
inches to 216 inches.
If the graphic object is an anchored
frame, the distance is automatically
calculated from the left side of the page
frame. You cannot set this value
manually for anchored frames.
LocY int Distance of the object from the top of
the parent frame (in inches) The
permissible range is –216 inches to 216
inches.
If the graphic object is an anchored
frame, the distance is automatically
calculated from the top of the page
frame. You cannot set this value
manually for anchored frames.
NextGraphicInDoc FMObject Denotes the next graphic object in the
document.
NextGraphicInFrame FMObject Denotes the next graphic object in the
frame.
NextGraphicInGroup FMObject Denotes the next graphic object in the
group.
NextSelectedGraphicInDoc FMObject Denotes the next selected graphic
object in the document.

560
UNANCHOREDFRAME
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ObjectAttributes Strings A list of strings. Each string expresses an


attribute that is specified for an
anchored frame in the Object
Properties > Object Attributes dialog
box. Each string is in the form of
string_text.You can use the backslash to
escape characters such as \n, \r, or \t for
newline, carriage return, and tab,
respectively. For a backslash character
in the string text, type \\.
Overprint int Specifies the overprint settings for the
object. The possible values are:
• Constants.FV_KNOCKOUT (0x00)
Constants.FV_OVERPRINT (0x01)
Constants.FV_FROMCOLOR (0x02)
Pen int Specifies the pen pattern (numbers
between 0 and 7).
Constants are provided for pen patterns
0, 7 and 15, as follows:
• Constants.FV_FILL_BLACK (0)
Constants. FV_FILL_WHITE (7)
Constants.FV_FILL_CLEAR (15)
PrevGraphicInFrame FMObject Denotes the previous graphic object in
the frame.
PrevGraphicInGroup FMObject Denotes the previous graphic object in
the group.
Runaround int Specifies whether text can flow around
the object and, if so, whether the text
follows the contour of the object or a
box shape surrounding the object. The
possible values are:
• Constants.FV_TR_NONE (0x01)
Constants.FV_TR_CONTOUR
(0x02)
Constants.FV_TR_BBOX (0x03)
RunaroundGap int Denotes the width of the runaround
gap, if the object is a runaround object.

561
VAR
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

TailArrow int Set to 1 if the arrowhead is enabled at


the begining of the line; Set to 0
otherwise.
TintPercent int Specifies the tint percentage.
Unique int Indicates the graphic object's internal
unique number.
Width int Denotes the width of the object. The
permissible range is from 0.125 points
to 3600 points.

UnanchoredFrame methods
Delete, GetProps, ObjectValid, SetProps.

Var

Property name Data Type Description

Element Element The element associated with the


variable, if the variable is in a
FrameMaker document.
Locked int 1 if the variable is included in a text
inset that gets its formatting from the
source document. The variable is not
affected by global formatting performed
on the document.
NextVarInDoc Var Next variable instance (FO_Var ID) in
the document.
TextRange TextRange The text range the variable instance
encompasses.
VarFmt VarFmt The variable instance’s format
(FO_VarFmt ID).
Unique int The variable’s unique ID.
UserString string A string to which clients can store
private data.

562
VARFMT
CHAPTER 5 OBJECT REFERENCE

Var methods
Delete, GetProps, GetText, ObjectValid, SetProps.

VarFmt

Property name Data Type Description

Fmt string The variable format definition; the


building blocks and text strings used to
create a variable instance with the
variable format.
Name string The variable format’s name.
NextVarFmtInDoc VarFmt Next variable format (FO_VarFmt ID) in
the document’s list of variable formats.

563
VARFMT
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

SystemVar int The variable format’s type.


The following types specify system
variable formats:
• Constants.FV_VAR_CUR-
RENT_PAGE_NUM (1)
Constants.FV_VAR_PAGE_COUNT
(2)
Constants.FV_VAR_CURRENT_-
DATE_LONG (3)
Constants.FV_VAR_CURRENT_-
DATE_SHORT (4)
Constants.FV_VAR_MODIFICA-
TION_DATE_LONG (5)
Constants.FV_VAR_MODIFICA-
TION_DATE_SHORT (6)
Constants.FV_VAR_CREATION_-
DATE_LONG (7)
Constants.FV_VAR_CREATION_-
DATE_SHORT (8)
Constants.FV_VAR_-
FILE_NAME_LONG (9)
Constants.FV_VAR_-
FILE_NAME_SHORT (10)
Constants.FV_VAR_HEADER_-
FOOTER_1 (11) through Con-
stants.FV_VAR_HEADER_FOOTER
_4 (14)
Constants.FV_VAR_TABLE_CON-
TINUATION (15)
Constants.FV_VAR_TABLE_SHEET
(16)
Constants.FV_VAR_HEADER_-
FOOTER_5 (19) through Con-
stants.FV_VAR_HEADER_FOOTER
_12 (26)
The following type specifies user
defined formats:
Constants.FV_VAR_USER_VARIABLE (0)
- A user defined variable format.

564
XREF
CHAPTER 5 OBJECT REFERENCE

VarFmt methods
Delete, GetProps, ObjectValid, SetProps.

XRef

Property name Data Type Description

Element Element The associated element, if the cross


reference is in a FrameMaker
document.
Locked int 1 if the cross-reference is part of a text
inset that retains formatting
information from the source document.
The cross-reference is not affected by
global formatting performed on the
document.
NextXRefInDoc XRef Next cross-reference instance in
document (FO_XRef ID).
TextRange TextRange Text range that the cross-reference
instance encompasses.
Unique int The cross-reference’s unique ID.
UserString string A string to which clients can store
private data.
XRefFmt XRefFmt ID of the cross-reference’s format
(FO_XrefFmt ID).
XRefFile string The filename of the file containing the
cross-reference source. If the
cross-reference source is in the same
document as the cross reference, the
filename is an empty string ("").
XRefIsUnresolved int 1 if FrameMaker was unable to resolve
the cross-reference the last time it
updated crossreferences.
NOTE: This property is set only when
FrameMaker updates cross-references.
Changes to the document, in and of
themselves, do not affect this property.

565
XREF
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description


XRefSrcText string If XRefSrcIsElem is False, the
XRefSrcTex property is a string
specifying UID:pgf_tag:text,
where UIDrepresents the unique ID for
the paragraph, pgf_tag is the name of
the paragraph format, and text is the
text content of the paragraph.If
XRefSrcIsElem is True, the
XRefSrcTex property is a string
specifying UID:src_name:text,
where UID is the value of the ID
attribute of the source element, name
is the element tag, and text is text
content of the source element.
XRefSrcIsElem int 1 if the cross-reference source is a
FrameMaker structural element.
XRefSrcElemNonUniqueId string If XRefSrcIsElem is True, this is a
string specifying the value of @id of the
source element inside the element
identified by the Unique ID in
XRefSrcText. This is required in cases
where the Id of the source element is
not a Unique ID.
XRefAltText string Alternate text for display as the
cross-reference link text. This is given
preference, if present, over the earlier
behavior of getting text from the
source.
XRefClientName string The registered name of the client that
created the cross-reference.
XRefClientType string The identifier for specifying the source
type for thecross-reference.

XRef methods
Delete, GetProps, GetText, ObjectValid, SetProps.

566
XREFFMT
CHAPTER 5 OBJECT REFERENCE

XRefFmt

Property name Data Type Description

Fmt string The cross-reference format (a string


that specifies text and building blocks).
Name string The cross-reference format’s name.
NextXRefFmtInDoc XRefFmt Denotes the next cross-reference
format (FO_XRefFmt ID).

XRefFmt methods
Delete, GetProps, ObjectValid, SetProps.

app

Property name Data Type Description

ActiveBook Book The book with input focus (FO_Book


ID).
ActiveDoc Doc The document with input focus
(FO_Doc ID).
ActiveView string Sets the current view. The view can be
one of:
WYSIWYG View
Author View
XML View
ApplyFormatRules int 1 if element reformatting is enabled.
AddMarkerTypeToStandardMarkers string The name of a marker type to add to
the standard list of marker types. Use
SetString() to set a marker type
name to this property of the
Constants.FV_SessionId(0).
AutoBackup int 1 if Automatic Backup is enabled.
AutoSave int 1 if Automatic Save is enabled.

567
APP
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

AutoSaveSeconds int Time between automatic saves in


seconds (60 seconds to 10800 seconds).
Displaying int False if screen refresh is completely
turned off.
DisplayName string The name of the display on which the
FrameMaker product session is running.
DefaultKeyCatalog Doc Default Key Catalog for the current
workflow.
Workflow values:
KeyCatalogWorkflowAuthoring
KeyCatalogWorkflowPublishing
KeyCatalogWorkflowSearchIng
FirstKeyCatalogInSession Doc First Key Catalog in the session.
KeyCatalogWorkflow int Current workflow related to Key
Catalogs.
IsTempOpenSave int Gets whether temporary open/save is in
progress. Temporary open/save
happens during view switching
operations.
ExportFilters string List of export filters available in the
current session.
FirstCommandInSession Command First command in the list of commands
in the session (FO_Command ID).
FirstMenuItemInSession FMObject First menu item or menu in the list of
menus, menu items, and menu item
separators in the session
(Constants.FO_Command (56),
Constants.FO_Menu (55),
Constants.FO_MenuItemSeparat
or (57) ID).
FirstOpenBook Book First open book (FO_Book ID) in
session.
FirstOpenDoc Doc First open document (FO_DocID) in
session.
BinDir string Directory path of $FMHOME/bin.

568
APP
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

CurrentDir string Name of the directory from which the


FrameMaker product was started
CurrentMenuSet int Type of menu set. The value is one of:
• Constants.FV_MENU_QUICK (1)
Constants.FV_MENU_COMPLETE
(2)
Constants.FV_MENU_CUSTOM (3)
HelpDir string Path of the FrameMaker product help
directory
HomeDir string Path of $FMHOME
UserSettingsDir string Name of the FrameMaker app directory.
As defined by:
%appdata%\Adobe\FrameMaker\<
version number>
Returns the HomeDir if the app
directory is not found.
iportFilters string List of import filters available in the
current session.
InitDir string Directory path of $FMHOME/fminit
FontAngleNames Strings List of font angles available in the
current session.

569
APP
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

FontFamilyAttributes Ints An array of flags that indicate attributes


for each font family listed by
FontFamilyNames. This array of integers
is indexed the same as the list of font
family names, and corresponds directly
to that list. Each Int is a packed field; the
high order 16 bits indicate a surrogate
font, and the low order bits indicate
attributes for the font family. The flags,
their mask values, and their meaning
follow:
• Constants.FV_FAMILY_VISIBLE
(0x00000001) - Family is visible in
menu.
Constants.FV_FAMILY_SELECT-
ABLE (0x00000002) - Family can be
selected in menu.
Constants.FV_FAMILY_MAPPED
(0x00000004) - Family is always
mapped to another family.
Constants.FV_FAMILY_SURRO-
GATE (0xFFFF0000): The family
mapped to, if Constants.FV_FAMI-
LY_MAPPED (0x00000004) is True.
FontFamilyNames Strings List of font family names available in the
current session. This list does not
include combined fonts.
FontVariationNames Strings List of font variations available in the
current session.
FontWeightNames Strings List of font weights available in the
current session.
Gravity int 1 if Gravity is turned on for the session.
GreekSize int Size at which to greek text.
HostName string Name of the host computer.

570
APP
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

IconBarOn int 1 if the four icons that appear on the


upper-right side of the document
window are on. Changing this property
affects only the documents that are
opened subsequently; it does not affect
documents that are already open.
IsIconified int 1 if the FrameMaker product window is
iconified.
IsInFront int 1 if the FrameMaker product window is
in front of other application windows.
You can use this property to bring the
FrameMaker product to the front or
back.
IsOnScreen int 1 if the FrameMaker product window is
visible on the screen.
Label string The title in the FrameMaker product
window title bar.

571
APP
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Language int Product language. The value is one of:


• Constants.FV_LANG_NOLAN-
GUAGE (0x00)
Constants.FV_LANG_ENGLISH
(0x01)
Constants.FV_LANG_BRITISH
(0x02)
Constants.FV_LANG_GERMAN
(0x03)
Constants.FV_LANG_FRENCH
(0x05)
Constants.FV_LANG_SPANISH
(0x07)
Constants.FV_LANG_ITALIAN
(0x09)
Constants.FV_LANG_SWEDISH
(0x11)
Constants.FV_LANG_JAPANESE
(0x12)
Constants.FV_LANG_TRADITION-
AL_CHINESE (0x13)
Constants.FV_LANG_SIMPLI-
FIED_CHINESE (0x14)
Constants.FV_LANG_KOREAN
(0x15)
MarkerNames Strings List of standard marker types for the
current session. For versions prior to
5.5, this property returned the list of all
marker types for the current session. In
version 5.5, marker types are assigned
to the document; use the
MarkerTypeNames property of
Constants.FO_Doc (4) to get the full
list of marker types.
OpenDir string Directory in which FrameMaker is
installed.
Path string Path to search to start the FrameMaker
product.

572
APP
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

Platform string Name of the platform on which the


current session is running.
ProductIsDemo bool 1 if the current session is for a demo
version of FrameMaker.
ProductIsStructured bool 1 if FrameMaker is running in
structured mode for the current
session.
ProductName string The FrameMaker product name. The
names for FrameMaker+SGML indicate
FrameMaker running under the
structured product interface.
FrameViewer is retained for backward
compatibility. Can be one of:
• FrameMaker
FrameMaker+SGML
FrameViewer
DemoMaker
DemoMaker+SGML
ProductFamily string The FrameMaker product family name.:
• FrameMaker
FrameMaker XML Author
ViewQuickAccessBar int 1 if the QuickAccess bar is visible.
ViewFormattingBar int 1 if the formatting bar is visible.
Reformatting int 1 if reformatting is enabled.
RememberMissingFontNames int 1 if Remember Missing Font Names is
activated.
ScreenHeight int Height of the FrameMaker product
window in pixels.
ScreenWidth int Width of the FrameMaker product
window in pixels.
ScreenX int The offset of the FrameMaker product
window in pixels from the left side of
the screen. If you set a value that would
result in the product window being off
the screen, that value is ignored and the
old value is retained.

573
APP
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

ScreenY int The offset of the FrameMaker product


window in pixels from the top of the
screen. If you set a value that would
result in the product window being off
the screen, that value is ignored and the
old value is retained.
SgmlDir string Directory path of
$FMHOME/structure/sgml.
Snap int 1 if Snap is turned on for the session.
StructureDir string Directory path of
$FMHOME/structure.
TmpDir string Path of the temporary directory for
internal FrameMaker product
processes; the directory specified by the
DOS $TEMP environment variable.
UserLogin string User login name.
UserName string User name.
Validating int 1 if validation is enabled (FrameMaker
only).
VersionMajor int Frame version number (before the
decimal).
VersionMinor int Frame version number (after the
decimal).
WindowSystem string Name of window system that the
FrameMaker product is running under.
XmlDir string Directory path of
$FMHOME/structure/xml.
DoNotGenerateErrorLog int When1, the FrameMaker error log is
not generated.
NoFlashInPDF bool When True, the Flash content in the
PDF becomes static. When False,
Flash objects get embedded in the PDF
and are playable. Default is False.

574
APP
CHAPTER 5 OBJECT REFERENCE

Property name Data Type Description

No3DInPDF bool When True, the 3D objects in the


generated PDF become 2-dimensional.
When False, 3D objects get
embedded in the PDF and do not
become 2 dimensional. Default is
False.
DontShowWelcomeScreen bool True when FrameMaker is set not to
show the Welcome screen.
EnableAutoSpellCheck bool When True, Auto Spell Check is
enabled.
AllowNewFileURL bool When True, allows usage of
file:/and file: URLs for referring
to a file.
CharacterReferencesOnXMLExport bool When True, if there are
leading/trailing whitespaces (spaces
and tabs) in elements, save the
whitespaces as character references to
enable round-tripping. Else set to
False.
Default: False
DoNotExportInvalidXML bool When True, FrameMaker does not
save the XML on disk if there are
validation errors during XML export.
DoNotExportInvalidXML bool When True, FrameMaker does not
save the XML on disk if there are
validation errors during XML export.
SuppressXMLParserWarnings bool When True, the warning messages
about duplicate declarations in
DTD/Schema do not appear in the
FrameMaker log.
RemoveExtraWhiteSpacesOnXMLImpor bool When True, the extra while spaces are
t removed while importing XML.
NoMultiMediaInPDF bool When True, the Rich Media (audio and
video) objects in the PDF become static.
When False, Rich Media objects get
embedded in the PDF and are playable.
Default is False.

575
APP
CHAPTER 5 OBJECT REFERENCE

app methods
Close, GetNamedBook, GetNamedCommand, GetNamedMenu, GetNamedMenuItemSeparator,
GetNamedObject, GetProps, NewNamedBook, NewNamedCommand, NewNamedMenu, NewNamed-
MenuItemSeparator, NewNamedObject, ObjectValid, SetProps.

576
AFRAME
CHAPTER 6 FUNCTION SUMMARY

Function Summary

AFrame

Delete
Description
The Delete() method is used to delete an object from a document. When you delete an object that
contains another object, all child objects are also deleted with the parent object. For example, if you
delete a frame, all objects within the frame are also deleted.
The Delete() method does not take any arguments.
The method returns FE_SUCCESS on success, else returns one of the following values in FA_errno:

Error Reason

Constants.FE_BadDocId Invalid document.


(-2)
Constants.FE_BadObjId Invalid object.
(-3)
Constants.FE_BadDelete Specified object could not be deleted.
(-17)
Constants.FE_BadOperati Function call specified an illegal operation.
on (-27)
Constants.FE_BadParame Function call specified an invalid parameter.
ter (-43)
Constants.FE_NotMenu Object is a menu item but the document to delete does not belong to the
(72) menu.

Returns
int

Syntax
Delete()

577
AFRAME
CHAPTER 6 FUNCTION SUMMARY

GetProps
Description
The GetProps() method retrieves the complete property list for a specified object.
The GetProps() method takes no arguments.
The method returns a PropVals object that contains an array of property-value pairs, on success.
If the GetProps() method fails, it sets the len field of the returned structure to 0 and assigns one of
the following values to FA_errno.

Error Reason

Constants.FE_BadDocId Invalid document.


(-2)
Constants.FE_BadObjId Invalid object.
(-3)
Constants.FE_WrongProd Current FrameMaker version does not support the specified operation.
uct (-60)

Returns
PropVals

Syntax
GetProps()

SetProps
Description
TheSetProps() method sets the properties of a specified object.
The method takes one argument - An array containing the values of the object to be set.
The method does not return anything on success.
On failure, the method returns one of the following values to FA_errno:

Error Reason

Constants.FE_BadDocId(-2) Invalid document.


Constants.FE_BadName (-33) Specified name is illegal.
Constants.FE_BadNewFrame (-14) The method cannot move the specified object to this frame.

578
AFRAME
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_BadNewGroup (-15) The method cannot move the specified object to this graphic
object group (FO_Group).
Constants.FE_BadNewSibling (-16) Object cannot be made a sibling of the specified object.
Constants.FE_BadObjId (-3) Invalid object.
Constants.FE_BadPropNum (-4) Specified property number is invalid.
Constants.FE_BadPropType (-5) Incorrect property type for this function.
Constants.FE_BadRange (-36) Specified text range is invalid.
Constants.FE_CantSmooth (-38) Object cannot be smoothed.
Constants.FE_DupName (-32) Property cannot be set to this name because it is already
used by another object.
Constants.FE_GenRuleAmbiguous General rule in structured document is ambiguous.
(-55)
Constants.FE_GenRuleConnectorExpe General rule in structured document is missing a connector.
cted (-57)
Constants.FE_GenRuleItemExpected General rule in structured document is missing a rule item.
(-51)
Constants.FE_GenRuleLeftBracketExp General rule in structured document is missing a left bracket.
ected (-53)
Constants.FE_GenRuleMixedConnect General rule in structured document has mixed connectors.
ors (-52)
Constants.FE_GenRuleRightBracketEx General rule in structured document is missing a right
pected (-54) bracket.
Constants.FE_GenRuleSyntaxError General rule in structured document has a syntax error.
(-56)
Constants.FE_GroupSelect (-9) The method cannot select or deselect an object in the
specified group.
Constants.FE_HiddenPage (-40) The specified value must be a hidden page (FO_HiddenPage).
Constants.FE_InvContextSpec () The method encountered an invalid context specification in a
FrameMaker document.
Constants.FE_NotBookComponent The specified value must be a book component
(-26) (FO_BookComponent).
Constants.FE_NotFrame (-12) The specified value must be a frame.

579
AFRAME
CHAPTER 6 FUNCTION SUMMARY

Error Reason
Constants.FE_NotGraphic (-11) The specified value must be a graphic object.
Constants.FE_NotGroup (-13) The specified value must be a graphic object group
(FO_Group).
Constants.FE_NotTextFrame (-39) The specified value must be a text column (FO_TextFrame).
Constants.FE_NotTextObject (-41) The specified object must be a text object, such as a
paragraph (FO_Pgf) or a flow (FO_Flow).
Constants.FE_OffsetNotFound (-21) Offset specified for the text location could not be found in
the specified paragraph or text line.
Constants.FE_OutOfRange (-7) Specified property value is out of the legal range for the
specified property.
Constants.FE_PageFrame (-37) The specified value must be a page frame object
(FO_UnanchoredFrame).
Constants.FE_ReadOnly (-6) Property is read-only.
Constants.FE_WithinFrame (-10) The specified object must first be moved to a different frame.
Constants.FE_WrongProduct (-60) The current FrameMaker version does not support this
operation.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list


s

ObjectValid
Description
Indicates whether an object is valid or not.

580
ARC
CHAPTER 6 FUNCTION SUMMARY

The method does not take any arguments.


The method returns 1 if the object is valid, else returns 0.

Returns
int

Syntax
ObjectValid()

Arc

Delete
Description
Deletes the Arc object.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetProps
Description
The GetProps() method retrieves the properties of the Arc object.
See SetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

581
ATTRCONDEXPR
CHAPTER 6 FUNCTION SUMMARY

SetProps
Description
The SetProps() method sets the properties of the Arc object.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the Arc object is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

AttrCondExpr

ApplyAttributeExpression
Description
ApplyAttributeExpression() is the method to apply the attribute expression to the document.

582
ATTRCONDEXPR
CHAPTER 6 FUNCTION SUMMARY

The method returns FE_Success on success.

Returns
int

Syntax
ApplyAttributeExpression()

GetProps
Description
The GetProps() method gets the properties of the specified attribute expression.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
The SetProps() method sets the properties of the specified attribute expression.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

583
ATTRIBUTE
CHAPTER 6 FUNCTION SUMMARY

ObjectValid
Description
Returns 1 if the attribute expression is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

Attribute

Attribute
Description
Describes a single attribute.

Returns
Attribute

Syntax
Attribute(name, values, valflags, allow)

Parameters

Data
Parameter name Type Optional Description

name string No Attribute name.


values Strings No Attribute values.
valflags uint No Validation error flags.
allow uint No Allow error as special case.

584
ATTRIBUTEDEF
CHAPTER 6 FUNCTION SUMMARY

AttributeDef

AttributeDef
Description
Describes a single attribute function.

Returns
AttributeDef

Syntax
AttributeDef(name, required, flags, attrType, choices, defValues,
rangeMin, rangeMax)

Parameters

Data
Parameter name Type Optional Description

name string No Attribute name.


required int No 1 if the attribute is required; 0 otherwise.
flags uint No One of read-only, hidden or neither.
attrType int No The attribute type.
choices Strings No The list of choices if attrType is set to
Constants.FV_AT_CHOICES(2)
defValues Strings No The default value, if attribute is not
mandatory.
rangeMin string No The minimum allowed value (if any)
rangeMax string No The maximum allowed value (if any)

The flags parameter indicates whether the attribute is read-only, hidden or neither.

Flag Meaning

Constants.FV_AF_READ_ONLY(0x000 The attribute value is read-only.


1)
Constants.FV_AF_HIDDEN(0x0002) The attribute value is hidden.

585
ATTRIBUTEDEFS
CHAPTER 6 FUNCTION SUMMARY

Flag Meaning

NULL The attribute value is neither read-only nor hidden.

The attrType parameter can have one of the following values:

Value Meaning

Constants.FV_AT_STRING(0) Any arbitrary text string.


Constants.FV_AT_STRINGS(1) One or more arbitrary text strings.
Constants.FV_AT_CHOICES(2) A value from a list of choices.
Constants.FV_AT_INTEGER(3) A signed whole number (optionally restricted to a range of
values).
Constants.FV_AT_INTEGERS(4) One or more integers (optionally restricted to a range of
values).
Constants.FV_AT_REAL(5) A real number (optionally restricted to a range of values).
Constants.FV_AT_REALS(6) One or more real numbers (optionally restricted to a range of
values).
Constants.FV_AT_UNIQUE_ID(7) A string that uniquely identifies the element.
Constants.FV_AT_UNIQUE_IDREF(8) A reference to a UniqueID attribute.
Constants.FV_AT_UNIQUE_IDREFS(9 One or more references to a UniqueID attribute.
)

AttributeDefs
An Array of AttributeDef objects with integer indexing and a length property.

concat
Description
The original array is unchanged. If an array is provided as a parameter to concat(), each of its elements
are appended as separate array elements at the end of the new array. Returns a new array, the result of
concatenation the given values to the end of the original array.

Returns
AttributeDefs

586
ATTRIBUTEDEFS
CHAPTER 6 FUNCTION SUMMARY

Syntax
concat(value)

Parameters

Data
Parameter name Type Optional Description

value Attribu No Can also be arrays.


teDefs

pop
Description
Removes the last element from the array.

Returns
AttributeDef

Syntax
pop()

push
Description
Returns the new length of the array.

Returns
number

Syntax
push(value)

Parameters

Data
Parameter name Type Optional Description

value Attribu No Value to push into the array.


teDef

587
ATTRIBUTES
CHAPTER 6 FUNCTION SUMMARY

Attributes
An Array of Attribute objects with integer indexing and a length property.

concat
Description
The original array is unchanged. If an array is provided as a parameter to concat(), each of its elements
are appended as separate array elements at the end of the new array. Returns a new array, the result of
concatenation the given values to the end of the original array.

Returns
Attributes

Syntax
concat(value)

Parameters

Data
Parameter name Type Optional Description

value Attribu No Can also be arrays.


tes

pop
Description
Removes the last element from the array.

Returns
Attribute

Syntax
pop()

push
Description
Returns the new length of the array.

588
ATTRIBUTESEX
CHAPTER 6 FUNCTION SUMMARY

Returns
number

Syntax
push(value)

Parameters

Data
Parameter name Type Optional Description

value Attribu No Value to push into the array.


te

AttributesEx
An Array of AttributeEx objects with integer indexing and a length property.

concat
Description
The original array is unchanged. If an array is provided as a parameter to concat(), each of its elements
are appended as separate array elements at the end of the new array. Returns a new array as the result
of concatenation, with the given values to the end of the original array.

Returns
AttributesEx

Syntax
concat(value)

Parameters

Data
Parameter name Type Optional Description

value Attribu No Can also be arrays.


tesEx

589
BODYPAGE
CHAPTER 6 FUNCTION SUMMARY

pop
Description
Removes the last element from the array.

Returns
AttributeEx

Syntax
pop()

push
Description
Returns the new length of the array.

Returns
number

Syntax
push(value)

Parameters

Data
Parameter name Type Optional Description

value Attribu No Value to push into the array.


teEx

BodyPage

Delete
Description
Deletes the specified Body Page.
See Delete under the AFrame class for more information.

590
BODYPAGE
CHAPTER 6 FUNCTION SUMMARY

Returns
int

Syntax
Delete()

GetProps
Description
The GetProps() method retrieves the properties of the specified Body Page.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
The SetProps() method sets the properties of the specified Body Page.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

591
BODYPAGE
CHAPTER 6 FUNCTION SUMMARY

ObjectValid
Description
Returns 1 if the Body Page is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

ApplyPageLayout
Description
The ApplyPageLayout() method applies the layout of one page to another page.
The method returns FE_Success on success, and sets FA_errno with one of the following values on
error:

Error Reason

Constants.FE_WrongProdu Current FrameMaker version does not support this operation or


ct (-60) fmbatch is running.
Constants.FE_BadOperatio Parameters specified an invalid operation.
n (-27)
Constants.FE_BadParamete The specified parameter has an invalid value.
r (-43)
Constants.FE_SystemError System Error.
(-42)

Returns
int

Syntax
ApplyPageLayout(srcPage)

592
BOOK
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

srcPage PageObj No The page to which the layout is to be applied.


ect

Book

Compare
Description
The Compare() method compares the differences between two versions of files and stores the result
in a CompareRet data object.
You can OR the following values into the flags parameter:

Flag Meaning

Constants.FF_CMP_SUMMAR Generate a summary document, but not a composite document.


Y_ONLY (0x01)
Constants.FF_CMP_CHANGE Turn on change bars in the composite document.
_BARS (0x02)
Constants.FF_CMP_HYPERLI Put hypertext links in the summary document.
NKS (0x04)
Constants.FF_CMP_SUMKIT Open the summary document.
(0x08)
Constants.FF_CMP_COMPKIT Open the composite document.
(0x10)

The returned CompareRet object contains the pointers to the summary and composite results docu-
ments.
The method returns the comparison results in the CompareRet object on success. On failure, the
method assigns one of the following values to FA_errno:

Error Reason

Constants.FE_BadDocId (-2) Invalid document.

593
BOOK
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_BadCompare Older and newer documents are not the same types of files.
(-35)
Constants.FE_CompareTypes One of the files is not a FrameMaker document or book or one file
(-34) is a book and the other is a document.
Constants.FE_WrongProduct Current FrameMaker version does not support the operation.
(-60)

Returns
CompareRet

Syntax
Compare(newerDoc, flags, insertCondTag, deleteCondTag, replaceText,
compareThreshold)

Parameters

Data
Parameter name Type Optional Description

newerDoc Doc No The newer version of the document or book.


flags int No Bit flags that specify how to generate the
summary and composite documents. Specify
0 for the default flags.
insertCondTag string No Indicates the condition tag to apply to
insertions shown in the composite document.
To specify a blank insert condition tag, enter
the value null.
deleteCondTag string No Denotes the condition tag to apply to
deletions shown in the composite document.
To specify a blank delete condition tag, enter
the value null.
replaceText string No Text to appear in place of the deleted text. To
not specify any replacement text, enter the
value null.

594
BOOK
CHAPTER 6 FUNCTION SUMMARY

Data
Parameter name Type Optional Description

compareThreshold int No Threshold expresses the percentage of words


that can change before paragraphs are
considered not equal. If two paragraphs are
equal, word differences between them are
shown within a paragraph in the composite
document.
If the compareThreshold property is set to 0,
the Compare() method uses the default value
of 75.
If the compareThreshold property is set to
any other value, the Compare() method uses
the setting in the FrameMaker configuration
files.

NewBookComponentInHierarchy
Description
The NewBookComponentInHierarchy() method inserts a book component at a specified position
in a FrameMaker structured book, and returns the component that was newly added, on success.
The method returns the element that was added, on success. On failure, the method assigns one of the
following values to FA_errno:

Error Reason

Constants.FE_BadBookId Invalid book.


(-66)
Constants.FE_BadCompPath Component name specified for compName is invalid.
(-68)
Constants.FE_BadNew (-23) The object cannot be created.
Constants.FE_BookUnStructu The specified book is unstructured.
red (-67)

Returns
Element

Syntax
NewBookComponentInHierarchy(compName, elemLoc)

595
BOOK
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

compName string No The name of the component to add.


elemLoc Element No The position at which to add the new
Loc component.

SilentPrintDoc
Description
The SilentPrintDoc() method prints a document or a book using the default print settings. Default
print settings are the settings that appear in the Print dialog box when the user attempts to print a docu-
ment.
SilentPrintDoc() initializes the print page size and printer name if they do not have values.
On success, the method returns FE_Success. On failure, the method sets FA_errno to one of the
following values:

Error Reason

Constants.FE_SystemError Could not open or close the printer file.


(-42)
Constants.FE_BadParameter Parameter has an invalid value.
(-43)

Returns
int

Syntax
SilentPrintDoc()

SimpleGenerate
Description
The SimpleGenerate() method generates files for a book.
The method performs the same operation as choosing Update Book from the book Edit menu.
You must set up the book and its generated files before calling SimpleGenerate().

596
BOOK
CHAPTER 6 FUNCTION SUMMARY

The method returnsFE_Success on success, and assigns FA_errno with one of the following values
on failure:

Error Reason

Constants.FE_BadOperatio The book is not self-consistent (book generates data in one file that is
n (-27) source data for another generated file, or page count continually
changes for this operation); there is a duplicate file in the book; all files
in the book are generated files.
Constants.FE_BadParamete Not a valid book.
r (-43)
Constants.FE_SystemError Could not allocate memory, or could not open or save one of the files in
(-42) the book.

Returns
int

Syntax
SimpleGenerate(interactive, makeVisible)

Parameters

Data
Parameter name Type Optional Description

interactive int No Set the interactive property to 1 to display


messages and warnings; set the property to 0
to suppress display of messages and
warnings.
makeVisible int No Specifies whether to display the generated
files. Set to 1 to display the files, or to 0 to
suppress displaying the files.

SimpleImportFormats
Description
The SimpleImportFormats() method imports formats from a document to a document or a book.
NOTE: If you import formats to a book, SimpleImportFormats() imports formats to each book
component for which the ImportFmtInclude property is set to True.
You can OR the following values into the formatFlags parameter to specify the formats to import.

597
BOOK
CHAPTER 6 FUNCTION SUMMARY

Flag What to Import

Constants.FF_UFF_COLOR (0x0100) Colors


Constants.FF_UFF_COMBINED_FO Combined fonts
NTS (0x0800)
Constants.FF_UFF_COND (0x0010) Conditions
Constants.FF_UFF_DOCUMENT_PR Document properties
OPS (0x0400)
Constants.FF_UFF_FONT (0x0002) Character Catalog formats
Constants.FF_UFF_MATH (0x0200) Equation settings
Constants.FF_UFF_PAGE (0x0004) Page layouts
Constants.FF_UFF_PGF (0x0001) Paragraph Catalog formats
Constants.FF_UFF_REFPAGE Reference pages
(0x0020)
Constants.FF_UFF_REMOVE_EXCEP Remove exception formats from target documents
TIONS (0x8000)
Constants.FF_UFF_REMOVE_PAGE_ Remove all forced page breaks from target documents
BREAKS (0x4000)
Constants.FF_UFF_TABLE (0x0008) Table Catalog formats
Constants.FF_UFF_VAR (0x0040) Variable formats
Constants.FF_UFF_XREF (0x0080) Cross-reference formats

The method returns FE_Success on success. If the method fails, it sets FA_errno with one of the
following values:

Error Reason

Constants.FE_WrongProd Current FrameMaker version does not support books.


uct (-60)
Constants.FE_BadDocId Invalid book or document.
(-2)
Constants.FE_Canceled User canceled the operation.
(-44)
Constants.FE_FailedState FrameMaker failed to open one or more of the book's document files
(-45) during the import operation.

598
BOOK
CHAPTER 6 FUNCTION SUMMARY

Returns
int

Syntax
SimpleImportFormats(fromDoc, formatFlags)

Parameters

Data
Parameter name Type Optional Description

fromDoc Doc No The document from which the formats are to


be imported.
formatFlags int No Bit field specifying the formats to be
imported. Specify 0 for the default flags.

SimpleImportElementDefs
Description
The SimpleImportElementDefs()method imports element definitions and the format change list
catalog from an EDD or FrameMaker document or book to another FrameMaker document or book.
You can OR the following flags into the importFlags parameter:

Flag Meaning

Constants.FF_IED_REMOVE_OV Clear format overrides.


ERRIDES (0x0001)
Constants.FF_IED_REMOVE_BO Clears formatting inherited from a parent book, if the element
OK_INFO (0x0002) definitions are being imported from a document.
Constants.FF_IED_DO_NOT_IM If the source document is an EDD, setting this value does NOT treat
PORT_EDD (0x0004) it as an EDD; instead the method just imports its element catalog.
Constants.FF_IED_NO_NOTIFY Do not issue the Constants.FA_Note_PreImportElemDefs (64) or
(0x0008) Constants.FA_Note_PostImportElemDefs (65) notifications.

The method returns FE_Success on success. If the method fails, it assigns one of the following values
to FA_errno:

599
BOOK
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_WrongProd Current product version is not Structured FrameMaker.


uct (-60)
Constants.FE_BadDocId Invalid book or document.
(-2)

Returns
int

Syntax
SimpleImportElementDefs(fromDocOrBook, importFlags)

Parameters

Data
Parameter name Type Optional Description

fromDocOrBook Doc|Boo No The document or book from which to import


k element definitions.
importFlags int No Specifies how to import formats.

GetUniqueObject
Description
The GetUniqueObject() method retrieves the object from its persistent unique identifier (UID). The
FrameMaker product assigns a UID to each object in a document or book that is not identified by a name.
The UID, unlike the object's ID, does not change from one session to another.
The GetUniqueObject() method returns the object on success. On failure, it sets FA_errno to one of the
following values:

Error Reason

Constants.FE_BadDocId Invalid document or book.


(-2)
Constants.FE_TypeUnName Objects of the specified type are not identified by UIDs.
d (-19)

600
BOOK
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_NameNotFou Object with specified UID could not be found.


nd (-20)

Returns
Object

Syntax
GetUniqueObject(objType, unique)

Parameters

Data
Parameter name Type Optional Description

objType int No The type of object (for example, FO_Pgf).


unique int No The unique ID of the object.

Close
Description
Closes a document, book, dialog box, or Frame session.
The flags parameter specifies whether to abort or to close open documents or books if they have
unsaved changes. Set theConstants.FF_CLOSE_MODIFIED flag to True (1) to close open docu-
ments and books regardless of their state.
The method sets FE_Success on success. On failure, the method assigns the following value to
FA_errno:

Error Reason

Constants.FE_DocModi The document was modified and the flags parameter was set to 0.
fied (-8)

Returns
int

Syntax
Close(flags)

601
BOOK
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

flags int No The Close() method closes the document or


book.
NOTE: Flags specify whether to abort or to
close open documents or books if they have
unsaved changes. Set the
FF_CLOSE_MODIFIED flag to True (1) to close
open documents and books regardless of their
state.

SimpleSave
Description
The SimpleSave() method saves a book.
If you set theinteractive parameter to False and you specify the book's current name for
saveAsName, FrameMaker saves the book under its current name.
If you specify another filename for saveAsName, FrameMaker saves the book to that filename.
If you specify an empty string (""), FrameMaker does not save the file. Instead it sets FA_errno to
Constants.FE_BadParameter (-43).
If you set the interactive parameter to True, FrameMaker displays the Save dialog box and allows
the user to choose a filename. The book's current name appears as the default file name.
The SimpleSave() method returns the book it saved, on success.
On failure, the method sets FA_errno, to one of the following values:

602
BOOK
CHAPTER 6 FUNCTION SUMMARY

Error Reason

• Constants.FE_Canceled • Constants.FV_FileNotWritable (33) - File was not writable.


(-44) Constants.FV_BadSaveFileName (34) - The specified file name is
Constants.FE_Canceled- not allowed by the operating system.
ByClient (-86) Constants.FV_BadFileId (35) - The file’s operating system ID was
bad.
Constants.FV_CancelSaveFileIsInUse (50) - The file is in use and
the user did not or could not reset the lock. Or the file is in use,
and the Constants.FS_FileIsInUse (17) parameter is set
to Constants.FV_DoCancel (0), or it is set to Constants.FV_Reset-
LockAndContinue (7) but FrameMaker could not reset the lock.
Constants.FV_CancelSaveModDateChanged (52) - The file has
changed since the last time it was opened or saved in the current
session.
Constants.FV_LockCouldntBeReset (2) - File lock could not be re-
set.
Constants.FV_LockWasReset (0) - File lock was reset.
Constants.FV_LockNotReset (1) - File lock was not reset.
Constants.FV_FileIsViewOnly (4) - File was View Only.
Constants.FV_NonPortableSaveName (37) - File had a name
that is not portable (Macintosh only).
Constants.FV_NonPortableFileRefs (38) - Referenced graphics
files had filenames that are not portable (Macintosh only).
Constants.FE_WrongProduct The specified file contains structure and the current product
(-60) interface is not Structured FrameMaker.
Constants.FE_FailedState The filename was invalid.
(-45)
Constants.FE_BadParameter
(-43)
Constants.FE_FilterFailed Constants.FV_InvalidSaveFilter (42) - The filter specified by
(-89) Constants.FS_SaveFileTypeHint (16) is not installed, or the syntax for
Constants.FS_SaveFileTypeHint (16) is invalid.

Returns
Book

Syntax
SimpleSave(saveAsName, interactive)

603
BOOK
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

saveAsName string No The absolute path in which to save the


document or book.
interactive int No Specifies whether FrameMaker displays
messages and warnings to the user. Set this
parameter to 1 to display messages and
warnings.

NewSeriesObject
Description
The NewSeriesObject() method creates a series object. Series objects include the following object
types:
• BodyPage
• BookComponent
• Pgf
The method allows you to specify the position in the series at which to add the new object.
The method returns the location of the new object, on success. If the method fails, it sets FA_errno to
one of the following values:

Error Reason

Constants.FE_BadDocId (-2) Invalid book.


Constants.FE_BadNew (-23) Object cannot be created.
Constants.FE_BadObjId (-3) Invalid object.
Constants.FE_NotBodyPage (-24) The previous parameter must specify the location of a body
page.
Constants.FE_NotPgf (-25) The previous parameter must specify the location of a
paragraph.
Constants.FE_NotBookComponent The previous parameter must specify the location of a book
(-26) component.

Returns
Object

604
BOOK
CHAPTER 6 FUNCTION SUMMARY

Syntax
NewSeriesObject(objType, previous)

Parameters

Data
Parameter name Type Optional Description

objType int No The type of object to create (for example,


FO_BodyPage or FO_Pgf).
previous Object No The location of the object in the series after
which to add the new object. To add a
paragraph at the start of a flow, specify the
location of the flow. To add an object at the
beginning of any other series, specify 0.

NewSeriesBookComponent
Description
The NewSeriesBookComponent() method creates a Book Component.
The method allows you to specify the position in the series at which to add the new object.
See the NewSeriesObject method for more information.

Returns
BookComponent

Syntax
NewSeriesBookComponent(previous)

Parameters

Data
Parameter name Type Optional Description

previous Object No The location of the object in the series after


which to add the new Book Component. To
add a paragraph at the start of a flow, specify
the location of the flow. To add a Book
Component at the beginning of any other
series, specify 0.

605
BOOK
CHAPTER 6 FUNCTION SUMMARY

NewBookComponentOfTypeInHierarchy
Description
Inserts a book component of a specified type at a specified position in a structured FrameMaker book.

Returns
BookComponent

Syntax
NewBookComponentOfTypeInHierarchy(compName, compType, elemLoc)

Parameters

Data
Parameter name Type Optional Description

bookId int No The ID of the book to add the component to


compName string No The name of the component
elemLoc Element No The position at which to add the new element
Loc

NOTE: The book you specify for bookId must already be structured.

GetConditionalSettings
Description
Get a PropVals object containing the conditional settings of the current book.

Returns
PropVals

Syntax
GetConditionalSettings()

ApplyConditionalSettings
Description
Apply conditional settings in the selected book based on the specified settings.

606
BOOK
CHAPTER 6 FUNCTION SUMMARY

Returns
Void

Syntax
ApplyConditionalSettings(settings)

Parameters

Data
Parameter name Type Optional Description

settings PropVal No The value of the property to set.


s

The following are the list of settings can be applied:

Property Meaning

Constants.FS_ShowState (1) Specify the show state of the conditional text applied to the
book.
• Constants.FV_ShowAll (1)
Constants.FV_ShowAsPerConditions (2)
Constants.FV_ShowAsPerExpression (3)
Constants.FS_ShowConditions (2) A string array of the names of the condition tags to be added
to the Show list in the Show/Hide Conditional Text dialog
Constants.FS_HideConditions (3) A string array of the names of the condition tags to be added
to the Hide list in the Show/Hide Conditional Text dialog
Constants.FS_ActiveConditionalExpr The conditional build expression tag to be applied.
ession (6) • When reading this property: Returns the currently
applied Conditional Build Expression tag, if (FS_Show-
State = FV_ShowAsPerExpression). Else NULL is
returned.
When applying this property: Applies the current active
Conditional Build expression if (FS_ShowState = FV_-
ShowAsPerExpression). Otherwise ignored.
Constants.FS_ShowConditionIndicat Show / hide the conditional indicators.
ors (7)
Constants.FS_ApplyConditionalSetti Apply the conditions to view-only documents in the book.
ngsToViewOnlyDoc (8)

607
BOOK
CHAPTER 6 FUNCTION SUMMARY

Property Meaning
Constants.FS_ApplyConditionalSetti Apply the conditions to nested books within the current book.
ngsToNestedBooks (9)
Constants.FS_ApplyConditionalSetti Show erros in the book error log.
ngsShowBookErrorLog (10)

The method returns FE_Success if it succeeds. On failure, the method returns one of the following values
to FA_errno:

Error Reason

Constants.FE_ExpressionNotF Expression Tag to be applied does not exist in the default document
ound of the book.
Constants.FE_FailedToApplyO Failed to apply conditional settings on one or more book
nOneOrMoreComponents components.

ManageConditionalExpressions
Description
Add, edit, or delete conditional expression tags to the current book. Applies to the options available in
the Add/Edit Conditional Tag dialog.

Returns
Void

Syntax
ManageConditionalExpressions(settings)

Parameters

Data
Parameter name Type Optional Description

settings PropVal No The value of the property to set.


s

Use the following are add, edit, and delete settings:

608
BOOK
CHAPTER 6 FUNCTION SUMMARY

Property Meaning

Constants.FS_AddEditExpressions (1) String array of pair of strings (expression tag, expression


definition) to be added/edited in conditional expression
catalog.
Constants.FS_DeleteExpressions (2) String array of expression tags to be deleted from conditional
expression catalog.

The method returns FE_Success if it succeeds. On failure, the method returns one of the following values
to FA_errno:

Error Reason

Constants.FE_CannotAddEdit Failed to Add/Edit the Expression on one or more book components


ExpressionsInOneOrMoreCo while using F_ApiManageCondiitonalExpressions(). See FrameMaker
mponents Error pod for more details.

GetConditionalExpression
Description
Returns the conditional expression definition for the given named expression.

Returns
exprName

Syntax
GetConditionalExpression(exprName)

Parameters

Data
Parameter name Type Optional Description

exprName String No Name of the required conditional build


expression.

609
BOOK
CHAPTER 6 FUNCTION SUMMARY

Save
Description
The Save() method saves a book. The method allows you to script the way FrameMaker saves the file
and to specify responses to warnings and messages that arise while the file is being saved.
You can save a file under its current name or save it as a new file.
The property list for the saveParams parameter is as follows:

Property Meaning

Constants.FS_SavedFileName A string that specifies the full path of the saved file.
(1)
Constants.FS_SaveNativeErro The error condition. If the file is saved successfully, this property is
r (2) set to FE_Success.
Constants.FS_SaveStatus (3) A bit field indicating what happened when the file was saved.

The method returns the document it saved, on success.


On failure the method sets FA_errno to one of the following values:

610
BOOK
CHAPTER 6 FUNCTION SUMMARY

Error Reason

• Constants.FE_Canceled • Constants.FV_FileNotWritable (33) - File was not writable.


(-44) Constants.FV_BadSaveFileName (34) - The specified filename is
Constants.FE_Canceled- not allowed by the operating system.
ByClient (-86) Constants.FV_BadFileId (35) - The file’s operating system ID was
bad.
Constants.FV_CancelSaveFileIsInUse (50) - The file is in use and
the user did not or could not reset the lock. Or the file is in use,
and the Constants.FS_FileIsInUse (17) parameter is set
to Constants.FV_DoCancel (0), or it is set to Constants.FV_Reset-
LockAndContinue (7) but FrameMaker could not reset the lock.
Constants.FV_CancelSaveModDateChanged (52) - The file has
changed since the last time it was opened or saved in the current
session.
Constants.FV_LockCouldntBeReset (2) - File lock could not be re-
set.
Constants.FV_LockWasReset (0) - File lock was reset.
Constants.FV_LockNotReset (1) - File lock was not reset.
Constants.FV_FileIsViewOnly (4) - File was View Only.
Constants.FV_NonPortableSaveName (37) - File had a name
that is not portable (Macintosh only).
Constants.FV_NonPortableFileRefs (38) - Referenced graphics
files had filenames that are not portable (Macintosh only).
Constants.FE_WrongProduct The specified file contains structure and the current product
(-60) interface is not Structured FrameMaker.
Constants.FE_FailedState The filename was invalid.
(-45)
Constants.FE_BadParameter
(-43)
Constants.FE_FilterFailed Constants.FV_InvalidSaveFilter (42) - The filter specified by
(-89) Constants.FS_SaveFileTypeHint (16) is not installed, or the syntax for
Constants.FS_SaveFileTypeHint (16) is invalid.

Returns
Object

Syntax
Save(saveAsName, saveParams, saveReturnParams)

611
BOOK
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

saveAsName string No The path for saving the document or book.


saveParams PropVal No A property list that tells FrameMaker how to
s save the file and how to respond to errors
and other conditions. Use
GetSaveDefaultParams() or
AllocatePropVals() to create and allocate
memory for this property list. To use the
default list, specify null.
saveReturnParams PropVal No A property list that returns information about
s how the FrameMaker product saved the file.

UpdateBook
Description
The UpdateBook() method updates a book.
The method allows you to specify a script (property list) specifying how to update the book and how to
deal with error and warning conditions.
For example, you can specify whether to abort or to continue updating a book if it contains view-only
documents.
NOTE: Always initialize the pointer to the property list that you specify for updateReturnParamspp to
null before you call UpdateBook().
To get a property list to specify for the updateParamsp parameter, use
GetUpdateBookDefaultParams() or create the list from scratch.
The following are the properties that you can use in the property list:

Property Meaning

Constants.FS_AlertUserAboutFailure Alert user with warnings and messages if necessary. Set this
(2) parameter to True or False as desired.
• True - Notify user when unexpected conditions occur.
False - Do not notify user when unexpected conditions oc-
cur.

612
BOOK
CHAPTER 6 FUNCTION SUMMARY

Property Meaning

Constants.FS_AllowInconsistentNum Allow the FrameMaker product to update numbering, text


Props (6) insets and other properties of all the FrameMaker documents
in the book, even if there are documents in the book with
numbering properties that do not match the properties
specified in the book. The permissible values are as follows:
• Constants.FV_DoOK (1) - Update numbering even if
there are inconsistent properties in the book.
Constants.FV_DoCancel (0) - Cancel the update opera-
tion when FrameMaker encounters a document with in-
consistent numbering properties.
Constants.FV_DoShowDialog (4) - Show a dialog box and
let the user decide.
Constants.FS_AllowNonFMFiles (1) Allow the FrameMaker product to update numbering, text
insets, and other properties of all the FrameMaker documents
in the book, even if there are documents in the book that
were not created by FrameMaker. The permissible values are
as follows:
• Constants.FV_DoOK (1) - Update the book even if the
book contains files not created by FrameMaker.
Constants.FV_DoCancel (0) - Cancel the update opera-
tion when it encounters a document not created by
FrameMaker.
Constants.FV_DoShowDialog (4) - Show a dialog box and
let the user decide.
Constants.FS_AllowViewOnlyFiles Allow the FrameMaker product to update view-only
(3) documents in the book. The permissible values are as follows:
• Constants.FV_DoOK (1) - Update the view-only docu-
ments.
Constants.FV_DoCancel (0) - Cancel the entire update op-
eration when it encounters a view-only document.
Constants.FV_DoShowDialog (4) - Show a dialog box and
let the user decide.
Constants.FS_MakeVisible (5) Make newly generated files (lists and indexes) visible. Takes
the value True or False.
• True - Make visible.
False - Do not make visible.

613
BOOK
CHAPTER 6 FUNCTION SUMMARY

Property Meaning

Constants.FS_ShowBookErrorLog (4) Display the book error log for this update operation. Takes the
value True or False.
• False - Do not display the error log; all warnings and
errors are redirected to the console.
True - Display the error log.
Constants.FS_UpdateBookGenerated Update generated files such as TOC, lists, and indexes. Only
Files (7) update those generated files that have GenerateInclude set to
True in their associated FO_BookComponent objects. Takes
the value True or False.
• True - Update generated files.
False - Do not update generated files.
Constants.FS_UpdateBookMasterPa Update automatic assignment of master pages in all the
ges (12) documents of the book. Takes the value True or False.
• True - Update master pages.
False - Do not update master pages.
Constants.FS_UpdateBookNumberin Update numbering in all the documents of the book. Takes the
g (8) value True or False.
• True - Update numbering.
False - Do not update numbering.
Constants.FS_UpdateBookOleLinks Update OLE links in all the documents of the book. Takes the
(9) value True or False.
• True - Update OLE links.
False - Do not update OLE links.
Constants.FS_UpdateBookTextRefere Update text insets in all the documents of the book. Takes the
nces (10) value True or False.
• True - Update text insets.
False - Do not update text insets.
Constants.FS_UpdateBookXRefs (11) Update cross-references in all the documents of the book.
Takes the value True or False.
• True - Update cross-references.
False - Do not update cross-references.

The property list to which updateReturnParams is set, has the following property:

614
BOOK
CHAPTER 6 FUNCTION SUMMARY

Property Meaning

Constants.FS_UpdateBookSta A bit field to indicate what happened during the update.


tus (1)

To determine if a particular Constants.FS_UpdateBookStatus (1) bit is set, use


CheckStatus().
The method returns FE_Success on success.
On failure, the method sets FA_errno to one of the following values:

Error Reason

Constants.FE_BadDocId Invalid book


(-2)
Constants.FE_BadOperati • Constants.FV_BookNotSelfConsistent (0) - The book is not
on () self-consistent (book generates data in one file that is source data
for another generated file, or page count continually changes for
this operation).
Constants.FV_DuplicateFileInBook (1) - One or more files in the
book is a duplicate of another file.
Constants.FV_NoNonGeneratedFilesInBook (2) - The only files in the
book are generated files.
Constants.FE_BadParamet • Constants.FV_BadUpdateBookFileId (64) - Specified book is invalid.
er (-43) Constants.FV_BadUpdateBookScriptValue (65) - The update book
script contains an invalid property value.
Constants.FE_Canceled • Constants.FV_CancelInconsistentNumPropsInFileInBook (34) - One
(-44)Constants.FE_Cancel or more of the book's document files has numbering properties
edByClient (-86) that are inconsistent with the properties stored in the book.
Constants.FV_CancelNonFMFileInBook (32) - One or more of the
book's document files is not a FrameMaker file.
Constants.FV_CancelViewOnlyFileInBook (33) - One or more of the
book's document files is view-only.
Constants.FV_UserCanceledUpdateBook (35) - The user canceled
the update operation.

615
BOOK
CHAPTER 6 FUNCTION SUMMARY

Error Reason
Constants.FE_SystemError • Constants.FV_FileInBookNotOpened (96) - One or more files in the
(-42) book could not be opened.
Constants.FV_FileInBookNotSaved (97) - One or more files in the
book could not be saved.
Constants.FV_TooManyWindowsUpdateBook (98) - Not enough
memory. Too many windows were open.

Returns
int

Syntax
UpdateBook(updateParams, updateReturnParams)

Parameters

Data
Parameter name Type Optional Description

updateParams PropVal No A property list specifying how to update the


s book and how to respond to errors and other
conditions. To use the default list, specify
null.
updateReturnParams PropVal No A property list that provides information
s about how the FrameMaker product updated
the book. This parameter must be initialized
before you call UpdateBook().

Import
Description
The Import() method imports text or graphics into a document.
Import() allows you to specify a script (property list) specifying how to import text or graphics and how
to deal with error and warning conditions.
For example, you can specify whether to import a file by reference or by copy.
If you import a file by reference, Import() creates an inset. The following list summarizes the types of
files you can import with Import() and the types of inset objects it creates when you import them by
reference:
• Graphics - FO_Inset

616
BOOK
CHAPTER 6 FUNCTION SUMMARY

• Text - FO_TiText, FO_TiTextTable


• Frame binary document - FO_TiFlow
• MIF - FO_TiFlow
NOTE: When importing a graphic, you can specify that it be imported at its default resolution by setting
the Constants.FS_GraphicDpi (15) property to 0 and setting the
Constants.FS_FitGraphicInSelectedRect (14) property to False. If the graphic has no
default resolution, it is imported at 72 dpi
To get a property list to specify for the importParamsp parameter, use
GetImportDefaultParams() or create the list from scratch.
NOTE: Always initialize the pointer to the property list that you specify for importReturnParamspp to
null before you call Import().
The following are the list of properties that can be imported:

Property Meaning

Constants.FS_AlertUserAboutFail Alert user if an unexpected condition, such as an unrecognized


ure (2) file type, occurs. Set to either True or False
• True - Notify user when unexpected conditions occur.
False - Do not notify user when unexpected conditions occur.
Constants.FS_DisallowDoc (8) Disallow importing FrameMaker binary documents. Set to either
True or False.
• True - Do not allow importing FrameMaker binary docu-
ments.
False - Allow importing FrameMaker binary documents.
Constants.FS_DisallowFilterTypes Disallow importing filterable files. Set to either True or False.
(11) • True - Do not allow importing filterable files.
False - Allow importing filterable files.
Constants.FS_DisallowMIF (7) Disallow importing MIF files. Set to either True or False.
• True - Do not allow importing MIF files.
False - Allow importing MIF files.
Constants.FS_DisallowGraphicTyp Disallow importing graphic files. Set to either True or False.
es (9) • True - Do not allow importing graphic files.
False - Allow importing graphic files.
Constants.FS_DisallowMacEdition Disallow importing Macintosh editions of files. Set to either True
s (10) or False.
• True - Do not allow importing Macintosh editions of files.
False - Allow importing Macintosh editions of files.

617
BOOK
CHAPTER 6 FUNCTION SUMMARY

Property Meaning

Constants.FS_DisallowPlainText Disallow importing Text Only files. Set to either True or False.
(12) • True - Do not allow importing Text Only files.
False - Allow importing Text Only files.
Constants.FS_DisallowSgml (33) Disallow importing SGML documents. Set to either True or False.
• True - Do not allow importing SGML documents.
False - Allow importing SGML documents.
Constants.FS_DisallowXml (43) Disallow importing XML documents. Set to either True or False.
• True - Do not allow importing XML documents.
False - Allow importing XML documents.
Constants.FS_DontNotifyAPIClien Notify other clients of the import operation. Set to either True or
ts (3) False.
• True - Do not notify other clients of the import operation.
False - Notify other clients of the import operation.
Constants.FS_FileTypeHint (34) If the file is filterable, this property is a string that enables
FrameMaker to automatically call the correct filter to filter the
file.
If the file is not filterable, this property contains the value null.
Constants.FS_FileIsSgmlDoc (32) File is an SGML document. The possible values are:
• Constants.FV_DoOK (1) - Import it anyway.
Constants.FV_DoCancel (0) - Cancel the import operation.
Constants.FV_DoShowDialog (4) - Show a dialog box and let
the user decide.
Constants.FS_FileIsXmlDoc (37) File is an XML document. The possible values are:
• Constants.FV_DoOK (1) - Import it anyway.
Constants.FV_DoCancel (0) - Cancel the import operation.
Constants.FV_DoShowDialog (4) - Show a dialog box and let
the user decide.
Constants.FS_ForceImportAsText Import the file as a Text Only document, even if it is a MIF file or a
(17) filterable file. Set to either True or False.
• True - Import it as a Text Only file.
False - Import it in a format based on its type.

618
BOOK
CHAPTER 6 FUNCTION SUMMARY

Property Meaning
Constants.FS_HowToImport (4) Import file by reference or copy. The possible values are:
• Constants.FV_DoByRef (5) - Import file by reference.
Constants.FV_DoByCopy (6) - Import file by copy.
Constants.FV_DoUserChoice (7) - Allow user to choose how
to import the file.
Constants.FS_ImportAsType (36) Specify the format of the file to import. Possible values are:
• Constants.FV_AUTORECOGNIZE (0x00) - Default value;
recognize the file type aoutmatically.
Constants.FV_TYPE_BINARY (0x01) - A FrameMaker binary
file.
Constants.FV_TYPE_MIF (0x02) - A MIF file.
Constants.FV_TYPE_TEXT (0x03) - A file containing plain
text.
Constants.FV_TYPE_SGML (0x04) - An SGML file.
Constants.FV_TYPE_XML (0x05) - An XML file.
Constants.FV_TYPE_FILTER (0xFF) - Use a filter to import this
file. You must specify a valid file type hint for the Con-
stants.FS_FileTypeHint (34) property.
Constants.FS_ManualUpdate (5) Update inset manually. Set to either True or False.
• True - Update inset automatically.
False - Do not update inset manually.
Constants.FS_SgmlImportApplica Retained for compatibility with older versions of FrameMaker.
tion (35) Use the Constants.FS_StructuredImportApplication (35) property
instead.
Constants.FS_StructuredImportA String specifying the name of the structure application to use
pplication (35) when importing an XML or SGML file. This property takes
precedence over any other structure application specification. If
the specified application does not exist, the calling function will
fail.
If this property is not set, then the value of this property is null.
Constants.FS_ShowBrowser (1) Display the Import dialog box. Set to either True or False.
• True - Display the Import dialog box.
False - Do not display the Import dialog box.
Constants.FS_TextInsetName (6) Denotes the Inset name. If not set, the value of this property is
null.

The syntax of the string passed to the Constants.FS_FileTypeHint (34) is as follows:

619
BOOK
CHAPTER 6 FUNCTION SUMMARY

record_vers vendor format_id platform filter_vers filter_name


NOTE: The fields in the record are not separated by spaces. Spaces are significant data except those that
appear in the filter_name field.
For example:
0001PGRFPICTMAC61.0 Built-in PICT reader0001ORBLSVGIAll Platform SVG
reader for 7.0
Each field of the record (except filter_name) specifies a four-byte code. If a code contains fewer than
four alphanumeric characters, the remaining bytes must be filled out with spaces.
record_vers specifies the version of the record, currently 0001.
vendor is a code specifying the filter's vendor. The code is a string of four characters. The following table
lists the possible codes

Code Meaning

PGRF Built-in Frame filters.


FAPI External Frame FDK client filter.
FFLT External Frame filters.
IMAG External ImageMark filters.
XTND External XTND filters.

format_id is a code specifying the format that the filter translates. The code is a string of four charac-
ters. The following are the possible codes:

Code Meaning

CDR CorelDRAW
CGM Computer Graphics Metafile
DIB Device-independent bitmap (Windows)
DRW Micrografx CAD
DXF Autodesk Drawing eXchange file (CAD files)
EMF Enhanced Metafile (Windows)
EPSB Encapsulated PostScript Binary (Windows)
EPSD Encapsulated PostScript with Desktop Control Separations (DCS)
EPSF Encapsulated PostScript (Macintosh)
EPSI Encapsulated PostScript Interchange

620
BOOK
CHAPTER 6 FUNCTION SUMMARY

Code Meaning

FRMI FrameImage
FRMV FrameVector
G4IM CCITT Group 4 to Image
GEM GEM file (Windows)
GIF Graphics Interchange Format (Compuserve)
HPGL Hewlett-Packard Graphics Language
IGES Initial Graphics Exchange Specification (CAD files)
IMG4 Image to CCITT Group 4 (UNIX)
MooV QuickTime Movie
OLE Object Linking and Embedding Client (Microsoft)
PCX PC Paintbrush
PICT QuickDraw PICT
PNTG MacPaint
SNRF Sun Raster File
SRGB SGI RGB
SVGI Scalable Vector Graphics
TIFF Tag Image File Format
WMF Windows Metafile
WPG WordPerfect Graphics
XWD X Windows System Window Dump file

platform is a code specifying the platform on which the filter was run. The code is a string of four char-
acters. The following are the possible codes:

Code Meaning

MAC6 Macintosh 68000 series


MACP Power Macintosh
WINT Windows NT
WIN3 Windows 3.1

621
BOOK
CHAPTER 6 FUNCTION SUMMARY

Code Meaning
WIN4 Windows 95
OS/2 IBM OS/2
UNIX Generic X/11 (Sun, HP)

filter_vers is a string of four characters identifying the version of the filter on that platform. For
example, version 1.0 of a filter is represented by the string 1.0.
filter_name is a text string (up to 31 characters long) that describes the filter.
Import() uses the following properties only for importing FrameMaker documents and MIF
files:

Property Meaning

Constants.FS_FileIsMakerDoc File is a FrameMaker binary document or a MIF file. The possible


(18) values are:
• Constants.FV_DoOK (1) - Import it anyway.
Constants.FV_DoCancel (0) - Cancel the import operation.
Constants.FV_DoShowDialog (4) - Show a dialog box and let
the user decide.
Constants.FS_FormatImportedT Format the imported text. The possible values are:
ext (22) • Constants.FV_EnclosingDoc (1) - Use formatting in the
enclosing document.
Constants.FV_PlainText (2) - Format the imported text as plain
text.
Constants.FV_SourceDoc (0) - Use formatting from the source
documents.
Constants.FS_ImportFlowPageS If Constants.FS_UseMainFlow (19) is False, then
pace (21) Constants.FS_ImportFlowPageSpace (21) indicates the type of
pages to search for the flow specified by the
Constants.FS_ImportFlowTag (20) property. The possible values
are:
• Constants.FV_BodyPage (10) - Search body pages.
Constants.FV_ReferencePage (9) - Search reference pages.
Constants.FS_ImportFlowTag If Constants.FS_UseMainFlow (19) is False, then
(20) Constants.FS_ImportFlowTag (20) indicates the name of the flow to
import. If this value is not set, the default value is null.

622
BOOK
CHAPTER 6 FUNCTION SUMMARY

Property Meaning

Constants.FS_RemoveManualP Remove manual page breaks if FS_FormatImportedTest is set to


ageBreaks (23) Constants.FV_EnclosingDoc (1). Set to either True or False.
• True - Remove manual page breaks.
False - Do not remove manual page breaks.
Constants.FS_RemoveOverride Remove format overrides if Constants.FS_FormatImportedTest is
s (24) set to Constants.FV_EnclosingDoc (1). Set to either True or False.
• True - Remove format overrides.
False - Do not remove format overrides.
Constants.FS_UseMainFlow Import text from specified document's main flow. Set to either True
(19) or False.
• True - Import the text from the main flow.
False - Do not import the text from the main flow.

Import() uses the following properties only for importing graphics files:

Property Meaning

Constants.FS_FileIsGraphic (13) File is a graphic file. The possible values are:


• Constants.FV_DoOK (1) - Import it.
Constants.FV_DoCancel (0) - Cancel import operation.
Constants.FV_DoShowDialog (4) - Display a dialog box and let
the user decide.
Constants.FS_FitGraphicInSelec Fit the graphic in the selected graphic frame. Set to either True or
tedRect (14) False.
• True - Fit the graphic in the frame.
False - Do not fit the graphic in the frame.
Constants.FS_GraphicDpi (15) Integer specifying dots per inch (DPI) at which to import the
graphic. The default value is 72 (to specify 72 DPI).
Constants.FS_InsetRasterDpi Denotes the read-only value to indicate the DPI of the bitmap facet
when importing SVG data.
Constants.FS_RasterDpi (38) Specifies the DPI for the bitmap facet when importing SVG data.
This corresponds to any of the DPI settings in the Imported Graphic
Scaling dialog box.

623
BOOK
CHAPTER 6 FUNCTION SUMMARY

Property Meaning
Constants.FS_RasterImageHeig Specifies the height of the rectangle in which to import the graphic,
ht (40) when importing SVG data.
NOTE: You should always specify this value in points. This property
corresponds to the height for the Fit in Selected Rectangle setting in
the Imported Graphic Scaling dialog box.
Constants.FS_RasterImageWidt Specifies the width of the rectangle in which to import the graphic,
h (39) when importing SVG data.
NOTE: You should always specify this value in points. This property
corresponds to the width for the Fit in Selected Rectangle setting in
the Imported Graphic Scaling dialog box.
Constants.FS_ShowRasterDpiDi For importing SVG data, show the Imported Graphic Scaling dialog
alog (41) box. Default is 1 (one). The values are:
• 1 (one) or any non-zero value: Display the Imported Graphic
Scaling dialog box.
0 (zero): Do not display the Imported Graphic Scaling dialog
box.

Import() uses the following properties only for importing ASCII text files:

Property Meaning

Constants.FS_CellSeparator (29) If Constants.FS_FileIsText (16) is set to


Constants.FV_DoImportAsTable (8), then this property denotes
the delimiter or separator used to parse the text into cells. The
default value is null.
Constants.FS_FileIsText (16) File is a Text Only file. The possible values are:
• Constants.FV_TextFile_EOLisEOP (12) - Import the file and
convert each end-of-line into a paragraph break.
Constants.FV_TextFile_EOLisNotEOP (13) - Import the file
but do not convert each end-of-line into a paragraph break.
Constants.FV_DoImportAsTable (8) - Import the file into a
table.
Constants.FV_DoCancel (0) - Cancel the import operation.
Constants.FS_ImportTblTag (25) Specifies the table format to use, if Constants.FS_FileIsText (16) is
set to Constants.FV_DoImportAsTable (8). The default value is
null.

624
BOOK
CHAPTER 6 FUNCTION SUMMARY

Property Meaning
Constants.FS_LeaveHeadingRows Leave the heading rows empty if Constants.FS_FileIsText (16) is
Empty (27) set to Constants.FV_DoImportAsTable (8).
Constants.FS_LeaveHeadingRowsEmpty (27) is set to either True
or False.
• True - Leave heading rows empty.
False - Do not leave heading rows empty.
Constants.FS_NumCellSeparators Denotes the number of spaces to use as a separator, if
(30) Constants.FS_FileIsText (16) is set to
Constants.FV_DoImportAsTable (8), and
Constants.FS_CellSeparator (29) is set to a space (' '). The default
value is 1.
Constants.FS_NumColumns (31) Specifies the number of columns in the table, if
Constants.FS_FileIsText (16) is set to
Constants.FV_DoImportAsTable (8), and
Constants.FS_TreatParaAsRow (28) is False. The default value is 1.
Constants.FS_TblNumHeadingRo Specifies the number of heading rows in the table, if
ws (26) Constants.FS_FileIsText (16) is set to
Constants.FV_DoImportAsTable (8). The default value is 1.
Constants.FS_TreatParaAsRow Convert each line in the text file into a row of table cells and use
(28) Constants.FS_CellSeparator (29) and
Constants.FS_NumCellSeparators (30) to determine how to
divide the line into separate cells, if Constants.FS_FileIsText (16)
is set to Constants.FV_DoImportAsTable (8).
Constants.FS_TreatParaAsRow (28) is set to either True or False.
• True - Convert each line into a row of table cells.
False - Convert each line into a table cell instead.

When you import text into a table, in addition to setting Constants.FS_FileIsText (16) to
Constants.FV_DoImportAsTable (8), you must specify a value for the
Constants.FS_ImportTblTag (25) property. If you set the
Constants.FS_TreatParaAsRow (28) property to True, you must also specify a value for the
Constants.FS_CellSeparator (29) property.
The property list returned by GetImportDefaultParams() does not specify values for the
Constants.FS_ImportTblTag (25) and Constants.FS_CellSeparator (29) properties.
If you use the property list to import a table and do not specify a value for
Constants.FS_ImportTblTag (25), Import() fails and sets FA_errno to
Constants.FE_BadParameter (-43).

625
BOOK
CHAPTER 6 FUNCTION SUMMARY

If you set Constants.FS_TreatParaAsRow (28) to True and do not specify a cell separator by
setting Constants.FS_CellSeparator (29), Import() fails and sets FA_errno to
Constants.FE_BadParameter (-43).
If GetImportDefaultParams() fails, the Import() method sets the len field of the returned
PropVals structure to 0.
The Import() method returns the object that was imported, on success.
NOTE: Import() returns 0 on success, if it imports a copy or a graphic inset.

On failure, the method assigns one of the following values to FA_errno:

Error Reason

Constants.FE_SystemError System error, such as an unreadable file or insufficient memory.


(-42)
Constants.FE_BadParameter The property list contained an invalid parameter.
(-43)
Constants.FE_BadFileType The specified file exists, but it does not have the correct file type.
(-83)
Constants.FE_MissingFile The specified file does not exist.
(-84)
Constants.FE_NoSuchFlow The script specifies an import flow that does not exist.
(-82)
Constants.FE_FailedState Internal error.
(-45)
Constants.FE_CircularRefere Importing the specified file causes a circular reference.
nce (-81)
Constants.FE_FileClosedByCl The file was closed by a client before it could be imported.
ients

The property list returned to importReturnParamspp has the following properties:

Property Meaning

Constants.FS_ImportedFileNa A string specifying the source file's path. If you scripted


me (1) Constants.FS_ShowBrowser (1), this path can be different from the
one you specified in the Import script.
Constants.FS_ImportNativeErr The error condition; normally the same value as FA_errno. If the
or (2) file is imported successfully, Constants.FS_ImportNativeError (2) is
set to Constants.FE_Success (0).

626
BOOK
CHAPTER 6 FUNCTION SUMMARY

Property Meaning
Constants.FS_ImportStatus (3) A bit field indicating what happened when the file was imported.
See the following table for more information.

Both the Constants.FS_ImportNativeError (2) property and the FA_errno global variable
indicate the result of a call to the Import() method. The following table lists the possible status flags
and the reasons associated with them:

Status Flag Reason

• Constants.FE_BadParameter • Constants.FV_BadImportFileName (16) - The specified


(-43) source filename is invalid.
Constants.FE_BadFileType (-83) Constants.FV_BadImportFileType (17) - The Import
Constants.FE_MissingFile (-84) script specified a file type different from the source
Constants.FE_FailedState (-45) file's actual type.
Constants.FV_BadImportScriptValue (18) - The Import
Constants.FE_CanceledByClient
script contained an invalid property value.
(-86) (file was not imported)
Constants.FV_BadTextFileTypeHint (29) - The file was a
text file, and the string in Constants.FS_FileTypeHint
(34) was not a valid import hint string.
Constants.FV_MissingScript: Import() was called with-
out a script.
Constants.FV_DisallowedImportType (21) - Source
file's type is disallowed by script.
Constants.FV_NoMainFlow (22) - A script was specified
to import the main flow, but the source file does not
have a main flow.
Constants.FV_NoFlowWithSpecifiedName (23) - A
script was specified with a flow name that does not ex-
ist.
Constants.FV_InsertionPointNotInText (24) - The inser-
tion point in the enclosing document is not in the text.
Constants.FV_InsufficientMemory (27) - There is insuf-
ficient memory to import the source file.
Constants.FV_BadEnclosingDocId (28) - There is no
open document with the specified ID.
Constants.FV_ImportFileNotReadable (48) - The speci-
fied source file is unreadable.

627
BOOK
CHAPTER 6 FUNCTION SUMMARY

Status Flag Reason

Constants.FE_Success (0) • Constants.FV_ImportedByCopy (0) - The source file


was imported by copy.
Constants.FV_ImportTextTable - The source file is a
text file, which was imported into a table.
Constants.FV_ImportedMIF (3) - The source file is a MIF
file.
Constants.FV_ImportedMakerDoc (4) - The source file
is a FASL file.
Constants.FV_ImportedFilteredFile (5) - The source file
was filtered.
Constants.FV_ImportedGraphicFile (6) - The source file
is a graphics file.
Constants.FV_ImportedSgmlDoc (8) - The source file is
an SGML document.
Constants.FV_ImportedXmlDoc (9) - The source file is
an XML document.

628
BOOK
CHAPTER 6 FUNCTION SUMMARY

Status Flag Reason

Constants.FE_Canceled (-44) • Constants.FV_CancelFileText (32) - The file is text, so


the user or the Import script canceled the Import oper-
ation.
Constants.FV_CancelFileGraphic (36) - The source file
is a graphic, so the user or the Import script canceled
the Import operation.
Constants.FV_CancelFileMacEdition - The source file is
a Macintosh Edition, so the Import script canceled the
Import operation
Constants.FV_CancelFileDoc (33) - The file is a FASL file,
so the user or the script canceled the Import operation.
Constants.FV_CancelFileSgml (40) - The file is an SGML
document, so the user or the script canceled the Import
operation
Constants.FV_CancelFileXml (41) - The file is an XML
document, so the user or the script canceled the Import
operation.
Constants.FV_CancelFileMIF (34) - The source file is a
MIF file, so the user or the script canceled the Import
operation.
Constants.FV_CancelFileFilterable (35) - The source file
is a filterable file, so the user or the script canceled the
Import operation.
Constants.FV_InsertionPointInFootnote (26) - The in-
sertion point was in a footnote and the import script
specified to import the file as a table, so the file could
not be imported.
Constants.FV_InsertionPointInTableCell (25) - The in-
sertion point was in a table cell and the import script
specified to import the file as a table, so the file could
not be imported
Constants.FV_UserCanceledImport (37) - The user can-
celed the Import operation.
Constants.FV_UserCanceledImportBrowser : The user
canceled the Import browser

To determine whether a particular Constants.FS_ImportStatus (3) bit is set, use


CheckStatus().

Returns
Object

629
BOOK
CHAPTER 6 FUNCTION SUMMARY

Syntax
Import(textLocP, filename, importParams, importReturnParams)

Parameters

Data
Parameter name Type Optional Description

textLocP TextLoc No The text location at which to import the file.


filename string No The full path of the file to import.
importParams PropVal No A property list specifying how to import the
s file and how to respond to errors and other
conditions. To use the default list, specify null.
importReturnParams PropVal No A property list that provides information
s about how FrameMaker imported the file.
This parameter must be initialized before you
call Import().

GetProps
Description
Retrieves the properties of the specified Book.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the value of the specified property of the Book.
See SetProps under the AFrame class for more information.

Returns
Void

630
BOOKCOMPONENT
CHAPTER 6 FUNCTION SUMMARY

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The value to set.


s

ObjectValid
Description
Indicates whether the specified book is valid. Returns 1 if the specified book is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

BookComponent

Delete
Description
Deletes the specified BookComponent object.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

631
BOOKCOMPONENT
CHAPTER 6 FUNCTION SUMMARY

MoveComponent
Description
Moves a particular book component up and down in the book components sequence. In addition , you
can promote and demote operations of a component in a hierarchy using this method.

Returns
Void

Syntax
MoveComponent(moveAction)

Parameters

Data
Parameter name Type Optional Description

moveAction int No Specifies the action to move the component

GetProps
Description
Retrieves the properties of the specified BookComponent object.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the property of the BookComponent object.
See SetProps under the AFrame class for more information.

Returns
Void

632
CELL
CHAPTER 6 FUNCTION SUMMARY

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The value of the property to be set.


s

ObjectValid
Description
Indicates whether a BookComponent object is valid. Returns 1 if the specified book component is valid,
else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

Cell

StraddleCells
Description
The StraddleCells() method straddles the specified cells in a table.
The cells you straddle must all be from the same type of row. You cannot straddle a set of cells that are
in both heading and body rows or footing and body rows. Also, the cells you straddle must be unstrad-
dled. You cannot use this function to further straddle cells that are already straddled.
The StraddleCells() method returns FE_Success on success.
The method assigns one of the following values toFA_errno, on failure:

633
CELL
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_WrongProdu Current FrameMaker product does not support tables.


ct (-60)
Constants.FE_BadOperatio Parameters specify an action that is invalid.
n (-27)
Constants.FE_BadDocId Invalid document.
(-2)
Constants.FE_BadParamete Parameter has an invalid value.
r (-43)
Constants.FE_BadObjId (-3) Invalid cell.

Returns
int

Syntax
StraddleCells(heightInRows, widthInCols)

Parameters

Data
Parameter name Type Optional Description

heightInRows int No Denotes the number of cells to straddle


vertically.
widthInCols int No Indicates the number of cells to straddle
horizontally.

UnStraddleCells
Description
The UnStraddleCells() method unstraddles the specified cells in a table.
The UnStraddleCells() method returns FE_Success on success.The method assigns one of the following
values to FA_errno, on failure:

634
CELL
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_WrongProdu Current FrameMaker product does not support tables.


ct (-60)
Constants.FE_BadOperatio Parameters specify an action that is invalid.
n (-27)
Constants.FE_BadDocId Invalid document.
(-2)
Constants.FE_BadParamete Parameter has an invalid value.
r (-43)
Constants.FE_BadObjId (-3) Invalid cell.

Returns
int

Syntax
UnStraddleCells(heightInRows, widthInCols)

Parameters

Data
Parameter name Type Optional Description

heightInRows int No The number of cells to unstraddle vertically.


widthInCols int No The number of cells to unstraddle
horizontally.

GetText
Description
The GetText() method gets the text from the following types of objects:
• Cell
• Element
• Flow
• Fn
• Pgf
• SubCol

635
CELL
CHAPTER 6 FUNCTION SUMMARY

• TextFrame
• TextLine
• TiApiClient
• TiFlow
• TiText
• TiTextTable
• XRef
Call this method on the document as follows:
document.GetText(flags)
GetText() returns an object containing an array of text items. Each text item contains either a string
of text, an object that appears within the text (such as a table or an anchored frame), an indicator that
the text properties have changed, or the object that organizes the text (such as a paragraph or a text
column).
NOTE: Use the DeallocateTextItems() method to deallocate the memory used by the TextItems
structure returned by GetText() when you have finished using it.
To get specific types of text items, OR the constants that represent them (for example, use a bitwise OR
to combine FTI_FlowBegin and FTI_String) into flags. To get all types of text items, specify -1.
The method returns a TextItems object containing the array of text items of the requested text types.
TextItem.dataType can be one of the following constants:

Text Item Type Text Item Represents Text Item Data

FTI_CharPropsChange A change in the text Flags indicating which properties have


properties changed (see the following table).
FTI_ElementBegin The beginning of a container FO_Element
structural element
FTI_ElementEnd The end of a container FO_Element
structural element
FTI_ElemPrefixBegin The beginning of an FO_Element
element’s prefix
FTI_ElemPrefixEnd The end of an element’s FO_Element
prefix
FTI_ElemSuffixBegin The beginning of an FO_Element
element’s suffix
FTI_ElemSuffixEnd The end of an element’s FO_Element
suffix
FTI_FlowBegin The beginning of a flow FO_Flow

636
CELL
CHAPTER 6 FUNCTION SUMMARY

Text Item Type Text Item Represents Text Item Data

FTI_FlowEnd The end of a flow FO_Flow


FTI_FnAnchor A footnote FO_Fn
FTI_FrameAnchor An anchored frame FO_AFrame
FTI_LineBegin The beginning of a line -
FTI_LineEnd The end of a line and the line If the line end is a normal line end, the value
end type is 0;
if it is a forced line end, the
FTI_HardLineEnd flag is set;
if it is a hyphen line end, the
FTI_HyphenLineEnd flag is set
FTI_MarkerAnchor A Marker FO_Marker
FTI_PageBegin The beginning of a page FO_Page
FTI_PageEnd The end of a page FO_Page
FTI_PgfBegin The beginning of a paragraph FO_Pgf
FTI_PgfEnd The end of a paragraph FO_Pgf
FTI_String A string of characters with A character string
the same condition and
character format.
FTI_SubColBegin The beginning of a column FO_SubCol
FTI_SubColEnd The end of a column FO_SubCol
FTI_TblAnchor A Table FO_Tbl
FTI_TextFrameBegin The beginning of a text frame FO_TextFrame
FTI_TextFrameEnd The end of a text frame FO_TextFrame
FTI_TextInsetBegin The beginning of a text inset FO_TiApiClient, FO_TiFlow, FO_TiText, or
FO_TiTextTable
FTI_TextInsetEnd The end of a text inset FO_TiApiClient, FO_TiFlow, FO_TiText, or
FO_TiTextTable
FTI_TextObjId The object to which the FO_Pgf or FO_TextLine
offsets of all the text items
are relative
FTI_VarBegin The beginning of a variable FO_Var
FTI_VarEnd The end of a variable FO_Var

637
CELL
CHAPTER 6 FUNCTION SUMMARY

Text Item Type Text Item Represents Text Item Data


FTI_XRefBegin The beginning of a FO_XRef
cross-reference
FTI_XRefEnd The end of a cross-reference FO_XRef

The following table lists the bit flags that a client can bitwise AND with the idata field of a
Constants.FTI_CharPropsChange (0x00200000) text item. For example, to determine if the
font family changed, bitwise AND the Constants.FTF_FAMILY (0x80000000) flag with the idata
field.

Flags Meaning

FTF_ALL OR of all the flags


FTF_ANGLE The font angle has changed.
FTF_CAPITALIZATION The capitalization has changed.
FTF_CHANGEBAR The change bars have changed.
FTF_CHARTAG The Character Catalog format has changed.
FTF_COLOR The color has changed.
FTF_CONDITIONTAG The condition tag has changed.
FTF_ENCODING The text encoding has changed,
FTF_FAMILY The font family has changed.
FTF_IIF An internal flag having to do with Asian text. input. If there is a non-zero
value for this flag, a front-end processor is controlling that text and you
should not modify the associated text item.
FTF_KERNX The kern-x characteristic has changed.
FTF_KERNY The kern-x characteristic has changed.
FTF_LANGUAGE Character language has changed.
FTF_OUTLINE The outline characteristic has changed.
FTF_OVERLINE The overline characteristic has changed.
FTF_PAIRKERN The pair kerning has changed.
FTF_POSITION The character position has changed.
FTF_SHADOW The shadow characteristic has changed.
FTF_SIZE The font size has changed.

638
CELL
CHAPTER 6 FUNCTION SUMMARY

Flags Meaning
FTF_SPREAD The font spread has changed.
FTF_STRETCH The font stretch value has changed.
FTF_STRIKETHROUGH The strikethrough characteristic has changed.
FTF_TSUME The Tsume setting has changed.
FTF_UNDERLINING The underlining has changed.
FTF_VARIATION The font variation has changed.
FTF_WEIGHT The font weight has changed.

On success, the method returns a TextItems structure containing the array of text items of the
requested types.
On failure, the method sets the len field of the returned TextItems structure to 0, and returns one of
the following values toFA_errno:

Error Reason

Constants.FE_BadDocId (-2) Invalid document.


Constants.FE_BadObjId (-3) Invalid Object
Constants.FE_NotTextObject Object specified for the text range is not an object that contains text.
(-41)

If you call GetText() for an object (FO_Element object), the returned information depends on the type
of element, as shown:

Value Information Returned

Constants.FV_FO_CONTAINE All the text items from the beginning to the end of the element.
R (1)
Constants.FV_FO_SYS_VAR All the text items from the beginning to the end of the variable.
(2)
Constants.FV_FO_XREF (3) All the text items from the beginning to the end of the cross reference.
Constants.FV_FO_FOOTNOT All the text items from the beginning to the end of the footnote.
E (5)
Constants.FV_FO_TBL_TITLE All the text items from the beginning to the end of the table title.
(9)

639
CELL
CHAPTER 6 FUNCTION SUMMARY

Value Information Returned

Constants.FV_FO_TBL_CELL All the text items from the beginning to the end of the cell.
(14)
Constants.FV_FO_TBL_HEA Nothing. GetText() failed.
DING (10)
Constants.FV_FO_TBL_BOD
Y (11)
Constants.FV_FO_TBL_FOOT
ING (12)
Constants.FV_FO_MARKER
(4)
Constants.FV_FO_TBL (8)
Constants.FV_FO_GRAPHIC
(6)
Constants.FV_FO_EQN (7)
Constants.FV_FO_TBL_ROW
(13)

Returns
TextItems

Syntax
GetText(flags)

Parameters

Data
Parameter name Type Optional Description

flags int No Denotes the various bit flags that specify the
items to be retrieved.

GetProps
Description
Retrieves the properties of the specified cell object.
See GetProps under the AFrame class for more information.

640
CELL
CHAPTER 6 FUNCTION SUMMARY

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the desired property of the cell object.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The value of the property to set.


s

ObjectValid
Description
Indicates whether a cell object is valid. Returns 1 if the cell object is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

641
CHARFMT
CHAPTER 6 FUNCTION SUMMARY

CharFmt

Delete
Description
Deletes the specified CharFmt object.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetProps
Description
Get the properties of the specified CharFmt object.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the value of the property for the specified CharFmt object.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

642
CMSOBJECT
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The value of the property to set.


s

ObjectValid
Description
Indicates whether the specified CharFmt object is valid. Returns 1 if the CharFmt object is valid, else
returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

CMSObject

CMSSetProperty()
Description
Sets a single property for a CMS object.

Returns
void

Syntax
void CMSSetProperty(cmsSessionId,objectId,propval);

643
CMSOBJECT
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

cmsSessionId int No The ID of the CMS Session


cmsObjectId int No The ID of the CMS Object
propVal int No The specified property of a CMS object as a
PropVal data structure

If CMSSetProperty() fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_CMSBadSessio The client specified an invalid session ID.


nId
Constants.FE_CMSBadObjectI The client specified an invalid cms object ID.
d
Constants.FE_CMSRootObjec The method tries to set a root which already exists.
tExists
Constants.FE_CMSBadItemFil The file type expected by the cms object does not match the valid file
eType type.
Constants.FE_CMSBadItemTy The item type expected by the cms object does not match the valid
pe item type
Constants.FE_CMSBadItemCo The container value expected by the cms object is not properly set
ntainerType

CMSSetProperties()
Description
Sets multiple properties of a CMS object

Returns
void

Syntax
CMSSetProperties (cmsSessionId,objectId,propVals);

644
CMSOBJECT
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

cmsSessionId int No The ID of the CMS Session


cmsObjectId int No The ID of the CMS Object
propVals int No A property list that specifies the CMS
properties . Properties are added as propvals
with the identifier as CMSItemPropertyT
enum and value.

If CMSSetProperties() fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_CMSBadSessio The client specified an invalid session ID.


nId
Constants.FE_CMSBadObjectI The client specified an invalid cms object ID.
d
Constants.FE_CMSRootObjec The method tries to set a root which already exists.
tExists
Constants.FE_CMSBadItemFil The file type expected by the cms object does not match the valid file
eType type.
Constants.FE_CMSBadItemTy The item type expected by the cms object does not match the valid
pe item type
Constants.FE_CMSBadItemCo The container value expected by the CMS object is not properly set
ntainerType

CMSGetProperty()
Description
Gets a specified property of a CMS object.

Returns
PropVals

645
CMSOBJECT
CHAPTER 6 FUNCTION SUMMARY

Syntax
CMSGetProperty (cmsSessionId, objectId,propertyId);

Parameters

Data
Parameter name Type Optional Description

cmsSessionId int No The ID of the CMS Session.


objectId int No The ID of the CMS Object.
propertyId int No F_PropIdentT which allows user to specify
property identifier as Integer value OR string
value based on the CMS. For e.g.
Documentum works on object name,
whereas Generic CMS works on Integer based
identifier ID of the CMS Object.

If CMSGetProperty() fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_CMSBadSessio The client specified an invalid session ID.


nId
Constants.FE_CMSBadObjectI The client specified an invalid cms object ID.
d
Constants.FE_BadParameter The function call specified an invalid parameter.

CMSGetProperties()
Description
Gets the properties of a CMS object.

Returns
PropVals

Syntax
CMSGetProperties (cmsSessionId, objectId);

646
CMSOBJECT
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

cmsSessionId int No The ID of the CMS Session


objectId int No The ID of the CMS Object

If CMSGetProperties() fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_CMSBadSessio The client specified an invalid session ID.


nId
Constants.FE_CMSBadObjectI The client specified an invalid cms object ID.
d

CMSEnableCommand()
Description
Enables the specified CMS command in the context menu of the CMS tree within FrameMaker.

Returns
void

Syntax
CMSEnableCommand (cmsSessionId, objectId, commandId);

Parameters

Data
Parameter name Type Optional Description

cmsSessionId int No The ID of the CMS Session


cmsObjectId int No The ID of the CMS Object
commandId int No The command to enable

If CMSEnableCommand() fails, the method assigns following values to FA_errno:

647
CMSOBJECT
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_CMSBadSessio The client specified an invalid session ID.


nId
Constants.FE_CMSBadObjectI The client specified an invalid cms object ID.
d
Constants.FE_CMSBadComm The client specified an invalid command ID.
andId

CMSDisableCommand()
Description
Disables the specified CMS command in the context menu of the CMS tree within FrameMaker.

Returns
void

Syntax
CMSDisableCommand (cmsSessionId, objectId, commandId);

Parameters

Data
Parameter name Type Optional Description

cmsSessionId int No The ID of the CMS Session


cmsObjectId int No The ID of the CMS Object
commandId int No The command to disable

If CMSDisableCommand() fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_CMSBadSessio The client specified an invalid session ID.


nId
Constants.FE_CMSBadObjectI The client specified an invalid cms object ID.
d

648
CMSOBJECT
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_CMSBadComm The client specified an invalid command ID.


andId

CMSShowCheckoutUI()
Description
Displays the checkout dialog for a CMS object

Returns
bool

Syntax
CMSShowCheckoutUI (sessionId, objectId, hideUiItems);

Parameters

Data
Parameter name Type Optional Description

sessionId int No The ID of the CMS session


objectId int No The ID of the CMS Object
hideUiItems int No Parameter to customize the checkout dialog.
It can take the values from
CMSCustomizeCheckoutUI enum

Enum constants used to customize CMS Object's Checkout user interface.


The possible values of the hideUiItems field are

Value for flags Meaning

FV_CMSCheckoutUI_Id_Sho Flag to hide “Show dependents” checkbox


wDependents

If CMSShowCheckoutUI() fails, the method assigns following values to FA_errno:

649
CMSOBJECT
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_CMSBadSessio The client specified an invalid session ID


nId
Constants.FE_CMSBadObjectI The client specified an invalid cms object ID
d
Constants.FE_BadParameter The function call specified an invalid parameter.

CMSShowCheckinUI()
Description
Displays the checkin dialog for a CMS object

Returns
bool

Syntax
CMSShowCheckinUI (sessionId, objectId, hideUiItems);

Parameters

Data
Parameter name Type Optional Description

sessionId int No The ID of the CMS session


objectId int No The ID of the CMS Object
hideUiItems int No Parameter to customize the checkout dialog.
It can take the values from
CMSCustomizeCheckinUI enum

Enum constants used to customize CMS Object's Checkin user interface.


The possible values of the hideUiItems field are

hideUiItems constants Reason

Constants.FV_CMSCheckinUI Flag to hide “Major version” radio button


_Id_MajorVersion

650
CMSOBJECT
CHAPTER 6 FUNCTION SUMMARY

hideUiItems constants Reason


Constants.FV_CMSCheckinUI Flag to hide “Version Label” text field
_Id_VersionLabel
Constants.FV_CMSCheckinUI Flag to hide “Description” text field
_Id_Description
Constants.FV_CMSCheckinUI Flag to hide “Checkin comment” text field
_Id_CheckinComment
Constants.FV_CMSCheckinUI Flag to hide “Make this current version” checkbox
_Id_MakeThisCurrentVersion

If CMSShowCheckinUI() fails, the method assigns following values to FA_errno:

Error Reason
Constants.FE_CMSBadSessio The client specified an invalid session ID
nId
Constants.FE_CMSBadObjectI The client specified an invalid cms object ID
d
Constants.FE_BadParameter The function call specified an invalid parameter.

CMSShowCancelCheckoutUI()
Description
Displays the Cancel Check out dialog for a CMS object

Returns
void

Syntax
CMSShowCancelCheckoutUI (sessionId, objectId);

Parameters

Data
Parameter name Type Optional Description

cmsSessionId int No The ID of the CMS session


cmsObjectId int No The ID of the CMS object

651
CMSOBJECT
CHAPTER 6 FUNCTION SUMMARY

If CMSShowCancelCheckoutUI() fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_CMSBadSessio The client specified an invalid session ID


nId
Constants.FE_CMSBadObjectI The client specified an invalid cms object ID
d

CMSShowDeleteUI()
Description
Displays the Delete dialog for a CMS object

Returns
CMSDeleteParam

Syntax
CMSShowDeleteUI (F_ObjHandleT cmsSessionId, objectId, T hideUiItems);

Parameters

Data
Parameter name Type Optional Description

sessionId int No The ID of the CMS session


objectId int No The ID of the CMS Object
hideUiItems int No Parameter to customize the delete dialog. It
can take the values from
CMSCustomizeDeleteUI enum

Enum constants used to customize CMS Object's Delete user interface.


The user can specify one or more of the following flag constants (using the OR expression for multiple
flags) into the hideUiItems field:

Value for flags Meaning

Constants.FV_CMSDeleteUI_ Flag to hide “Delete all the version of a file” checkbox


DeleteAllVersion

652
CMSOBJECT
CHAPTER 6 FUNCTION SUMMARY

Value for flags Meaning

Constants.FV_CMSDeleteUI_ Flag to hide “Delete all the dependents of a file” checkbox


DeleteAllDependents

If CMSShowDeleteUI() fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_CMSBadSessio The client specified an invalid session ID


nId
Constants.FE_CMSBadObjectI The client specified an invalid cms object ID
d
Constants.FE_BadParameter The function call specified an invalid parameter.

CMSShowCommonListUI()
Description
Displays the list-based dialogs such as “Show Version”, “Show Checked out files”, “Show dependents”
and “Show result”. These items are fetched using the CMSGetItems CMS command.

Returns
bool

Syntax
CMSShowCommonListUI (cmsSessionId, objectId, commandId, title,
columnProperties);

Parameters

Data
Parameter name Type Optional Description

cmsSessionId int No The ID of the CMS Session


cmsObjectId int No The ID of the CMS Object
commandId int No The ID of the CMS command
title int No The Title of the Show Dialog
columnProperties int No Properties Columns to show

653
CMSOBJECT
CHAPTER 6 FUNCTION SUMMARY

If CMSShowCommonListUI() fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_CMSBadSessio The client specified an invalid session ID.


nId
Constants.FE_CMSBadObjectI The client specified an invalid cms object ID.
d
Constants.FE_CMSBadComm The client specified an invalid command ID.
andId
Constants.FE_BadParameter The function call specified an invalid parameter.

CMSShowPropertyUI()
Description
Displays the Property dialog for a CMS object

Returns
CMSProperties

Syntax
CMSShowPropertyUI ( cmsSessionId, objectId, props);

Parameters

Data
Parameter name Type Optional Description
cmsSessionId int No The ID of the CMS Session
cmsObjectId int No The ID of the CMS Object
props int No CMSPropertiesT structure specifies a set of
CMS object propeties. Set NULL if user wants
to show default properties

If CMSShowPropertyUI() fails, the method assigns following values to FA_errno:

654
CMSOBJECT
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_CMSBadSessio The client specified an invalid session ID


nId
Constants.FE_CMSBadObjectI The client specified an invalid cms object ID
d
Constants.FE_BadParameter The function call specified an invalid parameter.

CMSShowPropertyUIWithTitle
Description
Displays the Property dialog for a CMS object with a specified title.

Returns
CMSProperties

Syntax
CMSShowPropertyUIWithTitle ( cmsSessionId, objectId, props, title);

Parameters

Data
Parameter name Type Optional Description

cmsSessionId int No The ID of the CMS Session


cmsObjectId int No The ID of the CMS Object
props int No CMSPropertiesT structure specifies a set of
CMS object propeties. Set NULL if user wants
to show default properties
title string No Title of the dialog box

If CMSShowPropertyUIWithTitle fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_CMSBadSessio The client specified an invalid session ID


nId

655
CMSREGISTRATION
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_CMSBadObjectI The client specified an invalid cms object ID


d
Constants.FE_BadParameter The function call specified an invalid parameter.

CMSRegistration

CMSGetCMSInfo()
Description
Gets the CMS information for a particular CMS registration id.

Returns
CMSInfo

Syntax
CMSGetCMSInfo (cmsId);

Parameters

Data
Parameter name Type Optional Description

cmsId int No The registration ID of the CMS

If CMSGetCMSInfo() fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_BadParameter The function call specified an invalid parameter.

CMSConfigLoginUI()
Description
Configures the CMS Connector Manager dialogs within the FrameMaker interface

Returns
void

656
CMSSESSION
CHAPTER 6 FUNCTION SUMMARY

Syntax
CMSConfigLoginUI (cmsId, userFields, userLoginUI);

Parameters

Data
Parameter name Type Optional Description

cmsId int No The ID of the CMS


userFields int No Optional user fields with strings. User can add
upto two user fields.
userLoginUI int No 1 if user want to impement his own custom
connection manager dialog

If CMSConfigLoginUI() fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_BadParameter The function call specified an invalid parameter.

CMSSession

CMSLogout()
Description
Logs out the user from a particular CMS connection

Returns
void

Syntax
CMSLogout(cmsSessionId);

Parameters

Data
Parameter name Type Optional Description

cmsSessionId int No The ID of the CMS session

657
CMSSESSION
CHAPTER 6 FUNCTION SUMMARY

If CMSLogout() fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_CMSFailedLogo Failed to log out of the CMS


ut

GetCMSObjectFromPath()
Description
Gets CMS object from a URL path

Returns
CMS Object

Syntax
GetCMSObjectFromPath (cmsSessionId, urlPath)

Parameters

Data
Parameter name Type Optional Description

cmsSessionId int No The ID of the CMS Session


urlPath int No The url pathname of the file or folder

If GetCMSObjectFromPath() fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_CMSFailedGetIt Failed to get the CMS object from the specified path
emFrompath

CMSShowBrowseRepositoryUI
Description
Displays repository browser dialog based on flag “showContainerOnly”

Returns
CMS Object

658
CMSSESSION
CHAPTER 6 FUNCTION SUMMARY

Syntax
CMSShowBrowseRepositoryUI (cmsSessionId,showContainerOnly);

Parameters

Data
Parameter name Type Optional Description

cmsSessionId int No The ID of the CMS session


showContainerOnly int No 1 if only container item is shown 0 if all items
are shown

CMSCreateObject
Description
Creates a CMS object.

Returns
CMS Object

Syntax
CMSCreateObject (cmsSessionId);

Parameters

Data
Parameter name Type Optional Description
cmsSessionId int No The ID of the CMS session

If CMSCreateObject() fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_CMSBadSessio The client specified an invalid session ID.


nId
Constants.FE_CMSObjectCre Method failed to create a cms object.
ationFailed

659
COLOR
CHAPTER 6 FUNCTION SUMMARY

CMSGetCmsIdFromSession
Description
Gets the CMS registration id from CMS Session id

Returns
CMS Object

Syntax
F_ApiCMSGetCmsIdFromSession (cmsSessionId);

Parameters

Data
Parameter name Type Optional Description

cmsSessionId int No The ID of the CMS session

If CMSGetCmsIdFromSession() fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_CMSBadSessio The client specified an invalid session ID


nId

Color

Delete
Description
Deletes the specified color object.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

660
COLOR
CHAPTER 6 FUNCTION SUMMARY

GetProps
Description
Retrieves the properties of the specified color object.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the value of the property for the color object.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description
setVal PropVal No The value of the property to be set.
s

ObjectValid
Description
Determines whether a color object is valid. Returns 1 if the Color object is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

661
COMBINEDFONT
CHAPTER 6 FUNCTION SUMMARY

Returns
int

Syntax
ObjectValid()

CombinedFont

CombinedFont
Description
CombinedFont specifies a set of font characteristics for a combined font. The combinedFont field
specifies a CombinedFont object. From this object you can get information about the combined font
such as the base and Western font families, or the combined font name.

Returns
CombinedFont

Syntax
CombinedFont(combinedFont, variation, weight, angle)

Parameters

Data
Parameter name Type Optional Description

combinedFont Combine No CombinedFont object.


dFontDe
fn
variation uint No Index of the font variation.
weight uint No Index of the font weight.
angle uint No Index of the font angle.

662
COMBINEDFONTDEFN
CHAPTER 6 FUNCTION SUMMARY

CombinedFontDefn

CombinedFamilyFonts
Description
Returns the permutations of angles, variations, and weights available for a specified combined font defi-
nition.
The method does not take any arguments.
The CombinedFamilyFonts() method returns a CombinedFonts object that provides a list of the
permutations of angles, variations, and weights available for the specified combined font definition.

Returns
CombinedFonts

Syntax
CombinedFamilyFonts()

Delete
Description
Deletes the specified CombinedFonts object.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetProps
Description
Retrieves the properties of the specified CombinedFonts object.
See GetProps under the AFrame class for more information.

Returns
PropVals

663
COMBINEDFONTDEFN
CHAPTER 6 FUNCTION SUMMARY

Syntax
GetProps()

SetProps
Description
Sets the value of the desired property of the CombinedFonts object.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The value of the property to be set.


s

ObjectValid
Description
Indicates whether a CombinedFonts object is valid. Returns 1 if the CombinedFonts object is valid, else
returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

664
COMBINEDFONTS
CHAPTER 6 FUNCTION SUMMARY

CombinedFonts
An Array of CombinedFont objects with integer indexing and a length property.

concat
Description
The original array is unchanged. If an array is provided as a parameter to concat(), each of its elements
are appended as separate array elements at the end of the new array. Returns a new array, the result of
concatenation the given values to the end of the original array.

Returns
CombinedFonts

Syntax
concat(value)

Parameters

Data
Parameter name Type Optional Description

value Combine No Can also be arrays.


dFonts

pop
Description
Removes the last element from the array.

Returns
CombinedFont

Syntax
pop()

push
Description
Returns the new length of the array.

665
COMMAND
CHAPTER 6 FUNCTION SUMMARY

Returns
number

Syntax
push(value)

Parameters

Data
Parameter name Type Optional Description

value Combine No The value to push into the array


dFont

Command

Delete
Description
Deletes the specified Command object.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetProps
Description
Retrieves the properties of the specified Command object.
See GetProps under the AFrame class for more information.

Returns
PropVals

666
COMMAND
CHAPTER 6 FUNCTION SUMMARY

Syntax
GetProps()

SetProps
Description
Sets the value of the specified Command property.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The value of the property to set.


s

ObjectValid
Description
Identifies whether a Command object is valid or not. Returns 1 if the Command object is valid, else
returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

667
COMPARERET
CHAPTER 6 FUNCTION SUMMARY

Delete
Description
Deletes the specified Command object.
The method does not take any arguments.
Call the Delete() method directly on the object to be deleted.

Returns
int

Syntax
Delete()

CompareRet

CompareRet
Description
CompareRet provides the results of a call to the Compare() method. The method returns a
CompareRet object with the summary and composite documents.

Returns
CompareRet

Syntax
CompareRet(sum, comp)

Parameters

Data
Parameter name Type Optional Description

sum Doc No Summary Document.


comp Doc No Composite Document.

668
CONDFMT
CHAPTER 6 FUNCTION SUMMARY

CondFmt

Delete
Description
Deletes the specified CondFmt object.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

DeleteCondTag
Description
Deletes a conditional tag from a document.

Returns
Status

Syntax
DeleteCondTag(docId, condTagId, action);

Parameters

Data
Parameter name Type Optional Description

docId int No The id of the document containing the


conditional tag to be deleted
condTagId int No The id of the conditional tag object (type:
FO_CondFmt) in the doc
action int No One of the following:
FF_UNTAGGED_ASK: Prompt the user
FF_UNTAGGED_UNCOND: Make text
unconditional
FF_UNTAGGED_DELETE: Delete text

669
CONDFMT
CHAPTER 6 FUNCTION SUMMARY

If DeleteCondTag() fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_ReadOnly Document is read only.


Constants.FE_BadValue Action is not one of the specified values
Constants.FE_Success Deletion was successful

GetProps
Description
Retrieves the properties of the specified CondFmt object.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the value of the specified CondFmt object property.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

670
DOC
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The value of the property to set.


s

ObjectValid
Description
Identifies whether a CondFmt object is valid or not. Returns 1 if the CondFmt object is valid, else returns
0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

Doc

AddText
Description
Inserts text into a paragraph or a text line.
The text you specify for text must use the FrameMaker character set. To add special characters, you must
specify octal (\) or hexadecimal (\x) sequences. The following table lists some of these sequences.

Special Character Hexadecimal Representation Octal Representation

> \x3e \76


“ (straight double quotation \x22 \42
mark)
“ (left double quotation \xd2 \322
mark)

671
DOC
CHAPTER 6 FUNCTION SUMMARY

Special Character Hexadecimal Representation Octal Representation

” (right double quotation \xd3 323


mark)

The method returns the location of the text that was added, on success. On failure, it sets one of the
following error numbers to FA_errno:

Error Reason

Constants.FE_BadDocId (-2) Invalid document.


Constants.FE_BadObjId (-3) Invalid Object.
Constants.FE_NotTextObject The object that textLoc specifies is not a paragraph (FO_Pgf) or a text
(-41) line (FO_TextLine).
Constants.FE_OffsetNotFoun The offset specified for the text location could not be found in the
d (-21) specified text object.
Constants.FE_ReadOnly (-6) The document is read only.
Constants.FE_BadSelectionFo The location that textLoc specifies is invalid. For example, it is inside a
rOperation (-59) variable or outside the highest level element in a structured
FrameMaker document.

Returns
TextLoc

Syntax
AddText(textLoc, text)

Parameters

Data
Parameter name Type Optional Description

textLoc TextLoc No The text location at which to add the text.


text string No The text to add.

CenterOnText
Description
Centers a range of text such that the middle of the text appears in the middle of the document window.

672
DOC
CHAPTER 6 FUNCTION SUMMARY

The method returns FE_Success if it succeeds. On failure, the method returns one of the following
values toFA_errno:

Error Reason

Constants.FE_BadDocId (-2) Invalid document.


Constants.FE_BadRange (-36) The specified text range is invalid.
Constants.FE_NotTextObject The object that textRange specifies is not a paragraph (FO_Pgf) or a
(-41) text line (FO_TextLine).
Constants.FE_OffsetNotFoun The offset specified for the text location could not be found in the
d (-21) specified paragraph or text line.

Returns
int

Syntax
CenterOnText(textRange)

Parameters

Data
Parameter name Type Optional Description

textRange TextRan No The range of text to center.


ge

Clear
Description
Deletes the current selection from a document.
If you specify 0 for flags, the method suppresses any interactive alerts or warnings that arise, leaves the
selected table cells empty, and deletes hidden text.
You can OR the following values into flags:

Flags Meaning

Constants.FF_INTERACTIVE (0x0001) Prompt the user with dialog or alert boxes that arise.
Constants.FF_CUT_TBL_CELLS (0x0002) Remove cleared table cells.

673
DOC
CHAPTER 6 FUNCTION SUMMARY

Flags Meaning
Constants.FF_VISIBLE_ONLY (0x0010) Clear only the visible portion of the selection.
Constants.FF_DONT_DELETE_HIDDEN_TEXT Do not delete hidden text.
(0x0004)

The Constants.FF_INTERACTIVE flag takes precedence over other flags. If you specify
Constants.FF_INTERACTIVE | Constants.FF_DONT_DELETE_HIDDEN_TEXT and the selec-
tion contains hidden text, then FrameMaker allows you to select whether to delete the hidden text or to
retain it.
The method returns FE_Success if it succeeds. On failure, the method returns one of the following
values to FA_errno:

Error Reason

Constants.FE_BadDocId (-2) Invalid document.


Constants.FE_BadSelectionForOperatio Current selection is invalid for this operation.
n (-59)
Constants.FE_Canceled (-44) The User or parameters canceled the operation.
Constants.FE_WrongProduct (-60) The current FrameMaker version does not support the
requested operation.

Returns
int

Syntax
Clear(flags)

Parameters

Data
Parameter name Type Optional Description

flags int No Bit field that specifies how to clear the text
and how to handle interactive alerts. For
default settings, specify 0.

674
DOC
CHAPTER 6 FUNCTION SUMMARY

ClearAllChangebars
Description
Clears all change bars from a specified document.
NOTE: The method performs the same function as clicking the Clear All Change Bars box in the Change Bars
dialog box.
The method returns FE_Success if it succeeds. On failure, the method returns one of the following
values to FA_errno:

Error Reason

Constants.FE_BadDocId (-2) Invalid document.


Constants.FE_WrongProduct The current FrameMaker version does not support the requested
(-60) operation.
Constants.FE_SystemError A system error occurred.
(-42)

Returns
int

Syntax
ClearAllChangebars()

Compare
Description
Compares two documents or two books.
You can OR the values shown in the following table into the flags argument.

Flags Meaning

Constants.FF_CMP_SUMMAR Generate a summary document, but not a composite document.


Y_ONLY (0x01)
Constants.FF_CMP_CHANGE_ Turn on change bars in the composite document.
BARS (0x02)
Constants.FF_CMP_HYPERLIN Put hypertext links in the summary document.
KS (0x04)

675
DOC
CHAPTER 6 FUNCTION SUMMARY

Flags Meaning
Constants.FF_CMP_SUMKIT Open the summary document.
(0x08)
Constants.FF_CMP_COMPKIT Open the composite document.
(0x10)

On success, the method returns a CompareRet structure containing the summary and composite docu-
ments detailing the changes found, if any.
On failure, the method returns one of the following values to FA_errno:

Error Reason

Constants.FE_BadDocId (-2) Invalid document.


Constants.FE_BadCompare Documents to be compared are not of the same type.
(-35)
Constants.FE_CompareTypes One of the files is not a FrameMaker document or book, or one file
(-34) is a book and the other is a document.
Constants.FE_WrongProduct The current FrameMaker version does not support the requested
(-60) operation.

Returns
CompareRet

Syntax
Compare(newerDoc, flags, insertCondTag, deleteCondTag, replaceText,
compareThreshold)

Parameters

Data
Parameter name Type Optional Description

newerDoc Doc No The newer version of the document to be


compared.
flags int No Bit flags that specify how to generate the
summary and composite documents. Specify
0 for the default flags.

676
DOC
CHAPTER 6 FUNCTION SUMMARY

Data
Parameter name Type Optional Description
insertCondTag string No The condition tag to apply to insertions
shown in the composite document. For no
insert condition tag, specify null.
deleteCondTag string No The condition tag to apply to deletions shown
in the composite document. For no delete
condition tag, specify null.
replaceText string No Text to appear in place of the deleted text. For
no replacement text, specify null.
compareThreshold int No Threshold expresses the percentage of words
that can change before paragraphs are
considered not equal. If two paragraphs are
equal, word differences between them are
shown within a paragraph in the composite
document.
If this value is set to zero, the compare
function uses the default value of 75.If not
zero, the function uses the setting in the
FrameMaker configuration files.

Copy
Description
Copies the current selection to the FrameMaker Clipboard.
If the value of the flags parameter is 0, the method suppresses any interactive alerts or warnings that
arise.
You can also OR the following values into flags:

Flags Meaning

Constants.FF_INTERACTIVE (0x0001) Prompt user with dialog or alert boxes that arise.
Constants.FF_STRIP_HYPERTEXT (0x0080) Do not copy any hypertext markers in the selection.
Constants.FF_VISIBLE_ONLY (0x0010) Copy only the visible portion of the selection.

The Constants.FF_INTERACTIVE (0x0001) flag takes precedence over other flags. If you specify
Constants.FF_INTERACTIVE (0x0001)| Constants.FF_VISIBLE_ONLY (0x0010) and
the selection is not visible, then FrameMaker allows the user to choose whether to copy the selection or
not.

677
DOC
CHAPTER 6 FUNCTION SUMMARY

The method returns FE_Success if it succeeds. On failure, the method returns one of the following
values to FA_errno:

Error Reason

Constants.FE_BadDocId (-2) Invalid document.


Constants.FE_WrongProduct (-60) The current FrameMaker version does not support the
requested operation
Constants.FE_BadSelectionForOperation The Selection doesn’t support the requested operation.
(-59)
Constants.FE_Canceled (-44) The User or parameters canceled the operation.
Constants.FE_BadOperation (-27) The parameters specified an invalid operation.

Returns
int

Syntax
Copy(flags)

Parameters

Data
Parameter name Type Optional Description

flags int No Bit field that specifies how to copy the text
and how to handle interactive alerts. For
default settings, specify 0.

Cut
Description
Cuts the current selection to the FrameMaker Clipboard.
If the value of the flags parameter is 0, the method suppresses any interactive alerts or warnings that
arise.
You can OR the following values into flags:

Flags Meaning

Constants.FF_INTERACTIVE (0x0001) Prompt user with dialog or alert boxes that arise.

678
DOC
CHAPTER 6 FUNCTION SUMMARY

Flags Meaning
Constants.FF_CUT_TBL_CELLS (0x0002) Remove cut table cells.
Constants.FF_VISIBLE_ONLY (0x0010) Cut only the visible portion of the selection.
Constants.FF_DONT_DELETE_HIDDEN_T Do not cut hidden text.
EXT (0x0004)

The Constants.FF_INTERACTIVE (0x0001) flag takes precedence over other flags. If you specify
Constants.FF_INTERACTIVE (0x0001)| Constants.FF_DONT_DELETE_HIDDEN_TEXT
(0x0004) and the selection contains hidden text, then FrameMaker allows the user to choose whether
to delete the hidden text or retain it.
The method returns FE_Success if it succeeds. On failure, the method returns one of the following
values to FA_errno:

Error Reason

Constants.FE_BadDocId (-2) Invalid document.


Constants.FE_WrongProduct (-60) The current FrameMaker version does not support the
requested operation
Constants.FE_BadSelectionForOperation The Selection doesn’t support the requested
(-59) operation.
Constants.FE_Canceled (-44) The User or parameters canceled the operation.
Constants.FE_BadOperation (-27) The parameters specified an invalid operation.

Returns
int

Syntax
Cut(flags)

Parameters

Data
Parameter name Type Optional Description

flags int No Bit field that specifies how to cut the text and
how to handle interactive alerts. For default
settings, specify 0.

679
DOC
CHAPTER 6 FUNCTION SUMMARY

DeleteText
Description
Deletes a specified text range from a document.
The method returns FE_Success if it succeeds. On failure, the method returns one of the following
values to FA_errno:

Error Reason

Constants.FE_BadDelete (-17) Specified text could not be deleted.


Constants.FE_BadDocId (-2) Invalid document.
Constants.FE_BadObjId (-3) Invalid Object
Constants.FE_BadRange (-36) Specified text range is invalid.
Constants.FE_NotTextObject (-41) Object specified for the text range is not an object that
contains text, for example, a text frame (FO_TextFrame), a
paragraph (FO_Pgf) or a text line (FO_TextLine).
Constants.FE_BadSelectionForOperati Selection is within a locked text range.
on (-59)

Returns
int

Syntax
DeleteText(textRange)

Parameters

Data
Parameter name Type Optional Description

textRange TextRan No The text range to delete.


ge

DemoteElement
Description
Demotes the selected structural element or elements. The element becomes a child of the sibling
element before it.

680
DOC
CHAPTER 6 FUNCTION SUMMARY

NOTE: At least one structural element must be selected in the document, before calling DemoteElement().

The method does not return anything on success.


On failure, the method returns one of the following values toFA_errno:

Error Reason

Constants.FE_WrongProduct (-60) The current FrameMaker version does not support the
requested operation
Constants.FE_BadDocId (-2) Invalid document.
Constants.FE_BadSelectionForOpe Current text selection is invalid for this operation.
ration (-59)

Returns
Void

Syntax
DemoteElement()

GetTextForRange
Description
Gets the text for a specified text range.
Call the method on the document as follows:
document.GetTextForRange()
You can OR the following constants into the flags parameter, to retrieve various text items:

Text Item Type Text Item Represents Text Item Data

Constants.FTI_CharPro A change in the text Flags indicating which properties have


psChange properties changed (see the following table).
(0x00200000)
Constants.FTI_Element The beginning of a container FO_Element
Begin (0x00080000) structural element
Constants.FTI_Element The end of a container FO_Element
End (0x00100000) structural element
Constants.FTI_ElemPre The beginning of an FO_Element
fixBegin (0x08000000) element’s prefix

681
DOC
CHAPTER 6 FUNCTION SUMMARY

Text Item Type Text Item Represents Text Item Data

Constants.FTI_ElemPre The end of an element’s FO_Element


fixEnd (0x10000000) prefix
Constants.FTI_ElemSuf The beginning of an FO_Element
fixBegin (0x20000000) element’s suffix
Constants.FTI_ElemSuf The end of an element’s FO_Element
fixEnd (0x40000000) suffix
Constants.FTI_FlowBeg The beginning of a flow FO_Flow
in (0x00000020)
Constants.FTI_FlowEnd The end of a flow FO_Flow
(0x00000040)
Constants.FTI_FnAnch A footnote FO_Fn
or (0x00001000)
Constants.FTI_FrameA An anchored frame FO_AFrame
nchor (0x00000800)
Constants.FTI_LineBegi The beginning of a line -
n (0x00000002)
Constants.FTI_LineEnd The end of a line and the line If the line end is a normal line end, the
(0x00000004) end type value is 0;
if it is a forced line end, the
FTI_HardLineEnd flag is set;
if it is a hyphen line end, the
FTI_HyphenLineEnd flag is set
Constants.FTI_MarkerA A Marker FO_Marker
nchor (0x00004000)
Constants.FTI_PageBeg The beginning of a page FO_Page
in (0x00000080)
Constants.FTI_PageEnd The end of a page FO_Page
(0x00000100)
Constants.FTI_PgfBegi The beginning of a paragraph FO_Pgf
n (0x00000008)
Constants.FTI_PgfEnd The end of a paragraph FO_Pgf
(0x00000010)
Constants.FTI_String A string of characters with A character string
(0x00000001) the same condition and
character format.

682
DOC
CHAPTER 6 FUNCTION SUMMARY

Text Item Type Text Item Represents Text Item Data


Constants.FTI_SubColB The beginning of a column FO_SubCol
egin (0x00000200)
Constants.FTI_SubColE The end of a column FO_SubCol
nd (0x00000400)
Constants.FTI_TblAnch A Table FO_Tbl
or (0x00002000)
Constants.FTI_TextFra The beginning of a text frame FO_TextFrame
meBegin (0x00400000)
Constants.FTI_TextFra The end of a text frame FO_TextFrame
meEnd (0x00800000)
Constants.FTI_TextInse The beginning of a text inset FO_TiApiClient, FO_TiFlow, FO_TiText, or
tBegin (0x02000000) FO_TiTextTable
Constants.FTI_TextInse The end of a text inset FO_TiApiClient, FO_TiFlow, FO_TiText, or
tEnd (0x04000000) FO_TiTextTable
Constants.FTI_TextObjI The object to which the FO_Pgf or FO_TextLine
d (0x01000000) offsets of all the text items
are relative
Constants.FTI_VarBegi The beginning of a variable FO_Var
n (0x00020000)
Constants.FTI_VarEnd The end of a variable FO_Var
(0x00040000)
Constants.FTI_XRefBeg The beginning of a FO_XRef
in (0x00008000) cross-reference
Constants.FTI_XRefEnd The end of a cross-reference FO_XRef
(0x00010000)

The following table lists the flags for FTI_CharPropsChange. These flags indicate which properties
have changed.

Flags Meaning

Constants.FTF_ALL OR of all the flags


(0xFFFFFE03)
Constants.FTF_ANGLE The font angle has changed.
(0x10000000)

683
DOC
CHAPTER 6 FUNCTION SUMMARY

Flags Meaning

Constants.FTF_CAPITAL The capitalization has changed.


IZATION
(0x000040000)
Constants.FTF_CHANG The change bars have changed.
EBAR (0x01000000)
Constants.FTF_CHARTA The Character Catalog format has changed.
G (0x00008000)
Constants.FTF_COLOR The color has changed.
(0x00010000)
Constants.FTF_CONDIT The condition tag has changed.
IONTAG (0x00000001)
Constants.FTF_ENCODI The text encoding has changed,
NG (0x00000200)
Constants.FTF_FAMILY The font family has changed.
(0x80000000)
Constants.FTF_IIF An internal flag having to do with Asian text. input. If there is a non-zero
(0x00000002) value for this flag, a front-end processor is controlling that text and you
should not modify the associated text item.
Constants.FTF_KERNX The kern-x characteristic has changed.
(0x00080000)
Constants.FTF_KERNY The kern-x characteristic has changed.
(0x00040000)
Constants.FTF_LANGU Character language has changed.
AGE (0x00000800)
Constants.FTF_OUTLIN The outline characteristic has changed.
E (0x00800000)
Constants.FTF_OVERLI The overline characteristic has changed.
NE (0x02000000)
Constants.FTF_PAIRKE The pair kerning has changed.
RN (0x00200000)
Constants.FTF_POSITIO The character position has changed.
N (0x00002000)
Constants.FTF_SHADO The shadow characteristic has changed.
W (0x00400000)

684
DOC
CHAPTER 6 FUNCTION SUMMARY

Flags Meaning
Constants.FTF_SIZE The font size has changed.
(0x00100000)
Constants.FTF_SPREAD The font spread has changed.
(0x00020000)
Constants.FTF_STRETC The font stretch value has changed.
H (0x00001000)
Constants.FTF_STRIKET The strikethrough characteristic has changed.
HROUGH (0x04000000)
Constants.FTF_TSUME The Tsume setting has changed.
(0x00000400)
Constants.FTF_UNDER The underlining has changed.
LINING (0x08000000)
Constants.FTF_VARIATI The font variation has changed.
ON (0x40000000)
Constants.FTF_WEIGH The font weight has changed.
T (0x20000000)

On success, the method returns a TextItems structure containing the array of text items of the
requested types.
On failure, the method sets the len field of the returned TextItems structure to 0, and returns one of
the following values toFA_errno:

Error Reason

Constants.FE_BadDocId (-2) Invalid document.


Constants.FE_BadObjId (-3) Invalid Object
Constants.FE_NotTextObject Object specified for the text range is not an object that contains text.
(-41)
Constants.FE_BadRange (-36) Specified text range is invalid.
Constants.FE_OffsetNotFoun Offset specified for the text location could not be found in the
d (-21) specified paragraph or text line.

NOTE: The returned TextItems structure references memory that is allocated by the method. Use the Deal-
locateTextItems() method to free this memory when you are done with using it.

685
DOC
CHAPTER 6 FUNCTION SUMMARY

Returns
TextItems

Syntax
GetTextForRange(tr, flags)

Parameters

Data
Parameter name Type Optional Description

tr TextRan No The text range containing the text you want


ge to get.
flags int No Bit flags that specify the type of text items to
retrieve. To get specific types of text items,
OR the constants that represent them (for
example, FTI_FlowBegin and FTI_String) into
flags. To get all types of text items, specify -1.

GetTextForRange2
Description
Gets the text for a specified text range.
You can OR the same flags as in the GetTextForRange() method, for the flags parameter.
On success, the method returns a TextItems structure containing the array of text items of the
requested types.
On failure, the method sets the len field of the returned TextItems structure to 0, and returns one of
the following values toFA_errno:

Error Reason

Constants.FE_BadDocId (-2) Invalid document.


Constants.FE_BadObjId (-3) Invalid Object
Constants.FE_NotTextObject Object specified for the text range is not an object that contains text.
(-41)
Constants.FE_BadRange (-36) Specified text range is invalid.
Constants.FE_OffsetNotFoun Offset specified for the text location could not be found in the
d (-21) specified paragraph or text line.

686
DOC
CHAPTER 6 FUNCTION SUMMARY

NOTE: The returned TextItems structure references memory that is allocated by the method. Use the Deal-
locateTextItems() method to free this memory when you are done with using it.

Returns
TextItems

Syntax
GetTextForRange2(tr, flags, flags2)

Parameters

Data
Parameter name Type Optional Description

tr TextRan No The text range containing the text you want


ge to get.
flags int No Bit flags for the base set text item types that
of text items to retrieve.
flags2 int No Bit flags for the extended set of text item
types that specify the type of text items to
retrieve. To get specific types of text items
from the extended set, OR the constants that
represent them (for example, use a bitwise
OR to combine FTI2_RubiTextBegin and
FTI2_RubiTextEnd) into flags2.
To get all types of the extended set of text
items, specify -1.

GetTextProps
Description
Gets the text properties (such as the format tag, font family and size, and conditions) for a location in
text.
As the text properties can be different for each character, you can only get the text properties for an indi-
vidual location in the text.
On success, the method returns a PropVals structure with the text property list for the specified loca-
tion.
On failure, the method sets the len field of the returned PropVals structure to 0, and returns one of
the following values toFA_errno:

687
DOC
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_BadDocId Invalid document.


(-2)
Constants.FE_BadObjId (-3) Invalid Object
Constants.FE_NotTextObje Object specified for the text range is not an object that contains text.
ct (-41)
Constants.FE_OffsetNotFou Offset specified for the text location could not be found in the specified
nd (-21) paragraph or text line.
Constants.FE_WrongProdu The current FrameMaker version does not support the requested
ct (-60) operation

Returns
PropVals

Syntax
GetTextProps(textLoc)

Parameters

Data
Parameter name Type Optional Description

textLoc TextLoc No The text location of the character that you


want to get text properties for. The returned
properties are the properties that apply to
the character to the right of the specified
location.

GetTextPropVal
Description
Gets a text property (such as the format tag, font family and size, or conditions) for a location in text.
As a text property can be different for each character, you can get the property for only one location in
text at a time.
On success, the method returns a PropVal structure with the details of the specified property.On
failure, the method returns one of the following values to FA_errno:

688
DOC
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_BadDocId Invalid document.


(-2)
Constants.FE_BadObjId Invalid Object
(-3)
Constants.FE_BadPropNu Specified property number is invalid.
m (-4)
Constants.FE_BadPropTyp Incorrect property type for this function.
e (-5)
Constants.FE_WrongProd The current FrameMaker version does not support the requested
uct (-60) operation

Returns
PropVal

Syntax
GetTextPropVal(textLoc, propNum)

Parameters

Data
Parameter name Type Optional Description

textLoc TextLoc No The text location of the character for which


you want to get the the text property. The
returned property applies to the character to
the right of this location.
propNum int No The property to query. Specify a constant,
such as FontFamily.

NOTE: The returned PropVal structure references memory that is allocated by the method. Use the Deal-
locatePropVal() method to free this memory when you are done with using it.

GetTextVal
Description
Gets the value of a specified text property, which can be of any type.

689
DOC
CHAPTER 6 FUNCTION SUMMARY

On success, the method returns a TypedVal structure containing the value of the specified property.On
failure, the method returns one of the following values to FA_errno:

Error Reason

Constants.FE_BadDocId (-2) Invalid document.


Constants.FE_BadObjId (-3) Invalid Object
Constants.FE_BadPropNum Specified property number is invalid.
(-4)
Constants.FE_BadPropType Incorrect property type for this function.
(-5)
Constants.FE_NotTextObject Object specified for the text location is not an object that contains
(-41) text.
Constants.FE_OffsetNotFoun Offset specified for the text location could not be found in the
d (-21) specified paragraph or text line.
Constants.FE_WrongProduct The current FrameMaker version does not support the requested
(-60) operation

Returns
TypedVal

Syntax
GetTextVal(textLoc, propNum)

Parameters

Data
Parameter name Type Optional Description

textLoc TextLoc No The text location of the character for which


you want to get the text property. The
returned property applies to the character to
the right of this location.
propNum int No The property to query. Specify a constant,
such as FontFamily.

690
DOC
CHAPTER 6 FUNCTION SUMMARY

HypertextCommand
Description
Simulates a user-invoked hypertext command.
NOTE: Calling the HypertextCommand() method has the same effect as a user clicking on a hypertext
marker containing the specified text.
IMPORTANT: Ensure that you do not include any hypertext command in your custom menus. Because the
hypertext commands can only be executed in the View Only mode, and in the View Only mode, the
custom menus are not visible.
The method returns FE_Success on success.
On failure, the method returns the following value to FA_errno:

Error Reason

Constants.FE_BadDocId Invalid document.


(-2)

Returns
int

Syntax
HypertextCommand(hypertext)

Parameters

Data
Parameter name Type Optional Description

hypertext string No A hypertext command to execute, such as


gotolink orpreviouslink.You can
specify any command that is valid in a
hypertext marker in the document.

MergeIntoFirst
Description
Merges the selected structural elements into the first element in the selection.
NOTE: At least two structural elements must be selected in the document before calling the MergeInto-
First() method.

691
DOC
CHAPTER 6 FUNCTION SUMMARY

On success, the method does not return any value.


On failure, the method returns one of the following values to FA_errno:

Error Reason

Constants.FE_WrongProduct (-60) The current FrameMaker version does not support the
requested operation
Constants.FE_BadDocId (-2) Invalid document.
Constants.FE_BadSelectionForOperati Current text selection is invalid for this operation.
on (-59)

Returns
Void

Syntax
MergeIntoFirst()

MergeIntoLast
Description
Merges the selected structural elements into the last element in the selection.
NOTE: At least two structural elements must be selected in the document before calling the MergeInto-
Last() method.
On success, the method does not return any value.
On failure, the method returns one of the following values to FA_errno:

Error Reason

Constants.FE_WrongProduct (-60) The current FrameMaker version does not support the
requested operation
Constants.FE_BadDocId (-2) Invalid document.
Constants.FE_BadSelectionForOperati Current text selection is invalid for this operation.
on (-59)

Returns
Void

692
DOC
CHAPTER 6 FUNCTION SUMMARY

Syntax
MergeIntoLast()

NewTable
Description
Inserts a table (FO_Tbl object).
When you create a table in the user interface, you can specify a Table Catalog format for the table.
FrameMaker uses the following properties of the Table Catalog format as the defaults for the new table:
• Number of body rows (TblInitNumBodyRows)
• Number of columns (TblInitNumCols)
• Number of footer rows (TblInitNumFRows)
• Number of header rows (TblInitNumHRows)
• Paragraph formats for header, body, and footer cells
For example, if the Table Catalog format’s TblInitNumCols property is set to 8, the NumCols prop-
erty of the new table is set to 8.With the NewTable() method, you can use the Table Catalog format
properties as defaults for the number of rows and columns in a new table, or you can provide your own
defaults. After you have create a table, you can add or remove rows with the AddRows() and
DeleteRows() methods. You can add or remove columns with the AddCols() and DeleteCols()
methods. If you use theNewTable() method to create a table in a structured FrameMaker document,
FrameMaker applies default element tags, such as Table, Row, and Cell, to the table element and its child
elements. To make these elements valid, you must add code to change their tags. In most cases it is
easier to add tables to structured documents by calling the NewElementInHierarchy() or
NewElement() methods to add a table element.
On success, the method returns the newly added table.
On failure, the method returns one of the following values to FA_errno:

Error Reason
Constants.FE_BadDocId Invalid document.
(-2)
Constants.FE_BadObjId (-3) Invalid Object
Constants.FE_NotTextObje Object specified for the text location is not a paragraph (FO_Pgf).
ct (-41)
Constants.FE_OffsetNotFou Offset specified for the text location could not be found in the specified
nd (-21) paragraph or text line.
Constants.FE_BadOperatio Function call specified an illegal operation.
n (-27)

693
DOC
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_BadNew Table cannot be created; the format specified by format may not exist
(-23) or the text location specified by textLoc is in a table or a footnote.

Returns
Tbl

Syntax
NewTable(format, numCols, numBodyRows, numHeaderRows, numFooterRows,
textLoc)

Parameters

Data
Parameter name Type Optional Description

format string No The table format tag (for example, FormatA


or Wide Table). To use the default format,
specify NULL.
numCols int No The number of columns in the table. To use
the default number of columns from the
Table Catalog format, specify -1.
numBodyRows int No The number of rows in the table. To use the
default number of body rows from the Table
Catalog format, specify -1.
numHeaderRows int No The number of heading rows in the table. To
use the default number of header rows from
the Table Catalog format, specify -1.
numFooterRows int No The number of footing rows in the table. To
use the default number of footer rows from
the Table Catalog format, specify -1.
textLoc TextLoc No The location at which to insert the new table.
The location cannot be within a footnote or a
table.

694
DOC
CHAPTER 6 FUNCTION SUMMARY

Paste
Description
Pastes the contents of the FrameMaker Clipboard into a specified document at the insertion point.
Cutting and Pasting objects causes FrameMaker to create an ID for the pasted object.
Specifying a value of 0 for the flags parameter, causes the Paste() method to suppress any interactive
alerts or warnings that arise. In addition, the method inserts columns to the left of the current columns
and rows above the current row.
You can OR the following values into flags:

Flags Meaning

Constants.FF_INTERACTIVE (0x0001) Prompt the user with dialog or alert boxes that arise.
Constants.FF_VISIBLE_ONLY (0x0010) Cut only the visible portion of the selection.
Constants.FF_DONT_DELETE_HIDDEN_ Do not replace hidden text.
TEXT (0x0004)
Constants.FF_DONT_APPLY_ALL_ROW Do no’t apply condition setting on the Clipboard to all rows.
S (0x0040) If whole table is selected and the Clipboard contains
condition setting, cancel the paste operation.
Constants.FF_REPLACE_CELLS Replace selected cells with cells on the Clipboard.
(0x0020)
Constants.FF_INSERT_BELOW_RIGHT Add columns to the right of the current column or below
(0x0008) the current row.

When you use the Paste() method to paste table cells into a table, it does not work exactly like the
interactive Paste command.
The interactive Paste command automatically overwrites cells if the Clipboard contains less than an
entire row or column. For example, if the insertion point is in a three-column table and the Clipboard
contains a single cell, the interactive Paste command overwrites the cell containing the insertion point
with the cell on the Clipboard.
If two cells in the table are selected, the interactive Paste command overwrites both of them with the
cell on the Clipboard.
By default, the Paste() method does not overwrite any cells. If the Clipboard contains less than an
entire row or column when you call Paste(), or if the current selection is less than an entire row, the
Paste() method does nothing and returns Constants.FE_BadSelectionForOperation
(-59).The method ensures that you do not inadvertently overwrite any cells.
To make the Paste() method replace cells with the Clipboard contents, you must call it with the
Constants.FF_REPLACE_CELLS (0x0020) flag set. The Constants.FF_INTERACTIVE
(0x0001) flag takes precedence over other flags.

695
DOC
CHAPTER 6 FUNCTION SUMMARY

If you specify Constants.FF_INTERACTIVE (0x0001)|Constants.


FF_DONT_DELETE_HIDDEN_TEXT (0x0004) and the selection contains hidden text, FrameMaker
prompts the user, and allows the user to choose whether to delete the hidden text or retain it.
It is illegal to specify Constants.FF_REPLACE_CELLS (0x0020)|
Constants.FF_INSERT_BELOW_RIGHT (0x0008).
The method returns FE_Success on success.
On failure, the method returns one of the following values to FA_errno:

Error Reason

Constants.FE_BadOperation (-27) Function call specified an illegal operation.


Constants.FE_BadDocId (-2) Invalid document.
Constants.FE_BadSelectionForOpe Current text selection is invalid for this operation.
ration (-59)
Constants.FE_Canceled (-44) User canceled the operation.

Returns
int

Syntax
Paste(flags)

Parameters

Data
Parameter name Type Optional Description

flags int No Bit field that specifies how to paste the text
and how to handle interactive alerts. For
default settings, specify 0.

PromoteElement
Description
Promotes the selected structural element. The selected element becomes a sibling of its former parent
and appears immediately after its former parent. The siblings that follow it become the element’s chil-
dren.
NOTE: One structural element must be selected when the PromoteElement() method is called. The selected
element cannot be the root element or a child of the root element.

696
DOC
CHAPTER 6 FUNCTION SUMMARY

The method does not return anything on success.


On failure, the method returns one of the following values to FA_errno:

Error Reason

Constants.FE_WrongProduct (-60) The current FrameMaker version does not support the
requested operation
Constants.FE_BadDocId (-2) Invalid document.
Constants.FE_BadSelectionForOperati Current text selection is invalid for this operation.
on (-59)

Returns
Void

Syntax
PromoteElement()

QuickSelect
Description
Implements a quick-key interface that allows the user to choose a string from a list of strings in the docu-
ment Tag area.
The QuickSelect() method highlights the document Tag area and displays a prompt and the first
string in a specified list of strings.
The user can display a string in the Tag area by typing the first few letters of the string. The user can also
scroll through the strings by pressing the up and down arrow keys.
To choose a string, the user presses Return when the string appears in the Tag area. To cancel the choice,
the user clicks in the document without pressing Return.
On success, the method returns an index into the array of strings specified by stringlist or -1 if the user
cancels the quick selection.
On failure, the method returns one of the following values to FA_errno:

Error Reason

Constants.FE_Transport A transport error occurred.


(-1)
Constants.FE_BadDocId Invalid document.
(-2)

697
DOC
CHAPTER 6 FUNCTION SUMMARY

Returns
int

Syntax
QuickSelect(prompt, stringlist)

Parameters

Data
Parameter name Type Optional Description

prompt string No The prompt that appears in the Tag area


stringlist Strings No The list of strings from which the user can
choose

Redisplay
Description
Updates the display for a specified document to reflect any changes that occurred when the
Displaying property was set to False. If you have set the Displaying property to False and
subsequently reset it to True, you should call the Redisplay() method to redisplay each document
you modified.
The method returns FE_Success on success. On failure, the method returns the following value to
FA_errno:

Error Reason

Constants.FE_BadDocI Invalid document.


d (-2)

Returns
int

Syntax
Redisplay()

698
DOC
CHAPTER 6 FUNCTION SUMMARY

Reformat
Description
Reformats the specified document. If you have disabled and subsequently re-enabled reformatting by
setting the session property, Reformatting to True, you should call the Reformat() method to
reformat each changed document in the session.
The method returns FE_Success on success. On failure, the method returns the following value to
FA_errno:

Error Reason

Constants.FE_BadDocI Invalid document.


d (-2)

Returns
int

Syntax
Reformat()

Rehyphenate
Description
Rehyphenates a specified document based on changes the user has made to words’ hyphenation points.
The method returns FE_Success on success. On failure, the method returns one of the following values
to FA_errno:

Error Reason

Constants.FE_BadDocId (-2) Invalid document.


Constants.FE_WrongProduct Current FrameMaker version does not support this operation.
(-60)
Constants.FE_SystemError Could not allocate memory.
(-42)

Returns
int

699
DOC
CHAPTER 6 FUNCTION SUMMARY

Syntax
Rehyphenate()

ResetEqnSettings
Description
Resets the document equation settings to the default settings.
The method returns FE_Success on success. On failure, the method returns one of the following values
to FA_errno:

Error Reason

Constants.FE_BadDocId (-2) Invalid document.


Constants.FE_WrongProduct Current FrameMaker version does not support this operation.
(-60)
Constants.FE_SystemError Could not allocate memory.
(-42)

Returns
int

Syntax
ResetEqnSettings()

ResetReferenceFrames
Description
Resets the reference frames in the specified document. This method is useful for updating a document
after you have programmatically changed a reference frame that is referenced by paragraphs in the
document.
The method returns FE_Success on success. On failure, the method returns one of the following values
to FA_errno:

Error Reason

Constants.FE_BadDocId (-2) Invalid document.


Constants.FE_WrongProduct Current FrameMaker version does not support this operation.
(-60)

700
DOC
CHAPTER 6 FUNCTION SUMMARY

Error Reason
Constants.FE_SystemError Could not allocate memory.
(-42)

Returns
int

Syntax
ResetReferenceFrames()

RestartPgfNumbering
Description
Restarts the paragraph numbering for a specified document.
The method returns FE_Success on success. On failure, the method returns one of the following values
to FA_errno:

Error Reason

Constants.FE_BadDocId (-2) Invalid document.


Constants.FE_WrongProduct Current FrameMaker version does not support this operation.
(-60)
Constants.FE_SystemError Could not allocate memory.
(-42)

Returns
int

Syntax
RestartPgfNumbering()

ScrollToText
Description
Scrolls the document window to a specified text range. The method scrolls the document to the end of
the range that is closest to the current display position.
The method returns FE_Success on success. On failure, the method returns one of the following values
to FA_errno:

701
DOC
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_BadDocId (-2) Invalid document.


Constants.FE_BadObjId (-3) Invalid Object
Constants.FE_NotTextObject Object specified for the text location is not a paragraph (FO_Pgf) or
(-41) a flow (FO_Flow).
Constants.FE_OffsetNotFound Offset specified for the text range could not be found in the
(-21) specified paragraph or text line.
Constants.FE_BadRange (-36) The specified text range is invalid.

Returns
int

Syntax
ScrollToText(textRange)

Parameters

Data
Parameter name Type Optional Description

textRange TextRan No The text range to which to scroll.


ge

SetTextProps
Description
Sets the text properties (such as the format tag, font family, and size) for a text range.
On success, the method does not return anything.
On failure, the method returns one of the following values to FA_errno:

Error Reason

Constants.FE_BadDocId (-2) Invalid document.


Constants.FE_BadName (-33) Specified name is illegal.
Constants.FE_BadRange (-36) Specified text range is invalid.

702
DOC
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_GenRuleAmbiguous General rule in structured document is ambiguous.


(-55)
Constants.FE_GenRuleConnectorExpec General rule in structured document is missing a connector.
ted (-57)
Constants.FE_GenRuleItemExpected General rule in structured document is missing a rule item.
(-51)
Constants.FE_GenRuleLeftBracketExpe General rule in structured document is missing a left
cted (-53) bracket.
Constants.FE_GenRuleMixedConnecto General rule in structured document has mixed connectors.
rs (-52)
Constants.FE_GenRuleRightBracketExp General rule in structured document is missing a right
ected (-54) bracket.
Constants.FE_GenRuleSyntaxError(-56) General rule in structured document has a syntax error.
Constants.FE_NotTextObject (-41) Object specified for the text range is not a paragraph
(FO_Pgf) or a flow (FO_Flow).
Constants.FE_OffsetNotFound (-21) Offset specified for the text range could not be found in the
specified paragraph or text line.
Constants.FE_OutOfRange (-7) Specified property value is out of the legal range for the
specified property.
Constants.FE_ReadOnly (-6) Property is read-only and cannot be set.
Constants.FE_WrongProduct (-60) Current FrameMaker version does not support this
operation.

Returns
Void

Syntax
SetTextProps(textRange, setVal)

703
DOC
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

textRange TextRan No The text range to which to apply the property


ge list.
setVal PropVal No The property list to apply to the text range.
s

SetTextPropVal
Description
Sets a text property for a specified text range. The property can be of any type.
On success, the method does not return anything.
On failure, the method returns one of the following values to FA_errno:

Error Reason

Constants.FE_BadDocId (-2) Invalid document.


Constants.FE_BadName (-33) Specified name is illegal.
Constants.FE_BadPropType (-5) Incorrect property type for this function.
Constants.FE_BadPropNum (-4) Specified property number is invalid.
Constants.FE_BadRange (-36) Specified text range is invalid.
Constants.FE_GenRuleAmbiguous General rule in structured document is ambiguous.
(-55)
Constants.FE_GenRuleConnectorExpec General rule in structured document is missing a connector.
ted (-57)
Constants.FE_GenRuleItemExpected General rule in structured document is missing a rule item.
(-51)
Constants.FE_GenRuleLeftBracketExpe General rule in structured document is missing a left
cted (-53) bracket.
Constants.FE_GenRuleMixedConnecto General rule in structured document has mixed connectors.
rs (-52)
Constants.FE_GenRuleRightBracketExp General rule in structured document is missing a right
ected (-54) bracket.

704
DOC
CHAPTER 6 FUNCTION SUMMARY

Error Reason
Constants.FE_GenRuleSyntaxError(-56) General rule in structured document has a syntax error.
Constants.FE_NotTextObject (-41) Object specified for the text range is not a paragraph
(FO_Pgf) or a flow (FO_Flow).
Constants.FE_OffsetNotFound (-21) Offset specified for the text range could not be found in the
specified paragraph or text line.
Constants.FE_OutOfRange (-7) Specified property value is out of the legal range for the
specified property.
Constants.FE_ReadOnly (-6) Property is read-only and cannot be set.
Constants.FE_WrongProduct (-60) Current FrameMaker version does not support this
operation.

Returns
Void

Syntax
SetTextPropVal(textRange, setVal)

Parameters

Data
Parameter name Type Optional Description

textRange TextRan No The text range to which the property is to be


ge applied.
setVal PropVal No The property to apply to the text range.

SetTextVal
Description
Sets a specified text property for a text range.
On success, the method does not return anything.
On failure, the method returns one of the following values to FA_errno:

Error Reason

Constants.FE_BadDocId (-2) Invalid document.

705
DOC
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_BadName (-33) Specified name is illegal.


Constants.FE_BadPropType (-5) Incorrect property type for this function.
Constants.FE_BadPropNum (-4) Specified property number is invalid.
Constants.FE_BadRange (-36) Specified text range is invalid.
Constants.FE_GenRuleAmbiguous General rule in structured document is ambiguous.
(-55)
Constants.FE_GenRuleConnectorExpec General rule in structured document is missing a connector.
ted (-57)
Constants.FE_GenRuleItemExpected General rule in structured document is missing a rule item.
(-51)
Constants.FE_GenRuleLeftBracketExpe General rule in structured document is missing a left
cted (-53) bracket.
Constants.FE_GenRuleMixedConnecto General rule in structured document has mixed connectors.
rs (-52)
Constants.FE_GenRuleRightBracketExp General rule in structured document is missing a right
ected (-54) bracket.
Constants.FE_GenRuleSyntaxError(-56) General rule in structured document has a syntax error.
Constants.FE_NotTextObject (-41) Object specified for the text range is not a paragraph
(FO_Pgf) or a flow (FO_Flow).
Constants.FE_OffsetNotFound (-21) Offset specified for the text range could not be found in the
specified paragraph or text line.
Constants.FE_OutOfRange (-7) Specified property value is out of the legal range for the
specified property.
Constants.FE_ReadOnly (-6) Property is read-only and cannot be set.
Constants.FE_WrongProduct (-60) Current FrameMaker version does not support this
operation.

Returns
Void

Syntax
SetTextVal(textRange, propNum, setVal)

706
DOC
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

textRange TextRan No The text range to which the property is to be


ge applied.
propNum int No The number of the property to set.
setVal TypedVa No The value of the property to set.
l

SilentPrintDoc
Description
Prints a document or a book using the default print settings. Default print settings are the settings that
appear in the Print dialog box when the user attempts to print a document.
The SilentPrintDoc() method initializes the print page size and printer name if they do not have
values.
To change a document’s default print settings, set the document’s print properties. [To be linked to the
print properties]
For example, to change the turn registration marks on when you print a document, use the SetInt()
method to set the document’s RegistrationMarks property.
If you save the document or attempt to print it again within the same session, any changes you make to
a document’s print settings (except PrintStartPage and PrintEndPage) appears the next time the
user displays the Print dialog box for the document.
The method returns FE_Success on success. On failure, the method returns one of the following values
to FA_errno:

Error Reason

Constants.FE_SystemError Could not open or close the printer file.


(-42)
Constants.FE_BadParamet Parameter has an invalid value.
er (-43)

Returns
int

707
DOC
CHAPTER 6 FUNCTION SUMMARY

Syntax
SilentPrintDoc()

SimpleImportFormats
Description
Imports formats from a document to a document or a book. If you import formats to a book, the method
imports formats to each book component for which the ImportFmtInclude property is set to True.
You can OR the following values into the formatFlags parameter to specify which formats to import.

Value Format to Import

Constants.FF_UFF_COLOR Colors
(0x0100)
Constants.FF_UFF_COMBINED_F Combined Fonts
ONTS (0x0800)
Constants.FF_UFF_COND Conditions
(0x0010)
Constants.FF_UFF_DOCUMENT_P Document Properties
ROPS (0x0400)
Constants.FF_UFF_FONT Character Catalog Formats
(0x0002)
Constants.FF_UFF_MATH Equation Settings
(0x0200)
Constants.FF_UFF_PAGE (0x0004) Page Layouts
Constants.FF_UFF_PGF (0x0001) Paragraph Catalog Formats
Constants.FF_UFF_REFPAGE Reference Pages
(0x0020)
Constants.FF_UFF_REMOVE_EXC Remove exception formats from target documents
EPTIONS (0x8000)
Constants.FF_UFF_REMOVE_PAG Remove all forced page breaks from target documents
E_BREAKS (0x4000)
Constants.FF_UFF_TABLE Table Catalog Formats
(0x0008)
Constants.FF_UFF_VAR (0x0040) Variable Formats
Constants.FF_UFF_XREF (0x0080) Cross Reference Formats

708
DOC
CHAPTER 6 FUNCTION SUMMARY

The method returns FE_Success on success. On failure, the method returns one of the following values
to FA_errno:

Error Reason

Constants.FE_WrongProd Current FrameMaker version does not support this operation.


uct (-60)
Constants.FE_BadDocId Invalid document.
(-2)
Constants.FE_Canceled User canceled the operation.
(-44)
Constants.FE_FailedState The FrameMaker product failed to open one or more of the book’s
(-45) document files during the import operation.

Returns
int

Syntax
SimpleImportFormats(fromDoc, formatFlags)

Parameters

Data
Parameter name Type Optional Description

fromDoc Doc No The document or book from which to import


formats.
formatFlags int No Bit field specifying which formats to import.
Specify 0 for the default flags.

You can OR the following values into the formatFlags parameter to specify which formats to import.

Value Import

Constants.FF_UFF_COLOR (0x100) Import colors.


Constants.FF_UFF_COMBINED_FONTS (0x800) Import combined fonts.
Constants.FF_UFF_COND (0x0010) Import conditions.
Constants.FF_UFF_DOCUMENT_PROPS (0x0400) Import document properties.

709
DOC
CHAPTER 6 FUNCTION SUMMARY

Value Import

Constants.FF_UFF_FONT (0x0002) Import Character Catalog formats.


Constants.FF_UFF_MATH (0x200) Import equation settings.
Constants.FF_UFF_PAGE (0x0004) Import page layouts.
Constants.FF_UFF_PGF (0x0001) Import Paragraph Catalog formats.
Constants.FF_UFF_REFPAGE (0x0020) Import reference pages.
Constants.FF_UFF_REMOVE_EXCEPTIONS (0x8000) Remove exception formats from target
documents.
Constants.FF_UFF_REMOVE_PAGE_BREAKS (0x4000) Remove all forced page breaks from target
documents.
Constants.FF_UFF_TABLE (0x0008) Import Table Catalog formats.
Constants.FF_UFF_VAR (0x0040) Import variable formats.
Constants.FF_UFF_XREF (0x0080) Import cross reference formats.

SplitElement
Description
Splits the structural element containing the insertion point into two elements at the insertion point. The
insertion point must be inside the element you want to split.
The method does not return anything on success.
On failure, the method returns one of the following values to FA_errno:

Error Reason

Constants.FE_BadDocId (-2) Invalid document.


Constants.FE_BadSelectionForOperation Current text selection is invalid for this operation.
(-59)
Constants.FE_WrongProduct (-60) Current FrameMaker interface is not Structured
FrameMaker.

Returns
Void

Syntax
SplitElement()

710
DOC
CHAPTER 6 FUNCTION SUMMARY

TextLocToElementLoc
Description
Returns the element location structure that corresponds to the current text location.
On success, the method returns an ElementLoc structure containing the element location.
On failure, the method returns one of the following values to FA_errno:

Error Reason

Constants.FE_BadDocId (-2) Invalid document.


Constants.FE_BadParameter () tloc parameter was empty or was improperly
specified
Constants.FE_WrongProduct (-60) Current FrameMaker interface is not Structured
FrameMaker.

Returns
ElementLoc

Syntax
TextLocToElementLoc(tloc)

Parameters

Data
Parameter name Type Optional Description

tloc TextLoc No The text location structure to convert.

UnWrapElement
Description
Removes the selected structural elements, but leaves their contents and child elements intact in the
document.
The UnWrapElement() method does not remove all the elements in the selection but only removes
the top-level elements.
NOTE: At least one structural element must be selected before calling the UnWrapElement() method. NOTE:
The UnWrapElement() method has no effect on object elements.
The method does not return anything on success.

711
DOC
CHAPTER 6 FUNCTION SUMMARY

On failure, the method returns one of the following values to FA_errno:

Error Reason

Constants.FE_BadDocId (-2) Invalid document.


Constants.FE_BadSelectionForOperation Current text selection is invalid for this operation.
(-59)
Constants.FE_WrongProduct (-60) Current FrameMaker interface is not Structured
FrameMaker.

Returns
Void

Syntax
UnWrapElement()

UpdateXRefs
Description
Resolves the unresolved the cross-references in a document. The method performs the same operation
as clicking Update in the Update References dialog.
You can OR the following values into the updateXRefFlags parameter:

Flags Meaning

Constants.FF_XRUI_FORCE_UPDATE Updates all cross-references, regardless of whether the


(0x08) source document has changed
Constants.FF_XRUI_INTERNAL (0x01) Only update internal cross-references
Constants.FF_XRUI_OPEN_DOCS Only update cross-references whose sources are in open
(0x02) documents
Constants.FF_XRUI_CLOSED_DOCS Only update cross-references whose sources are in closed
(0x04) documents
Constants.FF_XRUI_EVERYTHING Update all cross references.
(0x01|0x02|0x04)

The methodsn returns FE_Success on success. On failure, the method returns one of the following
values to FA_errno:

712
DOC
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_WrongProduct (-60) Current FrameMaker version does not support the


requested operation
Constants.FE_BadDocId (-2) Invalid document
Constants.FE_SomeUnresolved (-22) There are some unresolved references after the
update

Returns
int

Syntax
UpdateXRefs(updateXRefFlags)

Parameters

Data
Parameter name Type Optional Description

updateXRefFlags int No Flags that indicate which cross-references to


update.

UpdateDITAReferences
Description
Updates all DITA references of the specified type.

Returns
void

Syntax
UpdateDITAReferences(docId, flag);

Parameters

Data
Parameter name Type Optional Description

docId int No The ID of the document containing the inset.

713
DOC
CHAPTER 6 FUNCTION SUMMARY

Data
Parameter name Type Optional Description
flag int No The available flags and their values are as
follows:
FF_DITAUpdateAllConrefs: 0x01
FF_DITAUpdateAllXrefs: 0x02
FF_DITAUpdateAllLinks: 0x04
FF_DITAUpdateAllTopicrefs: 0x08
FF_DITAUpdateAllTopicsetrefs: 0x10
FF_DITAUpdateAllReferences:
FF_DITAUpdateAllConrefs |
FF_DITAUpdateAllXrefs |
FF_DITAUpdateAllLinks |
FF_DITAUpdateAllTopicrefs |
FF_DITAUpdateAllTopicsetrefs

If UpdateDITAReferences() fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_WrongProduct Current FrameMaker product doesn’t support the operation.


Constants.FE_BadDocId The Document ID provided is invalid.
Constants.FE_NonDITADocu The Document provided is not a DITA document.
ment

SimpleImportElementDefs
Description
Imports element definitions and the format change list catalog from an EDD or FrameMaker document
or book to a FrameMaker document or book.
NOTE: If you import element definitions to a book,the SimpleImportElementDefs() method imports
element definitions to each book component for which the ImportFmtInclude property is set to True.
You can OR the following flags into the importFlags parameter:

Flag Meaning

Constants.FF_IED_REMOVE_ Clear format overrides


OVERRIDES (0x0001)
Constants.FF_IED_REMOVE_ Clear formatting inherited from a parent book, if the method is called
BOOK_INFO (0x0002) on a document

714
DOC
CHAPTER 6 FUNCTION SUMMARY

Flag Meaning

Constants.FF_IED_DO_NOT_I Do not treat the target document as an EDD but just import its
MPORT_EDD (0x0004) element catalog, if the target document is an EDD
Constants.FF_IED_NO_NOTIF Do not issue the Constants.FA_Note_PreImportElemDefs
Y (0x0008) (64) or Constants.FA_Note_PostImportElemDefs (65)
notifications.

The method returns FE_Success on success.On failure, the method returns one of the following values
to FA_errno:

Error Reason

Constants.FE_WrongProduct (-60) Current FrameMaker version does not support the


requested operation
Constants.FE_BadDocId (-2) Invalid document

Returns
int

Syntax
SimpleImportElementDefs(fromDocOrBook, importFlags)

Parameters

Data
Parameter name Type Optional Description

fromDocOrBook Doc|Boo No The document or book from which the


k element definitions are to be imported
importFlags int No Specifies how to import formats

GetUniqueObject
Description
Gets the object from its persistent unique identifier (UID).
FrameMaker assigns a UID to each object in a document or book that is not identified by a name. The
UID, unlike the object’s ID, does not change from one session to another.
NOTE: When you copy an object to the clipboard and paste it, FrameMaker changes the UID. This also
happens when you hide and show conditional text.

715
DOC
CHAPTER 6 FUNCTION SUMMARY

The method returns the object, on success.


On failure, the method returns one of the following values to FA_errno:

Error Reason

Constants.FE_BadDocId (-2) Invalid document


Constants.FE_TypeUnNamed (-19) Objects of the specifies type are not identified by UIDs
Constants.FE_NameNotFound (-20) Objects with the specified UID could not be found

Returns
Object

Syntax
GetUniqueObject(objType, unique)

Parameters

Data
Parameter name Type Optional Description

objType int No The type of object (for example, FO_Pgf)


unique int No UID of the object

Close
Description
Closes a document or a book.
NOTE: If there are unsaved changes in a document and you set Constants.FF_CLOSE_MODIFIED
(1) for the flags parameter,then the Close() method abandons the changes and closes the file
anyway. NOTE: If you set the flags parameter to 0, the Close() method aborts the Close operation and
returns Constants.FE_DocModified (-8).
The method returns FE_Success, on success.
On failure, the method returns the following value to FA_errno:

Error Reason

Constants.FE_DocModi The document was modified and the flags parameter was set to 0
fied (-8)

716
DOC
CHAPTER 6 FUNCTION SUMMARY

Returns
int

Syntax
Close(flags)

Parameters

Data
Parameter name Type Optional Description

flags int No Specifies whether to abort or close open


documents or books if they have unsaved
changes. Set the
Constants.FF_CLOSE_MODIFIED (1) flag to
close open documents and books regardless
of their state.

SimpleSave
Description
Saves a document or book.
If you set the interactive parameter to False and specify the document or book’s current name for
saveAsName, FrameMaker saves the document or book under its current name.
If you specify another filename for saveAsName, FrameMaker saves the document or book to that file-
name.
If you specify an empty string (""), FrameMaker does not save the file. Instead it sets FA_errno to
Constants.FE_BadParameter (-43).If you set theinteractive parameter to True,
FrameMaker displays the Save dialog box and allows the user to choose a filename. The document or
book’s current name appears as the default name.
The method returns the document it saved, on success.
On failure, the method returns one of the following values to FA_errno:

717
DOC
CHAPTER 6 FUNCTION SUMMARY

Error Reason

• Constants.FE_Canceled • Constants.FV_FileNotWritable (33): File was not writable.


(-44) Constants.FV_BadSaveFileName (34): The specified file name is
Constants.FE_Canceled- not allowed by the operating system.
ByClient (-86) Constants.FV_BadFileId (35): The file’s operating system ID was
bad.
Constants.FV_CancelSaveFileIsInUse (50): The file is in use and
the user did not or could not reset the lock. Or the file is in use,
and the Constants.FS_FileIsInUse (17) parameter is set
to Constants.FV_DoCancel (0), or it is set to Constants.FV_Reset-
LockAndContinue (7) but FrameMaker could not reset the lock.
Constants.FV_CancelSaveModDateChanged (52): The file has
changed since the last time it was opened or saved in the current
session.
Constants.FV_LockCouldntBeReset (2): File lock could not be re-
set.
Constants.FV_LockWasReset (0): File lock was reset.
Constants.FV_LockNotReset (1): File lock was not reset.
Constants.FV_FileIsViewOnly (4): File was View Only.
Constants.FV_NonPortableSaveName (37): File had a name that
is not portable (Macintosh only).
Constants.FV_NonPortableFileRefs (38): Referenced graphics
files had filenames that are not portable (Macintosh only).
Constants.FE_WrongProduct The specified file contains structure and the current product
(-60) interface is not Structured FrameMaker.
Constants.FE_FailedState The filename was invalid.
(-45)
Constants.FE_BadParameter
(-43)
Constants.FE_FilterFailed Constants.FV_InvalidSaveFilter (42): The filter specified by
(-89) Constants.FS_SaveFileTypeHint (16) is not installed, or
the syntax for Constants.FS_SaveFileTypeHint (16) is
invalid.

Returns
Doc

Syntax
SimpleSave(saveAsName, interactive)

718
DOC
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

saveAsName string No The absolute path in which to save the


document or book.
interactive int No Specifies whether the FrameMaker product
displays messages and warnings to the user.
Setting this to True displays messages and
warnings.

NewGraphicObject
Description
Creates the following types of graphic objects:
• Arc
• Ellipse
• Flow
• Group
• Inset
• Line
• Math
• Polyline
• Polygon
• Rectangle
• RoundRect
• TextFrame
• TextLine
• UnanchoredFrame
NOTE: To create an anchored frame, use NewAnchoredObject().

If there is more than one object within the parent frame, the NewGraphicObject() method adds the
new ESTK graphic object to the end of the linked list of child objects. That is, it puts it in the front of the
back-to-front draw order. The method automatically takes care of updating the object’s
PrevGraphicInFrame and NextGraphicInFrame properties. The NewGraphicObject()
method gives the new method graphic object a set of arbitrary default properties.
The method returns the newly created graphic object, on success.
On failure, the method returns one of the following values to FA_errno:

719
DOC
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_BadDocId (-2) Invalid document.


Constants.FE_BadObjId (-3) Invalid object.
Constants.FE_NotFrame (-12) Specified parent object is not a frame.
Constants.FE_BadNew (-23) Object cannot be created.

Returns
Object

Syntax
NewGraphicObject(objType, parent)

Parameters

Data
Parameter name Type Optional Description

objType int No The type of ESTK graphic object to create (for


example, FO_Rectangle or FO_Line).
parent Any No The parent frame in which to create the
FrameMa object.
ker
Graphic
Object

NewArc
Description
Creates an arc object.
See NewGraphicObject for more information.

Returns
Arc

Syntax
NewArc(parent)

720
DOC
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

parent Any No The parent frame in which to create the arc.


FrameMa
ker
Graphic
Object

NewEllipse
Description
Creates an ellipse object.
See NewGraphicObject for more information.

Returns
Ellipse

Syntax
NewEllipse(parent)

Parameters

Data
Parameter name Type Optional Description

parent Any No The parent frame in which to create the


FrameMa ellipse.
ker
Graphic
Object

NewFlow
Description
Creates a flow object.
See NewGraphicObject for more information.

721
DOC
CHAPTER 6 FUNCTION SUMMARY

Returns
Flow

Syntax
NewFlow(parent)

Parameters

Data
Parameter name Type Optional Description

parent Any No The parent frame in which to create the flow.


FrameMa
ker
Graphic
Object

NewGroup
Description
Creates a group object.
See NewGraphicObject for more information.

Returns
Group

Syntax
NewGroup(parent)

Parameters

Data
Parameter name Type Optional Description

parent Any No The parent frame in which to create the


FrameMa group.
ker
Graphic
Object

722
DOC
CHAPTER 6 FUNCTION SUMMARY

NewInlineComponentOfType
Description
Creates an inline component. Presently only one type of inline component exists, and that is the
mini-TOC.

Returns
Void

Syntax
NewInlineComponentOfType(inlineCompType,tags,hyperLinks,textLocP)

Parameters

Data
Parameter name Type Optional Description

inlineCompType int No Type of inline component. Presently only one


type exists: Constants.FV_MiniTOC
tags Strings No Paragraph tags to include for the inline
component
hyperLinks Constan No Flag that specifies if hyperlinks need to be
ts.FP_I created in the inline component.
nsertLi
nks
textLocP TextLoc No Text location in docId at which to create the
inline component.

NewInset
Description
Creates an inset object.
See NewGraphicObject for more information.

Returns
Inset

Syntax
NewInset(parent)

723
DOC
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

parent Any No The parent frame in which to create the inset.


FrameMa
ker
Graphic
Object

NewLine
Description
Creates a line object.
See NewGraphicObject for more information.

Returns
Line

Syntax
NewLine(parent)

Parameters

Data
Parameter name Type Optional Description

parent Any No The parent frame in which to create the line.


FrameMa
ker
Graphic
Object

NewMath
Description
Creates a math object.
See NewGraphicObject for more information.

724
DOC
CHAPTER 6 FUNCTION SUMMARY

Returns
Math

Syntax
NewMath(parent)

Parameters

Data
Parameter name Type Optional Description

parent Any No The parent frame in which to create the math


FrameMa object.
ker
Graphic
Object

NewMathML
Description
Creates a MathML object.
See NewGraphicObject for more information.

Returns
MathML

Syntax
NewMathML(parent)

Parameters

Data
Parameter name Type Optional Description

parent Any No The parent frame in which to create the


FrameMa MathML object.
ker
Graphic
Object

725
DOC
CHAPTER 6 FUNCTION SUMMARY

NewPolyline
Description
Creates a polyline object.
See NewGraphicObject for more information.

Returns
Polyline

Syntax
NewPolyline(parent)

Parameters

Data
Parameter name Type Optional Description

parent Any No The parent frame in which to create the


FrameMa polyline.
ker
Graphic
Object

NewPolygon
Description
Creates a polygon object.
See NewGraphicObject for more information.

Returns
Polygon

Syntax
NewPolygon(parent)

726
DOC
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

parent Any No The parent frame in which to create the


FrameMa polygon.
ker
Graphic
Object

NewRectangle
Description
Creates a rectangle object.
See NewGraphicObject for more information.

Returns
Rectangle

Syntax
NewRectangle(parent)

Parameters

Data
Parameter name Type Optional Description

parent Any No The parent frame in which to create the


FrameMa rectangle.
ker
Graphic
Object

NewRoundRect
Description
Creates a round rectangle object.
See NewGraphicObject for more information.

727
DOC
CHAPTER 6 FUNCTION SUMMARY

Returns
RoundRect

Syntax
NewRoundRect(parent)

Parameters

Data
Parameter name Type Optional Description

parent Any No The parent frame in which to create the


FrameMa round rectangle.
ker
Graphic
Object

NewTextFrame
Description
Creates a text frame object.
See NewGraphicObject for more information.

Returns
TextFrame

Syntax
NewTextFrame(parent)

Parameters

Data
Parameter name Type Optional Description

parent Any No The parent frame in which to create the text


FrameMa frame.
ker
Graphic
Object

728
DOC
CHAPTER 6 FUNCTION SUMMARY

NewTextLine
Description
Creates a text line object.
See NewGraphicObject for more information.

Returns
TextLine

Syntax
NewTextLine(parent)

Parameters

Data
Parameter name Type Optional Description

parent Any No The parent frame in which to create the text


FrameMa line.
ker
Graphic
Object

NewUnanchoredFrame
Description
Creates an unanchored frame object.
See NewGraphicObject for more information.

Returns
UnanchoredFrame

Syntax
NewUnanchoredFrame(parent)

729
DOC
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

parent Any No The parent frame in which to create the


FrameMa unanchored frame.
ker
Graphic
Object

NewAnchoredFormattedObject
Description
Creates the following types of anchored objects:
• Var
• XRef
• Tbl
NewAnchoredFormattedObject() inserts the object at the specified location in text. It uses arbi-
trary default properties for the new object.
If you call NewAnchoredFormattedObject() to create a table, it uses the default numbers of rows
and columns from the specified Table Catalog format. To use the default Table Catalog format for a new
table, set the format to Null. To specify the number of rows and columns when you create a table, use
NewTable().
NewAnchoredFormattedObject() returns the created anchor object, on success.
On failure, the method sets FA_errno to one of the following values:

Error Reason

Constants.FE_BadDocId(-2 Invalid document.


)
Constants.FE_BadObjId(-3 Invalid object.
)
Constants.FE_NotTextObj Object specified for text location is not a paragraph (FO_Pgf).
ect (-41)
Constants.FE_OffsetNotFo Offset specified for the text location could not be found in the specified
und(-21) paragraph or text line.
Constants.FE_BadNew(-23 Object cannot be created; the format specified by format may not
) exist.

730
DOC
CHAPTER 6 FUNCTION SUMMARY

Returns
Object

Syntax
NewAnchoredFormattedObject(objType, format, textLoc)

Parameters

Data
Parameter name Type Optional Description

objType int No The type of object to create (for example,


FO_XRef).
format string No The string that specifies the object’s format
(for example, Heading & Page for a
cross-reference, Format Afor a table, or
Current Date (Long) for a variable).
textLoc TextLoc No The text location at which to insert the
anchored object.

NewAnchoredFormattedVar
Description
Creates an AnchoredFormattedVar object.
See NewAnchoredFormattedObject under the Doc class for more information.

Returns
Var

Syntax
NewAnchoredFormattedVar(format, textLoc)

731
DOC
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

format string No The string that specifies the object’s format


(for example, Heading & Page for a
cross-reference, Format Afor a table, or
Current Date (Long) for a variable).
textLoc TextLoc No The text location at which to insert the
AnchoredFormattedVar object.

NewAnchoredFormattedXRef
Description
Creates an AnchoredFormattedXRef object.
See NewAnchoredFormattedObject under the Doc class for more information.

Returns
XRef

Syntax
NewAnchoredFormattedXRef(format, textLoc)

Parameters

Data
Parameter name Type Optional Description
format string No The string that specifies the object’s format
(for example, Heading & Page for a
cross-reference, Format Afor a table, or
Current Date (Long) for a variable).
textLoc TextLoc No The text location at which to insert the
AnchoredFormattedXRef object.

NewAnchoredFormattedTbl
Description
Creates an AnchoredFormattedTbl object.

732
DOC
CHAPTER 6 FUNCTION SUMMARY

See NewAnchoredFormattedObject under the Doc class for more information.

Returns
Tbl

Syntax
NewAnchoredFormattedTbl(format, textLoc)

Parameters

Data
Parameter name Type Optional Description

format string No The string that specifies the object’s format


(for example, Heading & Page for a
cross-reference, Format Afor a table, or
Current Date (Long) for a variable).
textLoc TextLoc No The text location at which to insert the
AnchoredFormattedTbl object.

NewAnchoredObject
Description
Creates any of the following anchored objects:
• AFrame
• Fn
• Marker
• TiApiClient
• Table
NewAnchoredObject() inserts the object at the specified location in text. It uses arbitrary default
properties for the new object. Tables created by NewAnchoredObject() have a single column and a
single body row. It is usually easier to use NewTable() to create tables.
The method returns the created anchored object on success.
On failure, the method assigns one of the following values to FA_errno:

Error Reason

Constants.FE_BadDocId(-2) Invalid document.


Constants.FE_BadNew(-23) Object cannot be created.

733
DOC
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_BadObjId(-3) Invalid object.


Constants.FE_BadOperation Method call specified a bad operation.
(-27)
Constants.FE_NotTextObject Object specified for text location is not a paragraph (FO_Pgf).
(-41)
Constants.FE_OffsetNotFoun Offset specified for the text location could not be found in the
d(-21) specified paragraph or text line.

Returns
Object

Syntax
NewAnchoredObject(objType, textloc)

Parameters

Data
Parameter name Type Optional Description

objType int No The type of object to create (for example,


FO_Marker or FO_Fn).
textloc TextLoc No The text location at which to insert the
anchored object.

NewAnchoredAFrame
Description
Creates an anchored AFrame object.
See NewAnchoredObject under the Doc class for more information.

Returns
AFrame

Syntax
NewAnchoredAFrame(textloc)

734
DOC
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

textloc TextLoc No The text location at which to insert the


anchored AFrame.

NewAnchoredFn
Description
Creates an anchored Fn object.
See NewAnchoredObject under the Doc class for more information.

Returns
Fn

Syntax
NewAnchoredFn(textloc)

Parameters

Data
Parameter name Type Optional Description

textloc TextLoc No The text location at which to insert the


anchored Fn object.

NewAnchoredMarker
Description
Creates an anchored Marker object.
See NewAnchoredObject under the Doc class for more information.

Returns
Marker

Syntax
NewAnchoredMarker(textloc)

735
DOC
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

textloc TextLoc No The text location at which to insert the


anchored Marker.

NewAnchoredTiApiClient
Description
Creates an anchored TiApiClient object.
See NewAnchoredObject under the Doc class for more information.

Returns
TiApiClient

Syntax
NewAnchoredTiApiClient(textloc)

Parameters

Data
Parameter name Type Optional Description

textloc TextLoc No The text location at which to insert the


anchored TiApiClient object.

NewAnchoredTbl
Description
Creates an anchored table object.
See NewAnchoredObject under the Doc class for more information.

Returns
Tbl

Syntax
NewAnchoredTbl(textloc)

736
DOC
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

textloc TextLoc No The text location at which to insert the


anchored Table.

NewSeriesObject
Description
Creates the following series objects:
• BodyPage
• BookComponent
• Pgf
The method allows you to specify the position in the series at which to add the new object.
The method returns the created series object, on success.
On failure, the method assigns one of the following values to FA_errno:

Error Reason

Constants.FE_BadDocId (-2) Invalid document.


Constants.FE_BadNew (-23) Object cannot be created.
Constants.FE_BadObjId (-3) Invalid object.
Constants.FE_NotBodyPage The prevId parameter must specify a body page.
(-24)
Constants.FE_NotBodyPgf The prevId parameter must specify a paragraph..
(-25)
Constants.FE_NotBookComp The prevId parameter must specify a book component..
onent (-26)

Returns
One of the following objects: Body page, Pgf and Book Component

Syntax
NewSeriesObject(objType, previous)

737
DOC
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

objType int No The type of object to create (for example,


FO_BodyPage or FO_Pgf).
previous One of: No The object in the series after which to add the
Body new object. To add a paragraph at the start of
page, a flow, specify the flow. To add an object at
Pgf and the beginning of any other series, specify 0.
Book
Compone
nt

NewSeriesBodyPage
Description
Creates a body page.
See NewSeriesObject under the Doc class for more information.

Returns
BodyPage

Syntax
NewSeriesBodyPage(previous)

Parameters

Data
Parameter name Type Optional Description

previous BodyPag No The object in the series after which to add the
e new body page. To add a paragraph at the
start of a flow, specify the flow. To add a body
page at the beginning of any other series,
specify 0.

738
DOC
CHAPTER 6 FUNCTION SUMMARY

NewSeriesPgf
Description
Creates a paragraph.
See NewSeriesObject under the Doc class for more information.

Returns
Pgf

Syntax
NewSeriesPgf(previous)

Parameters

Data
Parameter name Type Optional Description

previous Pgf No The object in the series after which to add the
new paragraph. To add a paragraph at the
start of a flow, specify the flow. To add a
paragraph at the beginning of any other
series, specify 0.

GetNamedObject
Description
Gets the object with the specified name and type. The method works with the following objects:
• AttrCondExpr
• CharFmt
• Color
• CombinedFontDefn
• Command
• CondFmt
• ElementDef
• FmtChangeList
• Menu
• MenuItemSeparator
• MasterPage
• PgfFmt

739
DOC
CHAPTER 6 FUNCTION SUMMARY

• RefPage
• RulingFmt
• TblFmt
• UnanchoredFrame (reference frame)
• VarFmt
• XRefFmt
• MarkerType
The method returns the object, on success.
On failure, the method assigns one of the following values to FA_errno:

Error Reason

Constants.FE_BadDocId (-2) Invalid document.


Constants.FE_TypeUnName Objects of the specified type do not have names.
d (-19)
Constants.NameNotFound Object with the specified name and type does not exist in the
(-20) specified document.

Returns
Object

Syntax
GetNamedObject(objType, name)

Parameters

Data
Parameter name Type Optional Description

objType int No The type of object (for example


FO_TblFmt).
name string No The name of the object you want to get.

GetNamedAttrCondExpr
Description
Gets an attribute conditional expression object.
See GetNamedObject under the Doc class for more information.

740
DOC
CHAPTER 6 FUNCTION SUMMARY

Returns
AttrCondExpr

Syntax
GetNamedAttrCondExpr(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name of the AttrCondExpr object you


want to get.

GetNamedCharFmt
Description
Gets a Character Format object.
See GetNamedObject under the Doc class for more information.

Returns
CharFmt

Syntax
GetNamedCharFmt(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name of the CharFmt object you want to


get.

GetNamedColor
Description
Gets a Color object.
See GetNamedObject under the Doc class for more information.

741
DOC
CHAPTER 6 FUNCTION SUMMARY

Returns
Color

Syntax
GetNamedColor(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name of the Color object you want to get.

GetNamedCombinedFontDefn
Description
Gets a Combined Font Definition object.
See GetNamedObject under the Doc class for more information.

Returns
CombinedFontDefn

Syntax
GetNamedCombinedFontDefn(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name of the CombinedFontDefn object


you want to get.

GetNamedCondFmt
Description
Gets a Conditional Format object.
See GetNamedObject under the Doc class for more information.

742
DOC
CHAPTER 6 FUNCTION SUMMARY

Returns
CondFmt

Syntax
GetNamedCondFmt(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name of the CondFmt object you want to


get.

GetNamedElementDef
Description
Gets an Element Definition object.
See GetNamedObject under the Doc class for more information.

Returns
ElementDef

Syntax
GetNamedElementDef(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name of the ElementDef object you want


to get.

GetNamedFmtChangeList
Description
Gets a Format Change List object.
See GetNamedObject under the Doc class for more information.

743
DOC
CHAPTER 6 FUNCTION SUMMARY

Returns
FmtChangeList

Syntax
GetNamedFmtChangeList(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name of the FmtChangeList object you


want to get.

GetNamedMasterPage
Description
Gets a MasterPage object.
See GetNamedObject under the Doc class for more information.

Returns
MasterPage

Syntax
GetNamedMasterPage(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name of the MasterPage object you want


to get.

GetNamedPgfFmt
Description
Gets a Paragraph Format object.
See GetNamedObject under the Doc class for more information.

744
DOC
CHAPTER 6 FUNCTION SUMMARY

Returns
PgfFmt

Syntax
GetNamedPgfFmt(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name of the PgfFmt object you want to


get.

GetNamedRefPage
Description
Gets a Reference Page object.
See GetNamedObject under the Doc class for more information.

Returns
RefPage

Syntax
GetNamedRefPage(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name of the RefPage object you want to


get.

GetNamedRulingFmt
Description
Gets a Ruling Format object.
See GetNamedObject under the Doc class for more information.

745
DOC
CHAPTER 6 FUNCTION SUMMARY

Returns
RulingFmt

Syntax
GetNamedRulingFmt(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name of the RulingFmt object you want


to get.

GetNamedTblFmt
Description
Gets a Table Format object.
See GetNamedObject under the Doc class for more information.

Returns
TblFmt

Syntax
GetNamedTblFmt(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name of the TblFmt object you want to


get.

GetNamedUnanchoredFrame
Description
Gets an Unanchored Frame object.
See GetNamedObject under the Doc class for more information.

746
DOC
CHAPTER 6 FUNCTION SUMMARY

Returns
UnanchoredFrame

Syntax
GetNamedUnanchoredFrame(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name of the Unanchored Frame object


you want to get.

GetNamedVarFmt
Description
Gets a Variable Format object.
See GetNamedObject under the Doc class for more information.

Returns
VarFmt

Syntax
GetNamedVarFmt(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name of the Variable Format object you


want to get.

GetNamedXRefFmt
Description
Gets a Cross Reference Format object.
See GetNamedObject under the Doc class for more information.

747
DOC
CHAPTER 6 FUNCTION SUMMARY

Returns
XRefFmt

Syntax
GetNamedXRefFmt(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name of the Cross Reference Format


object you want to get.

GetNamedMarkerType
Description
Gets a Marker Type object.
See GetNamedObject under the Doc class for more information.

Returns
MarkerType

Syntax
GetNamedMarkerType(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name of the Marker Type object you


want to get.

NewNamedObject
Description
Creates the following named objects:
• AttrCondExpr

748
DOC
CHAPTER 6 FUNCTION SUMMARY

• CharFmt
• CombinedFontDefn
• Color
• Command
• CondFmt
• ElementDef
• FmtChangeList
• MasterPage
• Menu
• MenuItemSeparator
• PgfFmt
• RefPage
• RulingFmt
• TblFmt
• VarFmt
• XRefFmt
• MarkerType
This method uses arbitrary default properties for the objects it creates.
NOTE: When you create a new element definition, it does not appear in the Element Catalog unless you
set ElementInCatalog to True. When you create a new book and specify a pathname, you must
specify an absolute pathname for the name argument. To create an untitled book, pass an empty string
for the name argument.
NewNamedObject() returns the created named object on success.
If this method fails, the method assigns one of the following values to FA_errno.

FA_errno value Meaning

Constants.FE_BadDocId Invalid document.


(-2)
Constants.FE_BadName(-3 Specified name for the new object is invalid.
3)
Constants.FE_BadNew Object cannot be created.
(-23)
Constants.FE_DupName(-3 Specified name for the new object belongs to an existing object.
2)

Returns
Objectof type objType

749
DOC
CHAPTER 6 FUNCTION SUMMARY

Syntax
NewNamedObject(objType, name)

Parameters

Data
Parameter name Type Optional Description

objType int No The type of object to create (for example,


Constants.FO_MasterPage or
Constants.FO_PgfFmt).
name string No The name to be assigned to the created
object.

NewNamedAttrCondExpr
Description
Creates a named Attribute Conditional Expression.
See NewNamedObject under the Doc class for more information.

Returns
AttrCondExpr

Syntax
NewNamedAttrCondExpr(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name to be assigned to the created


Attribute Conditional Expression.

NewNamedCharFmt
Description
Creates a named Character Format.
See NewNamedObject under the Doc class for more information.

750
DOC
CHAPTER 6 FUNCTION SUMMARY

Returns
CharFmt

Syntax
NewNamedCharFmt(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name to be assigned to the created


Character Format.

NewNamedCombinedFontDefn
Description
Creates a named Combined Font Definition.
See NewNamedObject under the Doc class for more information.

Returns
CombinedFontDefn

Syntax
NewNamedCombinedFontDefn(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name to be assigned to the created


Combined Font Definition.

NewNamedColor
Description
Creates a named Color.
See NewNamedObject under the Doc class for more information.

751
DOC
CHAPTER 6 FUNCTION SUMMARY

Returns
Color

Syntax
NewNamedColor(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name to be assigned to the created Color.

NewNamedCondFmt
Description
Creates a named Conditional Format.
See NewNamedObject under the Doc class for more information.

Returns
CondFmt

Syntax
NewNamedCondFmt(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name to be assigned to the created


Conditional Format.

NewNamedElementDef
Description
Creates a named Element Definition.
See NewNamedObject under the Doc class for more information.

752
DOC
CHAPTER 6 FUNCTION SUMMARY

Returns
ElementDef

Syntax
NewNamedElementDef(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name to be assigned to the created


Element Definition.

NewNamedFmtChangeList
Description
Creates a named Format Change List.
See NewNamedObject under the Doc class for more information.

Returns
FmtChangeList

Syntax
NewNamedFmtChangeList(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name to be assigned to the created


Format Change List.

NewNamedMasterPage
Description
Creates a named Master Page.
See NewNamedObject under the Doc class for more information.

753
DOC
CHAPTER 6 FUNCTION SUMMARY

Returns
MasterPage

Syntax
NewNamedMasterPage(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name to be assigned to the created


Master Page.

NewNamedPgfFmt
Description
Creates a named Paragraph Format.
See NewNamedObject under the Doc class for more information.

Returns
PgfFmt

Syntax
NewNamedPgfFmt(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name to be assigned to the created


Paragraph Format.

NewNamedRefPage
Description
Creates a named Reference Page.
See NewNamedObject under the Doc class for more information.

754
DOC
CHAPTER 6 FUNCTION SUMMARY

Returns
RefPage

Syntax
NewNamedRefPage(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name to be assigned to the created


Reference Page.

NewNamedRulingFmt
Description
Creates a named Ruling Format.
See NewNamedObject under the Doc class for more information.

Returns
RulingFmt

Syntax
NewNamedRulingFmt(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name to be assigned to the created


Ruling Format.

NewNamedTblFmt
Description
Creates a named Table Format.
See NewNamedObject under the Doc class for more information.

755
DOC
CHAPTER 6 FUNCTION SUMMARY

Returns
TblFmt

Syntax
NewNamedTblFmt(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name to be assigned to the created Table


Format.

NewNamedVarFmt
Description
Creates a named Variable Format.
See NewNamedObject under the Doc class for more information.

Returns
VarFmt

Syntax
NewNamedVarFmt(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name to be assigned to the created


Variable Format.

NewNamedXRefFmt
Description
Creates a named Cross Reference Format.
See NewNamedObject under the Doc class for more information.

756
DOC
CHAPTER 6 FUNCTION SUMMARY

Returns
XRefFmt

Syntax
NewNamedXRefFmt(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name to be assigned to the created Cross


Reference Format.

NewNamedMarkerType
Description
Creates a named Marker Type.
See NewNamedObject under the Doc class for more information.

Returns
MarkerType

Syntax
NewNamedMarkerType(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name to be assigned to the created


Marker Type.

DeleteUnusedFmts
Description
Deletes unused formats (character, paragraph or table) from the document.
The method returns Constants.FE_Success on success.

757
DOC
CHAPTER 6 FUNCTION SUMMARY

On failure, the method sets FA_errno to one of the following values:

Error Reason
Constants.FE_BadD Invalid document.
ocId (-2)
Constants.FE_BadDele The format to be deleted is not one of character, paragraph or table.
te (-17)

Returns
int

Syntax
DeleteUnusedFmts(objType)

Parameters

Data
Parameter name Type Optional Description

objType int No The type of format to be deleted.

DeleteUnusedCharFmt
Description
Deletes the unused Character Formats.
See DeleteUnusedFmts under the Doc class for more information.

Returns
int

Syntax
DeleteUnusedCharFmt()

DeleteUnusedPgfFmt
Description
Deletes the unused Paragraph Formats.
See DeleteUnusedFmts under the Doc class for more information.

758
DOC
CHAPTER 6 FUNCTION SUMMARY

Returns
int

Syntax
DeleteUnusedPgfFmt()

DeleteUnusedTblFmt
Description
Deletes the unused Table Formats.
See DeleteUnusedFmts under the Doc class for more information.

Returns
int

Syntax
DeleteUnusedTblFmt()

Find
Description
Performs the same actions as using the Find dialog box to search a document for text or other types of
content.
The properties you can assign to findParamsp are as follows:

Property Meaning and Possible Values

Constants.FS_FindText (1) The text to search for.


Constants.FS_FindElementTag (2) Strings as follows:
propVal.u.ssval.len = FV_NumFindElementItems;
propVal.u.ssval.val[FV_FindElemTag] =
[an_element_tag];
propVal.u.ssval.val[FV_FindAttrName]=
[an_attribute_name];
propVal.u.ssval.val[FV_FindAttrValue] =
[an_attribute_value];
All of the strings must be present, but any or all may be empty.

759
DOC
CHAPTER 6 FUNCTION SUMMARY

Property Meaning and Possible Values

Constants.FS_FindCharFmt (3) No associated property. One or more of the following additional


properties should be specified to tailor the search.
• FontFamily
CombinedFont
FontSize
FontAngle
FontWeight
FontVariation
Color
Spread
Stretch
Language
Underline
Overline
Strikethrough
ChangeBar
Capitalization
Position
Tsume
Constants.FS_FindPgfTag (4) Paragraph tag.
Constants.FS_FindCharTag (5) Character tag.
Constants.FS_FindTableTag (6) Table tag.
Constants.FS_FindObject (8) Value is one of:
• Constants.FV_FindAnyMarker (0)
Constants.FV_FindAnyXRef (1)
Constants.FV_FindUnresolvedXRef (2)
Constants.FV_FindAnyTextInset (3)
Constants.FV_FindUnresolvedTextInset (4)
Constants.FV_FindAnyPub (5)
Constants.FV_FindAnyVariable (6)
Constants.FV_FindAnchoredFrame (7)
Constants.FV_FindFootnote (8)
Constants.FV_FindAnyTable (9)
Constants.FV_FindAutomaticHyphen (10)
Constants.FV_FindAnyRubi (11)

760
DOC
CHAPTER 6 FUNCTION SUMMARY

Property Meaning and Possible Values

Constants.FS_FindMarkerOfType Marker type.


(9)
Constants.FS_FindMarkerText Marker text.
(10)
Constants.FS_FindXRefWithForm Format string.
at (11)
Constants.FS_FindNamedVariable Variable name.
(12)
Constants.FS_FindCondTextInCon Condition tags.
dTags (13)
Constants.FS_FindCondTextNotIn Condition tag.
CondTags (14)
Constant.FS_FindCustomizationFl An optional parameter of type FT_Integer that may be any of the
ags (15) following bit flags OR’ed together:
• Constants.FF_FIND_CONSIDER_CASE (0x01)
Constants.FF_FIND_WHOLE_WORD (0x02)
Constants.FF_FIND_USE_WILDCARDS (0x04)
Constants.FF_FIND_BACKWARDS (0x08)
Constants.FF_FIND_USE_REGEX (0x16)
If no customization flags are specified, the default is to search
forward, to not use wildcards, to not consider case, and to not
use whole words.
Constants.FS_FindWrap (16) A flag that determines whether the find operation wraps when it
reaches the location where the search began. Default is True; the
find operations wraps.If False, after reaching the location where
the search began, the find operation returns an empty
TextRange and FA_errno is set to
Constants.FE_NotFound (-95).

Whenever the Find() method finds something that corresponds to a text range (a word, object anchor,
marker, etc.), it returns a TextRange structure for that range. However, when searching for structure
elements, you can find elements that have no corresponding text range.Structure elements for the
following table parts have no corresponding text range:
• Table title
• Table head
• Table foot
• Table body

761
DOC
CHAPTER 6 FUNCTION SUMMARY

• Table row
• Table cell
When the Find() method finds a structure element for one of these objects, it returns an empty
TextRange structure and sets FA_errno to FE_Success. In this case, you can get the document’s
ElementSelection property to return a corresponding ElementRange structure for the table part
structure element.
On failure, an empty text range is returned and FA_errno is set to one of the following values:

Error Reason

Constants.FE_BadDocId (-2) Invalid document.


Constants.FE_BadParameter findParams was empty or a parameter was improperly specified.
(-43)
Constants.FE_BadInsertPos The value of the textLoc parameter is invalid.
(-65)
Constants.FE_NotTextObject textLoc parameter is not a text location.
(-41)

Returns
TextRange

Syntax
Find(textLoc, findParams)

Parameters

Data
Parameter name Type Optional Description
textLoc TextLoc No The text location to begin searching from.
findParams PropVal No A property list that specifies what to search
s for.

SetElementRange
Description
Sets an element range property.
To specify a selection that includes the root element, set beg.parentId to 0, beg.childId to the
root element, and end.childId to 0.

762
DOC
CHAPTER 6 FUNCTION SUMMARY

The method does not return anything on success.


On failure, the method sets FA_errno to one of the following values:

Error Reason

Constants.FE_BadDocId Invalid document.


(-2)
Constants.FE_BadObjId invalid object.
(-3)
Constants.FE_WrongProdu Current product interface is not Structured FrameMaker.
ct (-60)

Returns
Void

Syntax
SetElementRange(propNum, setVal)

Parameters

Data
Parameter name Type Optional Description

propNum int No The property to set. Specify an ESTK defined


property, such as ElementSelection.
setVal Element No The element range to which the property
Range must be set.

ElementLocToTextLoc
Description
Returns the text location structure that corresponds with the current element location.
The method returns the text location structure containing the element location, on success.
On failure, the method sets FA_errno to one of the following values:

Error Reason
Constants.FE_BadDocId Invalid document.
(-2)

763
DOC
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_Badparamet The eloc parameter was empty or incorrectly specified.


er (-43)
Constants.FE_WrongProdu Current product interface is not Structured FrameMaker.
ct (-60)

Returns
TextLoc

Syntax
ElementLocToTextLoc(eloc)

Parameters

Data
Parameter name Type Optional Description

eloc Element No The element location structure to convert.


Loc

UpdateVariables
Description
Updates all the variables in a document. The method performs the same operation as clicking Update in
the Variable dialog box.
The method returns FE_Success on success.
On failure, the method sets FA_errno to one of the following values:

Error Reason

Constants.FE_BadDocId Invalid document.


(-2)
Constants.FE_WrongProduc Product does not support the operation.
t (-60)
Constants.FE_SystemError Could not allocate memory.
(-42)

764
DOC
CHAPTER 6 FUNCTION SUMMARY

Returns
int

Syntax
UpdateVariables()

TrackChangesAcceptAll
Description
Accepts all the track changes in the specified document.
The method returns FE_Success on success and returns a non-zero integer on failure.
Returns Constants.FE_AcceptRejectCalledOnWrongPreviewState (-110) if the docu-
ment is not in Preview Off state.

Returns
int

Syntax
TrackChangesAcceptAll()

TrackChangesRejectAll
Description
Rejects all the track changes in the specified document.
The method returns FE_Success on success and returns a non-zero integer on failure.
Returns Constants.FE_AcceptRejectCalledOnWrongPreviewState (-110) if the docu-
ment is not in Preview Off state.

Returns
int

Syntax
TrackChangesRejectAll()

765
DOC
CHAPTER 6 FUNCTION SUMMARY

UpdateXRef
Description
Updates the cross-references in a document. It performs the same operation as clicking Update in the
Cross-Reference window.
You can OR the values listed in the following tables into the updateXRefFlags argument.

Value What to update

Constants.FF_XRUI_INTERNAL Updates only internal cross-references.


(0x01)
Constants.FF_XRUI_OPEN_DOC Updates only cross-references whose sources are in open
S (0x02) documents.
Constants.FF_XRUI_CLOSED_D Updates only cross-references whose sources are in closed
OCS (0x04) documents.
Constants.FF_XRUI_FORCE_UP Updates all cross-references, regardless of whether the source
DATE (0x08) document has changed.
Constants.FF_XRUI_EVERYTHIN Updates all cross references.
G (0x01|0x02|0x04)

The method returns FE_Success on success.


On failure, the method sets FA_errno to one of the following values:

Error Reason
Constants.FE_BadDocId Invalid document.
(-2)
Constants.FE_WrongProduc Product does not support the operation.
t (-60)
Constants.FE_SomeUnresol There are some unresolved references after the update.
ved (-42)

Returns
int

Syntax
UpdateXRef(srcDoc, xref)

766
DOC
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

srcDoc Doc No The document in which to update


cross-references.
xref XRef No Flags to indicate which cross-references to
update. .

UpdateDITAReference
Description
Updates a DITA object

Error Reason

Constants.FE_WrongProduc Current FrameMaker product doesn’t support the operation.


t
Constants.FE_BadDocId Invalid document.
(-2)
Constants.FE_BadElementI The Element ID provided is invalid.
d
Constants.FE_NonDITADocu The document provided is not a DITA document.
ment
Constants.FE_BadParamete The objType provided is invalid or the objType is not valid
r for the type of DITA document provided.
Constants.FE_UpdateDITAR Update operation failed because either the element specified is
eferenceFailedInvalidEle not a reference type of element or it does not match the
mentType specified object type.
Constants.FE_UpdateDITAR Update operation failed because the reference cannot be
eferenceFailedCannotReso resolved.
lveReference
Constants.FE_UpdateDITAR Update operation failed because the referenced file cannot be
eferenceFailedCannotFind found at the specified location.
ReferencedFile

767
DOC
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_UpdateDITAR Update operation failed because the referenced file cannot be


eferenceFailedCannotOpen opened from the specified location.
ReferencedFile
Constants.FE_UpdateDITAR Update operation failed because the corresponding FM object
eferenceFailedCannotConv cannot be created.
ertToFMObject
Constants.FE_UpdateDITAR Update operation failed.
eferenceFailed

UpdateDITAReferences
Description
Updates all DITA references of the specified type.

Returns
void

Syntax
UpdateDITAReferences(docId, flag);

Parameters

Data
Parameter name Type Optional Description

docId int No The ID of the document containing the inset.


flag int No The available flags and their values are as
follows:
FF_DITAUpdateAllConrefs: 0x01
FF_DITAUpdateAllXrefs: 0x02
FF_DITAUpdateAllLinks: 0x04
FF_DITAUpdateAllTopicrefs: 0x08
FF_DITAUpdateAllTopicsetrefs: 0x10
FF_DITAUpdateAllReferences:
FF_DITAUpdateAllConrefs |
FF_DITAUpdateAllXrefs |
FF_DITAUpdateAllLinks |
FF_DITAUpdateAllTopicrefs |
FF_DITAUpdateAllTopicsetrefs

768
DOC
CHAPTER 6 FUNCTION SUMMARY

If UpdateDITAReferences() fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_WrongProduct Current FrameMaker product doesn’t support the operation.


Constants.FE_BadDocId The Document ID provided is invalid.
Constants.FE_NonDITADocu The Document provided is not a DITA document.
ment

Save
Description
Saves a document.
See Save under the Book class for more information.

Returns
Object

Syntax
Save(saveAsName, saveParams, saveReturnParams)

Parameters

Data
Parameter name Type Optional Description

saveAsName string No The path for saving the document or book.


saveParams PropVal No A property list that tells FrameMaker how to
s save the file and how to respond to errors
and other conditions. Use
GetSaveDefaultParams() or
AllocatePropVals() to create and allocate
memory for this property list. To use the
default list, specify null.
saveReturnParams PropVal No A property list that returns information about
s how the FrameMaker product saved the file.

769
DOC
CHAPTER 6 FUNCTION SUMMARY

Import
Description
Imports text or graphics into a document.
See Import under the Book class for more information.

Returns
Object

Syntax
Import(textLocP, filename, importParams, importReturnParams)

Parameters

Data
Parameter name Type Optional Description

textLocP TextLoc No The text location at which to import the file.


filename string No The full path of the file to import.
importParams PropVal No A property list specifying how to import the
s file and how to respond to errors and other
conditions. To use the default list, specify null.
importReturnParams PropVal No A property list that provides information
s about how FrameMaker imported the file.
This parameter must be initialized before you
call Import().

AddNewBuildExpr
Description
Adds a Boolean conditional expression to the document.
The method returns FE_Success, on success.
On failure, the method sets FA_errno to one of the following values:

Error Reason

Constants.FE_BadDocId Invalid document.


(-2)

770
DOC
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_ReadOnly Document is read-only.


(-6)
Constants.FE_BadName Boolean conditional expression string is invalid.
(-33)

Returns
int

Syntax
AddNewBuildExpr(exprName, exprCondition)

Parameters

Data
Parameter name Type Optional Description

exprName string No The name of the Boolean conditional


expression.
exprCondition string No The Boolean conditional expression string.

DeleteBuildExpr
Description
Deletes a Boolean conditional expression from the document.
The method returns FE_Success, on success.
On failure, the method sets FA_errno to one of the following values:

Error Reason
Constants.FE_BadDocId Invalid document.
(-2)
Constants.FE_ReadOnly Document is read-only.
(-6)
Constants.FE_BadName Boolean conditional expression string is invalid.
(-33)

771
DOC
CHAPTER 6 FUNCTION SUMMARY

Returns
int

Syntax
DeleteBuildExpr(exprName)

Parameters

Data
Parameter name Type Optional Description

exprName string No The name of the Boolean conditional


expression to delete.

SetActiveBuildExpr
Description
Applies the Boolean conditional expression to the document.
The method returns FE_Success, on success.
On failure, the method sets FA_errno to one of the following values:

Error Reason
Constants.FE_BadDocId Invalid document.
(-2)
Constants.FE_ReadOnly Document is read-only.
(-6)
Constants.FE_BadName Boolean conditional expression string is invalid.
(-33)

Returns
int

Syntax
SetActiveBuildExpr(exprName)

772
DOC
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

exprName string No The name of the Boolean conditional


expression to be applied.

GetActiveBuildExpr
Description
Returns the name of the active expression in the document or null if none is active.
On failure, the method returns the following value to FA_errno:

Error Reason
Constants.FE_BadDoc Invalid document.
Id (-2)

Returns
string

Syntax
GetActiveBuildExpr()

GetBuildExpr
Description
Returns the Boolean conditional expression in the document with the given name or null if none is found.
On failure, the method returns the following value to FA_errno:

Error Reason
Constants.FE_BadDoc Invalid document.
Id (-2)
Constants.FE_BadName () The parameter specified by exprName is invalid.

Returns
string

773
DOC
CHAPTER 6 FUNCTION SUMMARY

Syntax
GetBuildExpr(exprName)

Parameters

Data
Parameter name Type Optional Description

exprName string No The name of Boolean conditional expression.

GetBuildExprCatalog
Description
Returns an array of all Boolean conditional expression names in the document.
On failure, the method returns the following value to FA_errno:

Error Reason

Constants.FE_BadDoc Invalid document.


Id (-2)

Returns
Strings

Syntax
GetBuildExprCatalog()

GetProps
Description
The GetProps() method retrieves the properties of the Doc object.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

774
ELEMENT
CHAPTER 6 FUNCTION SUMMARY

SetProps
Description
The SetProps() method sets the properties of the Doc object.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the Doc object is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

Element

GetAttributes
Description
Gets an elements attributes.

775
ELEMENT
CHAPTER 6 FUNCTION SUMMARY

The Attributes structure returned by GetAttributes() includes the attributes in the following
order:
• Attributes defined in the element definition in the same order in which they are defined in the
element definition.
• Undefined attributes in random order.
If an element does not have attributes, the len field of the Attributes structure is set to 0 and the
val field is set to NULL.
Query the valflags field of the Attributes structure to determine whether the attribute is valid, or
if there are any validation errors . The validation error flags are as follows:

Error Reason

Constants.FV_AV_REQUIRED (1) This attribute is required, but it has no value assigned to it.
Constants.FV_AV_INVALID_CHOI At least one value for the attribute is not one of the
CE (2) allowed choices.
Constants.FV_AV_INVALID_FORM The attribute value is of the wrong type for the attribute.
AT (3)
Constants.FV_AV_IDREF_UNRESO The attribute refers to an undefined ID value.
LVED (4)
Constants.FV_AV_ID_DUPLICATE The attribute value should be unique, but is not unique
_IN_DOC (5) within the document.
Constants.FV_AV_TOO_MANY_TOK The attribute value has more than one token, but the
ENS (7) attribute definition only allows one token.
Constants.FV_AV_UNDEFINED The attribute is not defined for the containing element.
(8)
Constants.FV_AV_OUT_OF_RANGE The attribute value is out of the range specified in the
(9) attribute definition.

On failure, GetAttributes() assigns one of the following values to FA_errno:

Error Reason

Constants.FE_BadDocId Invalid document.


(-2)
Constants.FE_WrongProdu Current product interface is not structured FrameMaker.
ct (-60)
Constants.FE_BadObjId Invalid object.
(-3)

776
ELEMENT
CHAPTER 6 FUNCTION SUMMARY

Returns
Attributes

Syntax
GetAttributes()

Delete
Description
Deletes an element.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

UpdateDITAReferences

GetText
Description
Gets the text from the element.
See GetText under the Cell class for more information.

Returns
TextItems

Syntax
GetText(flags)

Parameters

Data
Parameter name Type Optional Description

flags int No Denotes the various bit flags that specify the
items to be retrieved.

777
ELEMENT
CHAPTER 6 FUNCTION SUMMARY

GetProps
Description
Retrieves the properties of the element object.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the properties of the element object.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description
setVal PropVal No The property list.
s

ObjectValid
Description
Returns 1 if the element object is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

778
ELEMENTCATALOGENTRIES
CHAPTER 6 FUNCTION SUMMARY

Returns
int

Syntax
ObjectValid()

ElementCatalogEntries
An Array of ElementCatalogEntry objects with integer indexing and a length property.

concat
Description
The original array is unchanged. If an array is provided as a parameter to concat(), each of its elements
are appended as separate array elements at the end of the new array. Returns a new array, the result of
concatenation the given values to the end of the original array.

Returns
ElementCatalogEntries

Syntax
concat(value)

Parameters

Data
Parameter name Type Optional Description
value Element No Can also be arrays.
Catalog
Entries

pop
Description
Removes the last element from the array.

Returns
ElementCatalogEntry

779
ELEMENTCATALOGENTRY
CHAPTER 6 FUNCTION SUMMARY

Syntax
pop()

push
Description
Returns the new length of the array.

Returns
number

Syntax
push(value)

Parameters

Data
Parameter name Type Optional Description

value Element No The value to be pushed.


Catalog
Entry

ElementCatalogEntry

ElementCatalogEntry
Description
Describes a catalog entry in an Element Catalog in FrameMaker.

Returns
ElementCatalogEntry

Syntax
ElementCatalogEntry(obj, flags)

780
ELEMENTDEF
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

obj Element No Element definition.


Def
flags uint No Validation type.

The value of the flags field can be one of the following constants:

Flag Meaning

Constants.FV_STRICTLY_VALID Catalog entry is strictly valid.


(0x01)
Constants.FV_LOOSELY_VALID Catalog entry is loosely valid.
(0x02)
Constants.FV_ALTERNATIVE Catalog entry is an alternative.
(0x04)
Constants.FV_INCLUSION (0x08) Catalog entry is valid because it is an inclusion.

If no flags are set, the element is invalid at its current position.

ElementDef

NewTextFmtRules
Description
Creates a TextFmtRules object. The method allows you to associate the created object with a speci-
fied property of the parent object. For example, you can associate the text format rule as the text format
rule of the element definition.
The following table shows the parent object and the type of the object created by the method:

Parent Type of Object Number of Instances That Can be Created

ElementDef FmtRule Multiple

The method returns the created object, on success. On failure, the method assigns one of the following
values to FA_errno:

781
ELEMENTDEF
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_BadDocId(-2) Invalid document.


Constants.FE_BadObjId(-3) Invalid object.
Constants.FE_BadNew(-23) Object cannot be created.
Constants.FE_BadPropNum The property number is invalid.
(-4)
Constants.FE_WrongProdu Current product interface is not Structured Framemaker.
ct(-60)

Returns
FmtRule

Syntax
NewTextFmtRules()

NewObjectFmtRules
Description
Creates a ObjectFmtRules object.
The following table shows the parent object and the type of the object created by the method:

Parent Type of Object Number of Instances That Can be Created

ElementDef FmtRule One

The method returns the created object, on success. On failure, the method assigns one of the following
values to FA_errno:

Error Reason

Constants.FE_BadDocId(-2) Invalid document.


Constants.FE_BadObjId(-3) Invalid object.
Constants.FE_BadNew(-23) Object cannot be created.
Constants.FE_BadPropNum The property number is invalid.
(-4)

782
ELEMENTDEF
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_WrongProdu Current product interface is not Structured Framemaker.


ct(-60)

Returns
FmtRule

Syntax
NewObjectFmtRules()

NewPrefixRules
Description
Creates a PrefixRules object.
The following table shows the parent object and the type of the object created by the method:

Parent Type of Object Number of Instances That Can be Created

ElementDef FmtRule Multiple

The method returns the created object, on success. On failure, the method assigns one of the following
values to FA_errno:

Error Reason
Constants.FE_BadDocId(-2) Invalid document.
Constants.FE_BadObjId(-3) Invalid object.
Constants.FE_BadNew(-23) Object cannot be created.
Constants.FE_BadPropNum The property number is invalid.
(-4)
Constants.FE_WrongProdu Current product interface is not Structured Framemaker.
ct(-60)

Returns
FmtRule

Syntax
NewPrefixRules()

783
ELEMENTDEF
CHAPTER 6 FUNCTION SUMMARY

NewSuffixRules
Description
Creates a SuffixRules object.
The following table shows the parent object and the type of the object created by the method:

Parent Type of Object Number of Instances That Can be Created

ElementDef FmtRule Multiple

The method returns the created object, on success. On failure, the method assigns one of the following
values to FA_errno:

Error Reason

Constants.FE_BadDocId(-2) Invalid document.


Constants.FE_BadObjId(-3) Invalid object.
Constants.FE_BadNew(-23) Object cannot be created.
Constants.FE_BadPropNum The property number is invalid.
(-4)
Constants.FE_WrongProdu Current product interface is not Structured Framemaker.
ct(-60)

Returns
FmtRule

Syntax
NewSuffixRules()

NewFirstPgfRules
Description
Creates a FirstPgfRules object.
The following table shows the parent object and the type of the object created by the method:

Parent Type of Object Number of Instances That Can be Created

ElementDef FmtRule Multiple

784
ELEMENTDEF
CHAPTER 6 FUNCTION SUMMARY

The method returns the created object, on success. On failure, the method assigns one of the following
values to FA_errno:

Error Reason

Constants.FE_BadDocId(-2) Invalid document.


Constants.FE_BadObjId(-3) Invalid object.
Constants.FE_BadNew(-23) Object cannot be created.
Constants.FE_BadPropNum The property number is invalid.
(-4)
Constants.FE_WrongProdu Current product interface is not Structured Framemaker.
ct(-60)

Returns
FmtRule

Syntax
NewFirstPgfRules()

NewLastPgfRules
Description
Creates a LastPgfRules object.
The following table shows the parent object and the type of the object created by the method:

Parent Type of Object Number of Instances That Can be Created

ElementDef FmtRule Multiple

The method returns the created object, on success. On failure, the method assigns one of the following
values to FA_errno:

Error Reason

Constants.FE_BadDocId(-2) Invalid document.


Constants.FE_BadObjId(-3) Invalid object.
Constants.FE_BadNew(-23) Object cannot be created.

785
ELEMENTDEF
CHAPTER 6 FUNCTION SUMMARY

Error Reason
Constants.FE_BadPropNum The property number is invalid.
(-4)
Constants.FE_WrongProdu Current product interface is not Structured Framemaker.
ct(-60)

Returns
FmtRule

Syntax
NewLastPgfRules()

ElementDefIsText
Description
Some structural elements in FrameMaker documents are placeholders for text. For example, when a
Para element contains text with a cross-reference element embedded in it, the ranges of text that
surround the cross-reference element are treated as elements themselves. These elements are called
text nodes.
The ElementDefIsText() method checks the value of an element definition to determine whether
the element it is applied to is a text node.
The method returns 1 if the element definition corresponds to that of a text node, or 0 if it does not
correspond to a text node.

Returns
int

Syntax
ElementDefIsText()

NewElement
Description
Creates a structural element (FO_Element) in a FrameMaker document.
NewElement() inserts the new element at the specified location in text, using the specified element
definition.

786
ELEMENTDEF
CHAPTER 6 FUNCTION SUMMARY

For object (noncontainer) elements, NewElement() inserts the appropriate type of object for the
element. If there is a matching format rule, NewElement() uses it to format the object. Otherwise, the
method uses one of the following default formats:

Object Type Object Inserted Format Used By Default

Constants.FV_FO_XREF Cross Reference Undefined XRef


(3)
Constants.FV_FO_EQN Equation Medium
(7)
Constants.FV_FO_MARKER Marker Type 11
(4)
Constants.FV_FO_TBL Table with the format Format A if it exists; otherwise, a
(8) specified by the table format. table with a heading row, 8 body rows,
a footing row, and 5 columns.
Constants.FV_FO_SYS Variable Filename (Long)
_VAR (2)
Constants.FV_FO_GRA A centered 1.0-inch by -
PHIC (6) 1.0-inch anchored frame
below the current position;
cropped is off, and floating is
on.

The method returns the created element, on success.


On failure, the method returns one of the following values to FA_errno:

Error Reason
Constants.FE_BadNew Object cannot be created.
(-23)
Constants.FE_BadObjId Invalid object.
(-3)
Constants.FE_NotTextObje Object specified for the text location is not a paragraph (FO_Pgf)
ct(-41) or a text line (FO_TextLine).
Constants.FE_OffsetNotFo Offset specified for the text location could not be found in the
und (-21) specified paragraph or text line.

Returns
Element

787
ELEMENTDEF
CHAPTER 6 FUNCTION SUMMARY

Syntax
NewElement(textLoc)

Parameters

Data
Parameter name Type Optional Description

textLoc TextLoc No The text location at which to insert the new


element.

NewElementInHierarchy
Description
Creates a structural element (FO_Element) at a specified location in the element hierarchy of a struc-
tured FrameMaker document or book.
To create the root element for a book, you must use NewElementInHierarchy(). However, you
cannot use NewElementInHierarchy() to add elements to an unstructured document. You must
structure the document first by adding a root element with NewElement().
For object (noncontainer) elements, NewElementInHierarchy() inserts the appropriate type of
object for the element. If there is a matching format rule, NewElementInHierarchy() uses it to
format the object. Otherwise, the method uses one of the following default formats:

Object Type Object Inserted Format Used By Default

Constants.FV_FO_XREF Cross Reference Undefined XRef


(3)
Constants.FV_FO_EQN Equation Medium
(7)
Constants.FV_FO_MARKER Marker Type 11
(4)
Constants.FV_FO_TBL Table with the format and Format A if it exists; otherwise, a
(8) number of rows and columns table with a heading row, 8 body rows,
specified by the table format. a footing row, and 5 columns.
Constants.FV_FO_SYS Variable Filename (Long)
_VAR (2)

788
ELEMENTDEF
CHAPTER 6 FUNCTION SUMMARY

Object Type Object Inserted Format Used By Default

Constants.FV_FO_GRA A centered 1.0-inch by -


PHIC (6) 1.0-inch anchored frame
below the current position;
cropped is off, and floating is
on.

The method returns the created element, on success.


On failure, the method returns one of the following values to FA_errno:

Error Reason

Constants.FE_BadBookId Invalid book.


(-66)
Constants.FE_BadObjId Invalid object.
(-3)
Constants.FE_BadInsertPo elemLoc specifies an invalid place to insert the element; for
s (-65) example, it specifies a position before the highest element in
the flow.

Returns
Element

Syntax
NewElementInHierarchy(elemLoc)

Parameters

Data
Parameter name Type Optional Description

elemLoc Element No The location at which the element is to be


Loc inserted.

WrapElement
Description
Inserts a structural element around the selected text and structural elements in a document.

789
ELEMENTDEF
CHAPTER 6 FUNCTION SUMMARY

If the flow that contains the selection is unstructured and the selection does not include the entire flow
contents, WrapElement() wraps the flow contents into a NoName element before wrapping the selec-
tion into the specified element definition.
The method does not return anything on success.
On failure, the method returns one of the following values to FA_errno:

Error Reason

Constants.FE_WrongProduct (-60) Current product interface is not Structured


FrameMaker.
Constants.FE_BadDocId (-2) Invalid document.
Constants.FE_BadElementDefId(-2 Specified element definition is invalid.
8)
Constants.FE_BadSelectionForOpe Current text selection is invalid for this operation.
ration (-59)

Returns
Void

Syntax
WrapElement()

GetAttributeDefs
Description
Gets the attribute definitions of an element definition.
On success, the method returns an AttributeDefs structure containing the attribute definitions.
The attrType field of the returned AttributeDefs structure identifies the attribute value’s type. It
can specify one of the following constants:

Constant Value
Constant.FV_AT_STRING Any arbitrary text string.
(0)
Constant.FV_AT_STRINGS One or more arbitrary text strings.
(1)
Constants.FV_AT_CHOICES A value from a list of choices.
(2)

790
ELEMENTDEF
CHAPTER 6 FUNCTION SUMMARY

Constant Value

Constants.FV_AT_INTEGER A signed whole number (optionally restricted to a range of


(3) values).
Constants.FV_AT_INTEGER One or more integers (optionally restricted to a range of values).
S (4)
Constants.FV_AT_REAL A real number (optionally restricted to a range of values).
(5)
Constants.FV_AT_REALS One or more real numbers (optionally restricted to a range of
(6) values).
Constants.FV_AT_UNIQUE_ A string that uniquely identifies the element.
ID (7)
Constants.FV_AT_UNIQUE_ A reference to a UniqueID attribute.
IDREF (8)
Constants.FV_AT_UNIQUE_ One or more references to UniqueID attributes.
IDREFS (9)

On failure, the method returns one of the following values to FA_errno:

Error Reason
Constants.FE_BadDocId (-2) Invalid document.
Constants.FE_WrongProduct (-60) Current product interface is not Structured
FrameMaker.
Constants.FE_BadObjId(-3) Invalid object.

Returns
AttributeDefs

Syntax
GetAttributeDefs()

Delete
Description
Deletes an element definition.
See Delete under the AFrame class for more information.

791
ELEMENTDEF
CHAPTER 6 FUNCTION SUMMARY

Returns
int

Syntax
Delete()

GetProps
Description
The GetProps() method retrieves the properties of an element definition.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
The SetProps() method sets the properties of an element definition.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

792
ELEMENTLOC
CHAPTER 6 FUNCTION SUMMARY

ObjectValid
Description
Returns 1 if the element definition is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

ElementLoc

ElementLoc
Description
Contains a structure specifying an element location. The ElementLoc structure contains the returned
parent element, child element and the offset within the child or parent element.

Returns
ElementLoc

Syntax
ElementLoc(parent, child, offset)

Parameters

Data
Parameter name Type Optional Description

parent Element No Parent element.


child Element No Child element.
offset int No Offset within the child or parent element.

793
ELEMENTRANGE
CHAPTER 6 FUNCTION SUMMARY

ElementRange

ElementRange
Description
A structure specifying an element’s range.

Returns
ElementRange

Syntax
ElementRange(beg, end)

Parameters

Data
Parameter name Type Optional Description

beg Element No Beginning of the element’s range.


Loc
end Element No End of the element’s range.
Loc

Ellipse

Delete
Description
Deletes an ellipse.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

794
ELLIPSE
CHAPTER 6 FUNCTION SUMMARY

GetProps
Description
Retrieves the properties of an ellipse.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the properties of an ellipse.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description
setVal PropVal No The property list.
s

ObjectValid
Description
Returns 1 if the ellipse is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

795
FILTERARGS
CHAPTER 6 FUNCTION SUMMARY

Returns
int

Syntax
ObjectValid()

FilterArgs

FilterArgs
Description
FilterArgs stores information that is used in the notification for a file-to-file filter
(FA_Note_FilterFileToFile). The notification handler receives a pointer to this structure.

Returns
FilterArgs

Definition
FilterArgs{infile, outfile, clname, informat, outformat, binname, args}

Parameters

Data
Parameter name Type Optional Description

infile string No The file to filter.


outfile string No The filter output file.
clname string No The registered name of the filter.
informat string No The registered incoming format.
outformat string No The registered output format.
binname string No The name of the filter client file.
args Strings No Reserved for future use. Currently NULL.

796
FLOW
CHAPTER 6 FUNCTION SUMMARY

Flow

Delete
Description
Deletes a flow.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetText
Description
Gets the text from the flow.
See GetText under the Cell class for more information.

Returns
TextItems

Syntax
GetText(flags)

Parameters

Data
Parameter name Type Optional Description

flags int No Denotes the various bit flags that specify the
items to be retrieved.

GetProps
Description
Retrieves the properties of the flow.

797
FLOW
CHAPTER 6 FUNCTION SUMMARY

See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the properties of the flow.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the flow is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

798
FMTCHANGELIST
CHAPTER 6 FUNCTION SUMMARY

FmtChangeList

Delete
Description
Deletes a format change list.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetProps
Description
Retrieves the properties of the format change list.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the properties of a format change list.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

799
FMTRULE
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the format change list is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

FmtRule

NewFmtRuleClauses
Description
Creates a FmtRuleClauses object.
The following table shows the parent object and the type of the object created by the method:

Parent Type of Object Number of Instances That Can be Created

FmtRule FmtRuleClause Multiple

The method returns the created object, on success. On failure, the method assigns one of the following
values to FA_errno:

Error Reason

Constants.FE_BadDocId(-2) Invalid document.

800
FMTRULE
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_BadObjId(-3) Invalid object.


Constants.FE_BadNew(-23) Object cannot be created.
Constants.FE_BadPropNum The property number is invalid.
(-4)
Constants.FE_WrongProdu Current product interface is not Structured Framemaker.
ct(-60)

Returns
FmtRuleClause

Syntax
NewFmtRuleClauses()

Delete
Description
Deletes a format rule.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetProps
Description
Retrieves the properties of a format rule.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

801
FMTRULECLAUSE
CHAPTER 6 FUNCTION SUMMARY

SetProps
Description
Sets the properties of a format rule.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the format rule is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

FmtRuleClause

NewSubFmtRule
Description
Creates a SubFmtRule object.

802
FMTRULECLAUSE
CHAPTER 6 FUNCTION SUMMARY

The following table shows the parent object and the type of the object created by the method:

Parent Type of Object Number of Instances That Can be Created

FmtRuleClause FmtRule One

The method returns the created object, on success. On failure, the method assigns one of the following
values to FA_errno:

Error Reason

Constants.FE_BadDocId(-2) Invalid document.


Constants.FE_BadObjId(-3) Invalid object.
Constants.FE_BadNew(-23) Object cannot be created.
Constants.FE_BadPropNum The property number is invalid.
(-4)
Constants.FE_WrongProdu Current product interface is not Structured Framemaker.
ct(-60)

Returns
FmtRule

Syntax
NewSubFmtRule()

NewFmtChangeList
Description
Creates a FmtChangeList object.
The following table shows the parent object and the type of the object created by the method:

Parent Type of Object Number of Instances That Can be Created

FmtRuleClause FmtChangeList One

The method returns the created object, on success. On failure, the method assigns one of the following
values to FA_errno:

803
FMTRULECLAUSE
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_BadDocId(-2) Invalid document.


Constants.FE_BadObjId(-3) Invalid object.
Constants.FE_BadNew(-23) Object cannot be created.
Constants.FE_BadPropNum The property number is invalid.
(-4)
Constants.FE_WrongProdu Current product interface is not Structured Framemaker.
ct(-60)

Returns
FmtChangeList

Syntax
NewFmtChangeList()

Delete
Description
Deletes a format rule clause.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetProps
Description
Retrieves the properties of a format rule clause.
See GetProps under the AFrame class for more information.

Returns
PropVals

804
FMTRULECLAUSE
CHAPTER 6 FUNCTION SUMMARY

Syntax
GetProps()

SetProps
Description
Sets the properties of a format rule clause.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the format rule clause is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

805
FN
CHAPTER 6 FUNCTION SUMMARY

Fn

Delete
Description
Deletes a footnote.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetText
Description
Gets the text from the footnote.
See GetText under the Cell class for more information.

Returns
TextItems

Syntax
GetText(flags)

Parameters

Data
Parameter name Type Optional Description

flags int No Denotes the various bit flags that specify the
items to be retrieved.

GetProps
Description
Retrieves the properties of a footnote.

806
FN
CHAPTER 6 FUNCTION SUMMARY

See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the properties of a footnote.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the footnote is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

807
FONT
CHAPTER 6 FUNCTION SUMMARY

Font

Font
Description
Font specifies a combination of font characteristics. Each field specifies an index into a list of names in
the FrameMaker product session. For example, the family field specifies the index of a name in the list
of names specified by the session property FontFamilyNames.
The weight field specifies the index of a name in the list of names specified by the session property
FontWeightNames.

Returns
Font

Syntax
Font(family, variation, weight, angle)

Parameters

Data
Parameter name Type Optional Description

family uint No Index of the font family.


variation uint No Index of the font variation.
weight uint No Index of the font weight.
angle uint No Index of the font angle.

Fonts
An Array of Font objects with integer indexing and a length property.

concat
Description
The original array is unchanged. If an array is provided as a parameter to concat(), each of its elements
are appended as separate array elements at the end of the new array. Returns a new array as the result
of concatenation, with the given values to the end of the original array.

808
FONTS
CHAPTER 6 FUNCTION SUMMARY

Returns
Fonts

Syntax
concat(value)

Parameters

Data
Parameter name Type Optional Description

value Fonts No Can also be arrays.

pop
Description
Removes the last element from the array.

Returns
Font

Syntax
pop()

push
Description
Pushes the font on the array and the returns the new length of the array.

Returns
number

Syntax
push(value)

809
GROUP
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

value Font No Can also be arrays

Group
A Group object represents a set of grouped objects. Group objects have the following methods.

Delete
Description
Deletes a group.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetProps
Description
Retrieves the properties of the group.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

810
HIDDENPAGE
CHAPTER 6 FUNCTION SUMMARY

SetProps
Description
Sets the properties of the group.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the group is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

HiddenPage

GetProps
Description
Retrieves the properties of the hidden page.

811
HIDDENPAGE
CHAPTER 6 FUNCTION SUMMARY

See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the properties of the hidden page.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the hidden page is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

812
HIDDENPAGE
CHAPTER 6 FUNCTION SUMMARY

ApplyPageLayout
Description
Applies the layout of a page to another page.
PageObject is any Page object i.e., BodyPage, MasterPage, HiddenPage.
The method returns FE_Success on success.
On failure, the method returns one of the following values to FA_errno:

Error Reason
Constants.FE_WrongProd Current FrameMaker product does not support this operation or
uct (-60) fmbatch is running.
Constants.FE_BadOperation Parameter specified an invalid operation.
(-27)
Constants.FE_BadParameter Parameter has an invalid value.
(-43)
Constants.FE_SystemError (-42) System Error.

Returns
int

Syntax
ApplyPageLayout(srcPage)

Parameters

Data
Parameter name Type Optional Description

srcPage PageObj No The page to which the layout must be


ect applied.

813
INSET
CHAPTER 6 FUNCTION SUMMARY

Inset

GetIntByName
Description
Queries an integer facet.
GetIntByName() uses a transaction model to query facets. After you have finished a series of queries,
you must commit the transaction by calling GetIntByName() to query a facet named “ “.
If GetIntByName() returns 0, it may not indicate an error, because some facet values can be 0. To
determine if a returned 0 is a property value or an error, check FA_errno.
Returns the specified facet value, on success.
On failure, the method returns one of the following values to FA_errno:

Error Reason

Constants.FE_BadDocId Invalid document.


(-2)
Constants.FE_BadObjId Invalid object.
(-3)
Constants.FE_BadPropNum Specified property name is invalid.
(-4)
Constants.FE_BadPropTyp Incorrect property type.
e (-5)
Constants.FE_WrongProdu Current FrameMaker does not support this operation.
ct (-60)

Returns
int

Syntax
GetIntByName(propName)

Parameters

Data
Parameter name Type Optional Description

propName string No The name of the facet to query.

814
INSET
CHAPTER 6 FUNCTION SUMMARY

GetMetricByName
Description
Queries a metric facet.
GetMetricByName() uses a transaction model to query facets. After you have finished a series of
queries, you must commit the transaction by calling GetIntByName() to query a facet named “ “.
If GetMetricByName() returns 0, it may not indicate an error, because some facet values can be 0. To
determine if a returned 0 is a property value or an error, check FA_errno.
Returns the specified facet value, on success.
On failure, the method returns one of the following values to FA_errno:

Error Reason

Constants.FE_BadDocId Invalid document.


(-2)
Constants.FE_BadObjId Invalid object.
(-3)
Constants.FE_BadPropNum Specified property name is invalid.
(-4)
Constants.FE_BadPropTyp Incorrect property type.
e (-5)
Constants.FE_WrongProdu Current FrameMaker does not support this operation.
ct (-60)

Returns
int

Syntax
GetMetricByName(propName)

Parameters

Data
Parameter name Type Optional Description

propName string No The name of the facet to query.

815
INSET
CHAPTER 6 FUNCTION SUMMARY

GetUBytesByName
Description
Queries an unsigned bytes inset facet. The standard facets, EPSI and FrameImage, are examples of
unsigned bytes facets.
If a facet contains a large amount of data, GetUBytesByName() only gets a portion of the data each
time you call it.
To query a facet that contains a large amount of data, call GetUBytesByName() repeatedly until you
have retrieved all the data (that is, until UBytes.len is 0).
GetUBytesByName() uses a transaction model to query facets. After you have finished a series of
queries, you must commit the transaction by calling GetIntByName() to query a facet named “ “.
On success, the method returns a UBytes object containing a portion of the facet’s data.
On failure, the method returns one of the following values to FA_errno:

Error Reason

Constants.FE_BadDocId Invalid document.


(-2)
Constants.FE_BadObjId Invalid object.
(-3)
Constants.FE_BadPropNum Specified property name is invalid.
(-4)
Constants.FE_BadPropTyp Incorrect property type.
e (-5)
Constants.FE_WrongProdu Current FrameMaker does not support this operation.
ct (-60)

NOTE: The returned UBytes object references memory that is allocated by the method. Use
DeallocateUBytes() to free this memory when you are done using it.

Returns
UBytes

Syntax
GetUBytesByName(propName)

816
INSET
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

propName string No The name of the facet to query.

SetIntByName
Description
Sets an integer inset facet.
SetIntByName() uses a transaction model to set facets. After you have finished setting facets, you
must commit the transaction by calling SetIntByName() to set a facet named“ “ to 0.
The method does not return anything on success.
On failure, the method returns one of the following values to FA_errno:

Error Reason

Constants.FE_BadDocId Invalid document.


(-2)
Constants.FE_BadObjId Invalid object.
(-3)
Constants.FE_BadPropNum Specified property name is invalid.
(-4)
Constants.FE_BadName Specified name is illegal.
(-33)
Constants.FE_WrongProdu Current FrameMaker does not support this operation.
ct (-60)

Returns
Void

Syntax
SetIntByName(propName, setVal)

817
INSET
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

propName string No The name of the facet to set.


setVal int No The value to which the facet must be set.

SetMetricByName
Description
Sets a metric facet.
SetMetricByName() uses a transaction model to set facets. After you have finished setting facets,
you must commit the transaction by calling SetIntByName() to set a facet named“ “ to 0.
The method does not return anything on success.
On failure, the method returns one of the following values to FA_errno:

Error Reason

Constants.FE_BadDocId Invalid document.


(-2)
Constants.FE_BadName Specified name is illegal.
(-33)
Constants.FE_BadObjId Invalid object.
(-3)
Constants.FE_BadPropTyp Incorrect property type for this function.
e (-5)
Constants.FE_OutOfRange Specified property value is out of the legal range for the specified
(-7) .property.
Constants.FE_ReadOnly Property is read-only.
(-6)
Constants.FE_WrongProdu Current FrameMaker does not support this operation.
ct (-60)

Returns
Void

818
INSET
CHAPTER 6 FUNCTION SUMMARY

Syntax
SetMetricByName(propName, setVal)

Parameters

Data
Parameter name Type Optional Description

propName string No The name of the facet to set.


setVal int No The value to which the facet must be set.

SetUBytesByName
Description
Sets an unsigned bytes inset facet. The standard facets, EPSI and FrameImage, are examples of unsigned
bytes facets.
To set a UBytes facet:
1) Call SetUBytesByName() to set the facet data.
If you are setting a facet with less than 10K of data, you need to call SetUBytesByName() only
once.
If you are setting the facet with more than 10K of data, you should call SetUBytesByName() mul-
tiple times, setting a chunk of the data each time. You can size the chunks between 0 and 10K.
NOTE: If you use larger chunks, the set operation goes faster. However, if the chunks are too large,
you may overload your platform’s interapplication communication mechanism.
2) Call SetUBytesByName() with propNameset to an empty string (“ “).
This lets the ESTK know that you have finshed setting up the facet.
The method does not return anything on success.
On failure, the method returns one of the following value to FA_errno:

Error Reason
Constants.FE_Transpo A transportation error occured.
rt (-1)

Returns
Void

Syntax
SetUBytesByName(propName, setVal)

819
INSET
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

propName string No The name of the facet to set.


setVal UBytes No The value to which the facet must be set.

Delete
Description
Deletes an inset.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

DeletePropByName
Description
Deletes an inset facet. Except for inset facets, all properties are identified by integer constants. Facets
are the only properties identified by name.
The method does not return anything on success.
On failure, the method returns one of the following values to FA_errno:

Error Reason
Constants.FE_BadPropNum Specified property number is invalid.
(-4)
Constants.FE_BadDocId Invalid document.
(-2)
Constants.FE_BadObjId Invalid object.
(-3)
Constants.FE_BadPropTyp Incorrect property type for this function.
e (-5)

820
INSET
CHAPTER 6 FUNCTION SUMMARY

Returns
Void

Syntax
DeletePropByName(propName)

Parameters

Data
Parameter name Type Optional Description

propName string No The name of the facet to be deleted.

GetProps
Description
Retrieves the properties of the inset.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the properties of the inset.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

821
INTS
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the inset is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

Ints
An Array of objects with integer indexing and a length property.

concat
Description
The original array is unchanged. If an array is provided as a parameter to concat(), each of its elements
are appended as separate array elements at the end of the new array. Returns a new array, the result of
concatenation the given values to the end of the original array.

Returns
Ints

Syntax
concat(value)

822
INTS
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

value Ints No Can also be arrays.

pop
Description
Removes the last element from the array.

Returns
int

Syntax
pop()

push
Description
Returns the new length of the array.

Returns
number

Syntax
push(value)

Parameters

Data
Parameter name Type Optional Description

value int No Can also be arrays.

823
ITERATOR
CHAPTER 6 FUNCTION SUMMARY

Iterator

GetNextIteratorItem
Description
Retrieves the next iterator in the document.

Returns
PropVals

Syntax
GetNextIteratorItem()

Delete
Description
Deletes an iterator.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetProps
Description
Retrieves the properties of the iterator.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

824
KEYCATALOG
CHAPTER 6 FUNCTION SUMMARY

SetProps
Description
Sets the properties of the iterator.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the iterator is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

KeyCatalog

NewKeyDefinition
Description
Adds a new key definition to the specified key catalog.

825
KEYCATALOG
CHAPTER 6 FUNCTION SUMMARY

Returns
void

Syntax
NewKeyDefinition(key, href, srcType, srcFile, flags);

Parameters

Data
Parameter name Type Optional Description

key int No The tag of the key for which the key definition
is being added.
href int No The complete path of the file that the key
refers to.
srcType int No The type of the file that contains the key
definition. See the table below for a list of
values.
srcFile int No The complete path of the file that contains
the key definition.
flags int No Bit flags specifying information about the key
definition. See the table below for a list of
flags.

srcType can have one of the following values:

srcType Meaning

Constants.FV_KeySrcTypeNo Source file type not specified.


ne
Constants.FV_KeySrcTypeDita Source file is a DITA Map.
map

You can OR the following bit-flags into flags:

Bit mask Meaning

Constants.FF_DUPLICATE_KE The specified key definiton is duplicate (that is, it already exists in the
Y_DEFINITION Key Catalog) and will not be used as active definition for resolving
keys.

826
KEYCATALOG
CHAPTER 6 FUNCTION SUMMARY

Bit mask Meaning

Constants.FF_FOUND_IN_RE The specified key definiton is contained in a file referenced directly or


FERENCED_FILE indirectly from the file that contains the key definition (srcFile).
Constants.FF_INVALID_KEY The specified key definiton is invalid due to some reason but will still
be kept in the Key Catalog.

If NewKeyDefinition() fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_BadObjId The ID provided does not specify a Key Catalog.


Constants.FE_BadKey The Key provided is not valid.
Constants.FE_KeyDefinitionAl The definition for the specified key is already available in the Key
readyExists Catalog and the key definition provided is not duplicate.

UpdateKeyDefinition
Description
Updates the specified key definition field for the specified key in the specified key catalog.

Returns
void

Syntax
UpdateKeyDefinition(key, keyField, valuep);

Parameters

Data
Parameter name Type Optional Description

key int No The tag of the key for which the key definition
is being updated.
keyField int No The key field (or key information) that is being
updated.
valuep int No The value to update the keyField to.

The valid keyField values and the corresponding value type are as follows:

827
KEYCATALOG
CHAPTER 6 FUNCTION SUMMARY

keyField Value type

Constants.FV_KeydefKeyTarg FT_String
et
Constants.FV_KeydefKeySrcFi FT_String
le
Constants.FV_KeydefKeySrcT FT_Integer
ype
Constants.FV_KeydefKeyVarLi FT_Vals
st
Constants.FV_KeydefKeyDefa FT_String
ultText
Constants.FV_KeydefKeyFoun FT_Integer
dInRefFile
Constants.FV_KeydefKeyInVal FT_Integer
id
Constants.FV_KeydefKeyAttrs FT_AttributesEx

If UpdateKeyDefinition() fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_BadObjId The ID provided does not specify a Key Catalog.


Constants.FE_BadKey The Key provided is not valid.
Constants.FE_KeyDefinitionD The definition for the specified key is not available in the Key Catalog.
oesNotExist
Constants.FE_BadValue The value is either not specified or it is not as expected for the
specified 'keyField'.
Constants.FE_ReadOnly (only for keyField=FV_KeydefKeyTag or FV_KeydefKeyDuplicate). The
key field cannot be changed/updated.
Constants.FE_InvAttribute (only for keyField=FV_KeydefKeyAttrs) The Attribute information
provided is not valid.
Constants.FE_WrongProduct (only for keyField=FV_KeydefKeyAttrs) Current FrameMaker product
doesn’t support the operation.
Constants.FE_BadKeyField The key field provided is not valid.

828
KEYCATALOG
CHAPTER 6 FUNCTION SUMMARY

GetKeyDefinition
Description
Gets the specified key definition field for the specified key from the specified key catalog.

Returns
TypedVal

Syntax
GetKeyDefinition(key, keyField);

Parameters

Data
Parameter name Type Optional Description

key int No The tag of the key for which the key definition
is being asked for.
keyField int No The key field (or key information) that is being
asked for.

The valid keyField values and the corresponding value type are as follows:

keyField Value type

Constants.FV_KeydefKeyTag FT_String
Constants.FV_KeydefKeyTarg FT_String
et
Constants.FV_KeydefKeySrcFi FT_String
le
Constants.FV_KeydefKeyDupl FT_Integer
icate
Constants.FV_KeydefKeySrcT FT_Integer
ype
Constants.FV_KeydefKeyVarLi FT_Vals
st
Constants.FV_KeydefKeyDefa FT_String
ultText

829
KEYCATALOG
CHAPTER 6 FUNCTION SUMMARY

keyField Value type

Constants.FV_KeydefKeyFoun FT_Integer
dInRefFile
Constants.FV_KeydefKeyInVal FT_Integer
id
Constants.FV_KeydefKeyAttrs FT_AttributesEx

If GetKeyDefinition() fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_BadObjId The ID provided does not specify a Key Catalog.


Constants.FE_BadKey The Key provided is not valid.
Constants.FE_KeyCatalogNot The Key Catalog provided is currently not loaded.
Loaded
Constants.FE_KeyCatalogIsSt The Key Catalog provided is currently marked as stale and needs to be
ale re-loaded before using.
Constants.FE_KeyDefinitionD The definition for the specified key is not available in the Key Catalog.
oesNotExist
Constants.FE_WrongProduct (only for keyField="FV_KeydefKeyAttrs") Current FrameMaker
product doesn’t support the operation.
Constants.FE_BadKeyField The key field provided is not valid.

GetAllKeyDefinitions
Description
Gets all the key definitions from the specified key catalog.

Returns
TypedVals

Syntax
GetAllKeyDefinitions(filterType);

830
KEYCATALOG
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

filterType int No Specifies the kind of key fields to get for each
key definition. flterType can have the
following values:
FV_KeyDefFieldsTypePrimary: Get only the
primary key fields (Tag, Target, SrcFile, and
Duplicate)
FV_KeyDefFieldsTypeAll: Get all key fields.

Returns the information in a TypedVals structure as follows: FieldTag is of type FT_Integer. FieldValue is
of type as specified in the table below.

FieldTag value FieldValue type

Constants.FV_KeydefKeyAttrs FT_AttributesEx
Constants.FV_KeydefKeyDefa FT_String
ultText
Constants.FV_KeydefKeyDupl FT_Integer
icate
Constants.FV_KeydefKeyFoun FT_Integer
dInRefFile
Constants.FV_KeydefKeyInVal FT_Integer
id
Constants.FV_KeydefKeySrcFi FT_String
le
Constants.FV_KeydefKeySrcT FT_Integer
ype
Constants.FV_KeydefKeyTag FT_String
Constants.FV_KeydefKeyTarg FT_String
et
Constants.FV_KeydefKeyVarLi FT_Vals
st

If GetAllKeyDefinitions() fails, the method assigns following values to FA_errno:

831
KEYCATALOG
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_BadObjId The ID provided does not specify a Key Catalog.


Constants.FE_KeyCatalogNot The Key Catalog provided is currently not loaded.
Loaded
Constants.FE_KeyCatalogIsSt The Key Catalog provided is currently marked as stale and needs to be
ale re-loaded before using.
Constants.FE_BadFilterType The filter type provided is not valid.

DeleteAllKeyDefinitions
Description
Deletes all the key definitions in the specified key catalog.

Returns
void

Syntax
DeleteAllKeyDefinitions();
If DeleteAllKeyDefinitions() fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_BadObjId The ID provided does not specify a Key Catalog.

GetAllKeys
Description
Gets all the key tags from the specified key catalog.

Returns
Strings

Syntax
GetAllKeys();
If GetAllKeys() fails, the method assigns following values to FA_errno:

832
KEYCATALOG
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_BadObjId The ID provided does not specify a Key Catalog.


Constants.FE_KeyCatalogNot The Key Catalog provided is currently not loaded.
Loaded
Constants.FE_KeyCatalogIsSt The Key Catalog provided is currently marked as stale and needs to be
ale re-loaded before using.

Delete
Description
Deletes a key catalog.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetProps
Description
Retrieves the properties of the key catalog.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the properties of the key catalog.
See SetProps under the AFrame class for more information.

833
LINE
CHAPTER 6 FUNCTION SUMMARY

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the key catalog is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

Line

Delete
Description
Deletes a line.
See Delete under the AFrame class for more information.

Returns
int

834
LINE
CHAPTER 6 FUNCTION SUMMARY

Syntax
Delete()

GetProps
Description
Retrieves the properties of the line.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the properties of the line.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the line is valid, else returns 0.

835
MARKER
CHAPTER 6 FUNCTION SUMMARY

See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

Marker

Delete
Description
Deletes a marker.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetProps
Description
Retrieves the properties of the marker.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the properties of the marker.

836
MARKERTYPE
CHAPTER 6 FUNCTION SUMMARY

See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The properties list.


s

ObjectValid
Description
Returns 1 if the marker is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

MarkerType

Delete
Description
Deletes a marker type.
See Delete under the AFrame class for more information.

Returns
int

837
MARKERTYPE
CHAPTER 6 FUNCTION SUMMARY

Syntax
Delete()

GetProps
Description
Retrieves the properties of the marker type.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the properties of the marker type.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the marker type is valid, else returns 0.

838
MASTERPAGE
CHAPTER 6 FUNCTION SUMMARY

See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

MasterPage

Delete
Description
Deletes a master page.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetProps
Description
Retrieves the properties of the master page.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the properties of the master page.

839
MASTERPAGE
CHAPTER 6 FUNCTION SUMMARY

See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the master page is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

ApplyPageLayout
Description
Copies the layout of one master page to another.
PageObject is any Page object i.e., BodyPage, MasterPage, HiddenPage.
See ApplyPageLayout under the Body Page class for more information.

Returns
int

840
MATH
CHAPTER 6 FUNCTION SUMMARY

Syntax
ApplyPageLayout(srcPage)

Parameters

Data
Parameter name Type Optional Description

srcPage PageObj No The page to which the layout is to be applied.


ect

Math

Delete
Description
Deletes a math object.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetProps
Description
Retrieves the properties of the math object.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

841
MATHML
CHAPTER 6 FUNCTION SUMMARY

SetProps
Description
Sets the properties of the math object.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the math object is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

MathML

Delete
Description
Deletes a math object.

842
MATHML
CHAPTER 6 FUNCTION SUMMARY

See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetProps
Description
Retrieves the properties of the math object.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the properties of the math object.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

843
MENU
CHAPTER 6 FUNCTION SUMMARY

ObjectValid
Description
Returns 1 if the math object is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

Menu

DefineAndAddCommand
Description
Defines a command (FO_Command object) and adds it to a menu or menu bar.
The following table lists some FrameMaker product menus and the names you use to specify them:

Menu Title Menu Name

Edit EditMenu
File FileMenu
Format FormatMenu
Graphics GraphicsMenu
Special SpecialMenu
Table TableMenu
View ViewMenu
Help !HelpMenu

If you call DefineAndAddCommand() and specify the name of a command that is already defined in
the user’s menu configuration files, FrameMaker gives precedence to the definition in the configuration
files.

844
MENU
CHAPTER 6 FUNCTION SUMMARY

If the configuration files assign a label or a shortcut to the command, then FrameMaker uses it instead
of the one you specify.If the command is already a menu item, FrameMaker ignores the menu that you
specify and leaves the menu item where it is.
NOTE: If you want to add a command to more than one menu, do not call DefineAndAddCommand()
repeatedly to add the command to the menus. To add a command to multiple menus, define the
command first by calling DefineCommand()—or call iDefineAndAddCommand(), if you want to define and
add the command to a menu at the same time—and then call AddCommandToMenu() to add the
command to other menus.
The method returns the command, on success.
On failure, the method returns one of the following values to FA_errno:

Error Reason

Constants.FE_WrongProd Current FrameMaker product does not support this operation or


uct (-60) fmbatch is running.
Constants.FE_BadOperat Parameters specified an invalid operation.
ion (-27)
Constants.FE_NotMenu The specified menu does not exist.
(-72)
Constants.FE_BadParame The specified parameter has an invalid value.
ter (-43)
Constants.FE_SystemErr System Error
or (-42)

Returns
Command

Syntax
DefineAndAddCommand(cmdNum, name, label, shortcut)

845
MENU
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

cmdNum number No The integer that the FrameMaker product


passes to your client’s Command()function
when the user chooses the menu item or
types the keyboard shortcut for the
command.
The value must be unique for each command
in your client, but need not be unique for
different clients.
name string No A unique name for the command. If the user
or a client has already defined a command or
menu with this name, the new command
replaces it.
label string No The title of the command as it appears on the
menu.
shortcut string No The keyboard shortcut sequence. Many
FrameMaker product commands use
shortcuts beginning with Escape (\!). To
specify Escape when you create a command,
use \\!in the string you pass to shortcut.

AddCommandToMenu
Description
Adds a FrameMaker product command or a client-defined command to a menu.
AddCommandToMenu() adds the command at the bottom of the specified menu. To change a
command’s position on a menu, set its PrevMenuItemInMenu and
NextMenuItemInMenuproperties.
To add a command that you have created, set the command parameter to the object returned by the
DefineCommand() call that created the command.To add a FrameMaker product command, you must
get its object. To get its object, call GetNamedObject() with the objectName parameter set to its
name.
The method returns the command, on success.
On failure, the method returns one of the following values to FA_errno:

846
MENU
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_WrongProd Current FrameMaker product does not support this operation or


uct (-60) fmbatch is running.
Constants.FE_BadOperat Parameters specified an invalid operation.
ion (-27)
Constants.FE_NotComman The command paramter did not specify a command.
d (-73)
Constants.FE_NotMenu The specified menu does not exist.
(-72)
Constants.FE_BadParame The specified parameter has an invalid value.
ter (-43)
Constants.FE_SystemErr System Error
or (-42)

Returns
number

Syntax
AddCommandToMenu(command)

Parameters

Data
Parameter name Type Optional Description

command Command No The command to add.

AddMenuToMenu
Description
Adds a FrameMaker product menu or a menu that you have created to another menu or menu bar.
To add a menu to one of FrameMaker menus or menu bars, you must get the menu or menu bar’s object.
To get its object, call GetNamedObject() with the objectName parameter set to its name.
NOTE: Your menu appears only on the menu bar you specify. For example, if you only add a menu to the
!MakerMainMenu menu bar, the menu will not appear if the user switches to quick menus. For your
menu to appear after the user has switched to quick menus, you must also add it to
!QuickMakerMainMenu.

847
MENU
CHAPTER 6 FUNCTION SUMMARY

The following table lists the types of menus you can add a menu to and how FrameMaker implements
the added menu.

Type of menu or
menu bar you are How FrameMaker
adding a menu to implements the added menu FrameMaker product adds the menu

Menu bar Pull-down menu At the right of the menu bar.


Pull-down menu Pull-right menu At the bottom of the pull-down menu.
Pop-up menu Pull-right menu At the bottom of the pop-up menu.
Pull-right menu Pull-right menu At the bottom of the pull-right menu.

To change a menu’s position on a menu or menu bar after you add it, set its PrevMenuItemInMenu
and NextMenuItemInMenu properties.
The method returns the command, on success.
On failure, the method returns one of the following values to FA_errno:

Error Reason

Constants.FE_WrongProd Current FrameMaker product does not support this operation or


uct (-60) fmbatch is running.
Constants.FE_NotMenu The specified menu does not exist.
(-72)
Constants.FE_BadOperat Parameters specified an invalid operation.
ion (-27)
Constants.FE_BadParame The specified parameter has an invalid value.
ter (-43)
Constants.FE_SystemErr System Error
or (-42)

Returns
int

Syntax
AddMenuToMenu(menu)

848
MENU
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

menu Menu No The new menu to be added.

DefineAndAddMenu
Description
Defines a menu (FO_Menu object) and adds it to another menu.
To add a menu to one of FrameMaker’s menus or menu bars, you must get the menu or menu bar’s
object. To get its object, call GetNamedObject() with the objectName parameter set to its name.
The following table lists some of the menu bars that you can add menus to and the strings that specify
them. Menu bar names preceded by an exclamation mark (!) cannot be removed by the user.

FrameMaker menubar Menubar string

Menu bar for documents (complete menus) !MakerMainMenu


Menu bar for documents (quick menus) !QuickMakerMainMenu
Menu bar for documents (custom menus) !CustomMakerMainMenu
Menu bar for books (complete menus) !BookMainMenu
Menu bar for books (quick menus) !QuickBookMainMenu
Structure menu bar (structured product !StructureViewMainMenu
interface only)
Pop-up menu for documents (complete !MakerPopup
menus; UNIX only)
Pop-up menu for documents (quick menus; !QuickMakerPopup
UNIX only)
View-only menu bar !ViewOnlyMainMenu
View-only pop-up menu (UNIX only) !ViewerPopup

NOTE: Your menu appears only on the menu bar you specify. For example, if you only add a menu to the
!MakerMainMenu menu bar, the menu will not appear if the user switches to quick menus. For your
menu to appear after the user has switched to quick menus, you must also add it to
!QuickMakerMainMenu.

849
MENU
CHAPTER 6 FUNCTION SUMMARY

If you call DefineAndAddMenu() and specify the name of a menu that is already defined in the user’s
menu configuration files, FrameMaker gives precedence to the definition in the configuration files.
If the configuration files assign a label to the menu, FrameMaker uses it instead of the one you specify.
If the menu is already on a menu or menu bar, FrameMaker ignores the menu that you specify and leaves
the menu where it is.
The following table lists the types of menus you can add a menu to and how FrameMaker implements
the added menu.

Type of menu or
menu bar you are How FrameMaker
adding a menu to implements the added menu FrameMaker product adds the menu

Menu bar Pull-down menu At the right of the menu bar.


Pull-down menu Pull-right menu At the bottom of the pull-down menu.
Pop-up menu Pull-right menu At the bottom of the pop-up menu.
Pull-right menu Pull-right menu At the bottom of the pull-right menu.

The method returns the menu, on success.


On failure, the method returns one of the following values to FA_errno:

Error Reason

Constants.FE_WrongProd Current FrameMaker product does not support this operation or


uct (-60) fmbatch is running.
Constants.FE_NotMenu The specified menu does not exist.
(-72)
Constants.FE_BadOperat Parameters specified an invalid operation.
ion (-27)
Constants.FE_BadParame The specified parameter has an invalid value.
ter (-43)
Constants.FE_SystemErr System Error
or (-42)

Returns
Menu

Syntax
DefineAndAddMenu(name, label)

850
MENU
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

name string No A unique name for the new menu. If the user
or an ESTK client has already defined a
command or menu with this name, the new
menu replaces it.
label string No The title of the menu as it appears on the
menu bar or menu.

MenuItemInMenu
Description
Determines if a menu item or menu is on a menu or menu bar.
On success, the method returns the menu on which the menu item is found.
On failure, the method returns one of the following values to FA_errno:

Error Reason
Constants.FE_WrongProd Current FrameMaker product does not support this operation or
uct (-60) fmbatch is running.
Constants.FE_BadOperat Parameters specified an invalid operation.
ion (-27)
Constants.FE_BadParame The specified parameter has an invalid value.
ter (-43)

Returns
Menu

Syntax
MenuItemInMenu(menuitem, recursive)

851
MENU
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

menuitem MenuIte No The menu item or menu to find.


mCompon
ent
recursive bool No Specifies whether to search the submenus of
the menu or menu bar specified by
menuitem. Specify True to search them.

Delete
Description
Deletes a menu or menu item.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetProps
Description
Retrieves the properties of the menu or menu item.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

852
MENU
CHAPTER 6 FUNCTION SUMMARY

SetProps
Description
Sets the properties of the menu or menu item.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the menu or menu item is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

Delete
Description
Deletes a menu or menu item.
See Delete under the AFrame class for more information.

853
MENUITEMSEPARATOR
CHAPTER 6 FUNCTION SUMMARY

Returns
int

Syntax
Delete()

MenuItemSeparator

GetProps
Description
Retrieves the properties of the menu item separator.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the properties of the menu item separator.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

854
METRICS
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the menu item spearator is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

Delete
Description
Deletes a menu item separator.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

Metrics
An Array of objects with integer indexing and a length property.

855
METRICS
CHAPTER 6 FUNCTION SUMMARY

concat
Description
The original array is unchanged. If an array is provided as a parameter to concat(), each of its elements
are appended as separate array elements at the end of the new array. Returns a new array, the result of
concatenation the given values to the end of the original array.

Returns
Metrics

Syntax
concat(value)

Parameters

Data
Parameter name Type Optional Description

value Metrics No Can also be arrays.

pop
Description
Removes the last element from the array.

Returns
int

Syntax
pop()

push
Description
Returns the new length of the array.

Returns
number

856
PGF
CHAPTER 6 FUNCTION SUMMARY

Syntax
push(value)

Parameters

Data
Parameter name Type Optional Description

value int No The value to push into the array.

Pgf

Delete
Description
Deletes a paragraph.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetText
Description
Gets the text from the paragraph.
See GetText under the Cell class for more information.

Returns
TextItems

Syntax
GetText(flags)

857
PGF
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

flags int No Denotes the various bit flags that specify the
items to be retrieved.

GetProps
Description
Retrieves the properties of the paragraph.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the properties of the paragraph.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

858
PGFFMT
CHAPTER 6 FUNCTION SUMMARY

ObjectValid
Description
Returns 1 if the paragraph is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

PgfFmt

Delete
Description
Deletes a paragraph format.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetProps
Description
Retrieves the properties of the paragraph format.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

859
PGFFMT
CHAPTER 6 FUNCTION SUMMARY

SetProps
Description
Sets the properties of the paragraph format.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the paragraph format is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

860
POINT
CHAPTER 6 FUNCTION SUMMARY

Point

Point
Description
Point describes an individual coordinate pair. FrameMaker measures coordinates from the upper-left
corner of the parent frame

Returns
Point

Syntax
Point(x, y)

Parameters

Data
Parameter name Type Optional Description

x int No X coordinate
y int No Y coordinate

Points
An Array of Point objects with integer indexing and a length property.

concat
Description
The original array is unchanged. If an array is provided as a parameter to concat(), each of its elements
are appended as separate array elements at the end of the new array. Returns a new array, the result of
concatenation the given values to the end of the original array.

Returns
Points

Syntax
concat(value)

861
POINTS
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

value Points No Can also be arrays.

pop
Description
Removes the last element from the array.

Returns
Point

Syntax
pop()

push
Description
Returns the new length of the array.

Returns
number

Syntax
push(value)

Parameters

Data
Parameter name Type Optional Description

value Point No The value to push into the array.

862
POLYGON
CHAPTER 6 FUNCTION SUMMARY

Polygon

Delete
Description
Deletes a polygon.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetProps
Description
Retrieves the properties of the polygon.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the properties of the polygon.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

863
POLYLINE
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the polygon is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

Polyline

Delete
Description
Deletes a polyline.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetProps
Description
Retrieves the properties of the polyline.

864
POLYLINE
CHAPTER 6 FUNCTION SUMMARY

See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the properties of the polyline.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the polyline is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

865
PROPIDENT
CHAPTER 6 FUNCTION SUMMARY

PropIdent

PropIdent
Description
PropIdent provides a property identifier. Properties can be identified by either a name or a number
(integer constant). ESTK provides defined constants for property numbers (for example, Fill and Height).
Only inset properties (facets) are identified by names.If a property is identified by a name,
PropIdent.num is set to 0.If a property is identified by a number, PropIdent.name is set to a null
string.

Returns
PropIdent

Syntax
PropIdent(num, name)

Parameters

Data
Parameter name Type Optional Description

num int No Property number.


name string No Property name.

PropVal

PropVal
Description
Describes a property-value pair.

Returns
PropVal

Syntax
PropVal(propIdent, propVal)

866
PROPVALS
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

propIdent PropIde No Property identifier.


nt
propVal TypedVa No Property value.
l

PropVals
An Array of PropVal objects with integer indexing and a length property.

concat
Description
The original array is unchanged. If an array is provided as a parameter to concat(), each of its elements
are appended as separate array elements at the end of the new array. Returns a new array, the result of
concatenation the given values to the end of the original array.

Returns
PropVals

Syntax
concat(value)

Parameters

Data
Parameter name Type Optional Description

value PropVal No Can also be arrays.


s

pop
Description
Removes the last element from the array.

867
RECTANGLE
CHAPTER 6 FUNCTION SUMMARY

Returns
PropVal

Syntax
pop()

push
Description
Returns the new length of the array.

Returns
number

Syntax
push(value)

Parameters

Data
Parameter name Type Optional Description

value PropVal No The value to push into the array.

Rectangle

Delete
Description
Deletes a rectangle.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

868
RECTANGLE
CHAPTER 6 FUNCTION SUMMARY

GetProps
Description
Retrieves the properties of the rectangle.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the properties of the rectangle.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description
setVal PropVal No The property list.
s

ObjectValid
Description
Returns 1 if the rectangle is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

869
REFPAGE
CHAPTER 6 FUNCTION SUMMARY

Returns
int

Syntax
ObjectValid()

RefPage

Delete
Description
Deletes a reference page.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetProps
Description
Retrieves the properties of the reference page.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the properties of the reference page.
See SetProps under the AFrame class for more information.

870
REFPAGE
CHAPTER 6 FUNCTION SUMMARY

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the reference page is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

ApplyPageLayout
Description
PageObject is any Page object i.e., BodyPage, MasterPage, HiddenPage.
See ApplyPageLayout under the BodyPage class for more information.

Returns
int

Syntax
ApplyPageLayout(srcPage)

871
ROUNDRECT
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

srcPage PageObj No The page to which the layout is to be applied.


ect

RoundRect

Delete
Description
Deletes a round rectangle.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetProps
Description
Retrieves the properties of the round rectangle.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the properties of the rounded rectangle.

872
ROW
CHAPTER 6 FUNCTION SUMMARY

See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the rounded rectangle is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

Row

AddRows
Description
Adds one or more rows to a table.
The following table lists the constants you can specify for the direction parameter:

873
ROW
CHAPTER 6 FUNCTION SUMMARY

Direction Meaning

Constants.FV_Above (1240) Add rows above the current reference row.


Constants.FV_Below (1241) Add rows below the current reference row
Constants.FV_Body (1237) Add rows at the bottom of the existing body rows.
Constants.FV_Footing (1239) Add rows at the bottom of the existing footer rows.
Constants.FV_Heading (1238) Add rows at the bottom of the existing heading rows

The method returns FE_Success on success.


On failure, the method assigns one of the following values to FA_errno:

Error Reason

Constants.FE_WrongProduct Current FrameMaker product does not support this operation.


(-60)
Constants.FE_BadDocId (-2) Invalid document.
Constants.FE_BadObjId (-3) Invalid row number.
Constants.FE_BadOperation Parameters specified an invalid operation.
(-27)
Constants.FE_BadParameter Parameter has an invalid value.
(-43)

Returns
int

Syntax
AddRows(direction, numNewRows)

Parameters

Data
Parameter name Type Optional Description

direction int No The direction from the reference row in which


to add rows.
numNewRows int No The number of rows to add.

874
ROW
CHAPTER 6 FUNCTION SUMMARY

Delete
Description
Deletes a row.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetProps
Description
Retrieves the properties of the row.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the properties of the row.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

875
RUBI
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the row is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

Rubi

Delete
Description
Deletes a rubi object.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

876
RUBI
CHAPTER 6 FUNCTION SUMMARY

GetText2
Description
Gets the text from all the objects available to GetText(), as well as an extended set of document
objects that includes the rubi object.
TextItems.dataType can be one of the following constants (in addition to the constants returned by
GetText ()):

Value Representation Data

Constants.FTI2_RubiTextBegin The beginning of rubi text. The FO_Rubi object for the rubi
(0x80000001) composite that contains the rubi
text.
Constants.FTI2_RubiTextEnd The end of rubi text. The FO_Rubi object for the rubi
(0x80000002) composite that contains the rubi
text.
Constants.FTI2_RubiComposite The beginning of a rubi FO_Rubi object.
Begin (0x80000004) composite.
Constants.FTI2_RubiComposite The end of a rubi composite. FO_Rubi object.
End (0x80000008)
Constants.FTI2_InlineCompone The beginning of inline InlineComponent object.
ntBegin (0x80000010) component.
Constants.FTI2_InlineCompone The end of inline component. InlineComponent object.
ntEnd (0x80000020)

See GetText under the Cell class for more information.

Returns
TextItems

Syntax
GetText2(flags, flags2)

Parameters

Data
Parameter name Type Optional Description

flags int No Denotes the various bit flags that specify the
items to be retrieved.

877
RUBI
CHAPTER 6 FUNCTION SUMMARY

Data
Parameter name Type Optional Description

flags2 int No Bit flags for the extended set of text item
types that specify the type of text items to
retrieve. To get specific types of text items
from the extended set, OR the constants that
represent them (for example, use a bitwise
OR to
combineConstants.FTI2_RubiTextBeg
in (0x80000001) and Constants.
FTI2_RubiTextEnd (0x80000002))
into flags2. To get all types of the extended
set of text items, specify -1.

GetProps
Description
Retrieves the properties of the rubi object.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the properties of the rubi object.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

878
RULINGFMT
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the rubi object is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

RulingFmt

Delete
Description
Deletes a ruling format.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetProps
Description
Retrieves the properties of the ruling format.

879
RULINGFMT
CHAPTER 6 FUNCTION SUMMARY

See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the properties of the ruling format.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the ruling format is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

880
STRINGS
CHAPTER 6 FUNCTION SUMMARY

Strings
An Array of objects with integer indexing and a length property.

concat
Description
The original array is unchanged. If an array is provided as a parameter to concat(), each of its elements
are appended as separate array elements at the end of the new array. Returns a new array, the result of
concatenation the given values to the end of the original array.

Returns
Strings

Syntax
concat(value)

Parameters

Data
Parameter name Type Optional Description

value Strings No Can also be arrays.

pop
Description
Removes the last element from the array.

Returns
string

Syntax
pop()

push
Description
Returns the new length of the array.

881
SUBCOL
CHAPTER 6 FUNCTION SUMMARY

Returns
number

Syntax
push(value)

Parameters

Data
Parameter name Type Optional Description

value string No The value to push into the array.

SubCol

Delete
Description
Deletes a subcol object.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetText
Description
Gets the text from the subcol object.
See GetText under the Cell class for more information.

Returns
TextItems

Syntax
GetText(flags)

882
SUBCOL
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

flags int No Denotes the various bit flags that specify the
items to be retrieved.

GetProps
Description
Retrieves the properties of the subcol object.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
Sets the properties of the subcol object.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

883
TAB
CHAPTER 6 FUNCTION SUMMARY

ObjectValid
Description
Returns 1 if the subcol object is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

Tab

Tab
Description
Describes an individual tab. Note that the character specified by decimal must be a single byte char-
acter.
The type field can contain one of the following constants:

Constant Tab Type

Constants.FV_TAB_LEFT (0x1) Left tab.


Constants.FV_TAB_CENTER (0x2) Center tab.
Constants.FV_TAB_RIGHT (0x3) Right tab.
Constants.FV_TAB_DECIMAL Decimal tab.
(0x4).
Constants.FV_TAB_RELATIVE_LEF Relative left tab (allowed only for format change lists).
T (0x5)
Constants.FV_TAB_RELATIVE_CE elative center tab (allowed only for format change lists).
NTER (0x6)
Constants.FV_TAB_RELATIVE_RIG Relative right tab (allowed only for format change lists).
HT (0x7)
Constants.FV_TAB_RELATIVE_DEC Relative decimal tab (allowed only for format change lists).
IMAL (0x8)

884
TABS
CHAPTER 6 FUNCTION SUMMARY

Returns
Tab

Syntax
Tab(x, type, leader, decimal)

Parameters

Data
Parameter name Type Optional Description

x int No Offset from the left margin.


type uint No Type of tab.
leader string No String that appears before the tab.
decimal uint No Character to align tab around - For
example",".

Tabs
An Array of Tab objects with integer indexing and a length property.

concat
Description
The original array is unchanged. If an array is provided as a parameter to concat(), each of its elements
are appended as separate array elements at the end of the new array. Returns a new array, the result of
concatenation the given values to the end of the original array.

Returns
Tabs

Syntax
concat(value)

885
TABS
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

value Tabs No Can also be arrays.

pop
Description
Removes the last element from the array.

Returns
Tab

Syntax
pop()

push
Description
Returns the new length of the array.

Returns
number

Syntax
push(value)

Parameters

Data
Parameter name Type Optional Description

value Tab No

886
TBL
CHAPTER 6 FUNCTION SUMMARY

Tbl

AddCols
Description
Adds columns to a table.
The method returns FE_Success on success.
On failure, the method sets FA_errno to one of the following values:

Error Reason

Constants.FE_BadDocId invalid document.


(-2)
Constants.FE_BadParam A parameter specified is invalid.
eter (-43)
Constants.FE_BadObjId Invalid object.
(-3)
Constants.FE_BadOpera The method specified an invalid operation.
tion (-27)

Returns
int

Syntax
AddCols(refColNum, direction, numNewCols)

Parameters

Data
Parameter name Type Optional Description

refColNum int No The column at which to start adding columns.


The columns are numbered from left to right
starting with column 0.
direction int No The direction from the reference column in
which to add columns. To add columns to the
left of the reference column, specify FV_Left.
To add them to the right, specify FV_Right.

887
TBL
CHAPTER 6 FUNCTION SUMMARY

Data
Parameter name Type Optional Description

numNewCols int No The number of columns to add.

DeleteCols
Description
Deletes columns from a table. To delete an entire table, use Delete().
The method deletes the column specified by delColNum and (numDelCols-1) columns to the right of
it.
The method returns FE_Success on success.
On failure, the method sets FA_errno to one of the following values:

Error Reason

Constants.FE_WrongProdu Current FrameMaker version does not support the requested


ct (-60) operation.
Constants.FE_BadOperatio The method specified an invalid operation.
n (-27)
Constants.FE_BadDocId invalid document.
(-2)
Constants.FE_BadObjId (-3) Invalid object.
Constants.FE_TableInLocke The table is in a locked text inset.
dTi (-101)

Returns
int

Syntax
DeleteCols(delColNum, numDelCols)

888
TBL
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

delColNum int No The first column to delete. Columns are


numbered from left to right, starting with 0.
numDelCols int No The number of columns to delete.

DeleteRows
Description
Deletes rows from a table. Like the Delete command in the FrameMaker product user interface, Delete-
Rows() does not allow you to delete more than one type of row at time.
The range of rows you specify must be all body rows, all header rows, or all footer rows.
The method deletes refRow and (numDelRows - 1) rows below it.
The method returns FE_Success on success.
On failure, the method sets FA_errno to one of the following values:

Error Reason

Constants.FE_WrongProdu Current FrameMaker version does not support the requested


ct (-60) operation.
Constants.FE_BadOperatio The method specified an invalid operation.
n (-27)
Constants.FE_BadDocId invalid document.
(-2)
Constants.FE_BadObjId (-3) Invalid object.
Constants.FE_OutOfRange The refRow parameter does not specify a row in the table, or the
(-7) specified range includes more than one type of row (for example,
header rows and body rows).

Returns
int

Syntax
DeleteRows(refRow, numDelRows)

889
TBL
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

refRow Row No The first row to delete.


numDelRows int No The number of rows to delete, including the
value passed in refRow.

GetTableColumnByColNum
Description
Get column object of a table based on the column number.
The method returns FE_Success on success.
On failure, the method sets FA_errno to one of the following values:

Error Reason

Constants.FE_BadDocId invalid document.


(-2)
Constants.FE_BadObjId (-3) Invalid object.
Constants.FE_BadOperatio The method specified an invalid operation.
n (-27)
Constants.FE_OutOfRange The specified row or column is invalid.
(-7)
Constants.FE_BadParamete The parameter specified is invalid.
r (-43)

Returns
Column

Syntax
GetTableColumnByColNum (docId,tableId,colNum)

890
TBL
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

docId int No The id of the document containing the table


tableId int No The id of the table for the required column
object
colNum int No Index of the required column

MakeTblSelection
Description
Selects a range of cells in a table.
To select an entire table, including the table title, set the topRow parameter to
Constants.FF_SELECT_WHOLE_TABLE (0x80000000). MakeTblSelection() ignores the
values for the other parameters.
NOTE: MakeTblSelection()cannot select different types of rows at the same time, unless you set
topRow to Constants.FF_SELECT_WHOLE_TABLE (0x80000000) or you set topRow and
bottomRow to select one or more entire columns.
The method returns FE_Success on success.
On failure, the method sets FA_errno to one of the following values:

Error Reason

Constants.FE_BadDocId invalid document.


(-2)
Constants.FE_BadObjId (-3) Invalid object.
Constants.FE_BadOperatio The method specified an invalid operation.
n (-27)
Constants.FE_OutOfRange The specified row or column is invalid.
(-7)
Constants.FE_BadParamete The parameter specified is invalid.
r (-43)

Returns
int

891
TBL
CHAPTER 6 FUNCTION SUMMARY

Syntax
MakeTblSelection(topRow, bottomRow, leftCol, rightCol)

Parameters

Data
Parameter name Type Optional Description

topRow int No The number of the first row in the selection.


The rows are numbered from top to bottom,
starting with 0 (including heading rows). To
select the entire table, specify
Constants.FF_SELECT_WHOLE_TABLE
(0x80000000).
bottomRow int No The number of the last row in the selection.
leftCol int No The number of the leftmost column in the
selection. The columns are numbered from
left to right, starting with 0.
rightCol int No The number of the rightmost column in the
selection.

Delete
Description
Deletes the specified table.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetProps
Description
The GetProps() method retrieves the properties of the specified table.
See GetProps under the AFrame class for more information.

892
TBL
CHAPTER 6 FUNCTION SUMMARY

Returns
PropVals

Syntax
GetProps()

SetProps
Description
The SetProps() method sets the properties of the specified table.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the table is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

893
TBLFMT
CHAPTER 6 FUNCTION SUMMARY

TblFmt
The method uses an FO_TblFmt object to represent each table format in a document.

Delete
Deletes the specified table format.
See Delete under the AFrame class.

GetProps
See GetProps under the AFrame class.

SetProps
See SetProps under the AFrame class.

ObjectValid
See ObjectValid under the AFrame class.

TextFrame

Delete
Description
Deletes the specified text frame.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetText
Description
Gets the text from the text frame.

894
TEXTFRAME
CHAPTER 6 FUNCTION SUMMARY

See GetText under the Cell class for more information.

Returns
TextItems

Syntax
GetText(flags)

Parameters

Data
Parameter name Type Optional Description

flags int No Denotes the various bit flags that specify the
items to be retrieved.

GetProps
Description
The GetProps() method retrieves the properties of the specified text frame.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
The SetProps() method sets the properties of the specified text frame.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

895
TEXTITEMS
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the text frame is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

TextItems
An Array of TextItem objects with integer indexing and a length property.

concat
Description
The original array is unchanged. If an array is provided as a parameter to concat(), each of its elements
are appended as separate array elements at the end of the new array. Returns a new array, the result of
concatenation the given values to the end of the original array.

Returns
TextItems

Syntax
concat(value)

896
TEXTITEMS
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

value TextIte No Can also be arrays.


ms

pop
Description
Removes the last element from the array.

Returns
TextItem

Syntax
pop()

push
Description
Returns the new length of the array.

Returns
number

Syntax
push(value)

Parameters

Data
Parameter name Type Optional Description

value TextIte No The value to push into the array.


m

897
TEXTLINE
CHAPTER 6 FUNCTION SUMMARY

TextLine

Delete
Description
Deletes the specified text line.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetText
Description
Gets the text from the text line.
See GetText under the Cell class for more information.

Returns
TextItems

Syntax
GetText(flags)

Parameters

Data
Parameter name Type Optional Description

flags int No Denotes the various bit flags that specify the
items to be retrieved.

GetProps
Description
The GetProps() method retrieves the properties of the specified text line.

898
TEXTLINE
CHAPTER 6 FUNCTION SUMMARY

See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
The SetProps() method sets the properties of the specified text line.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the text line is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

899
TEXTLOC
CHAPTER 6 FUNCTION SUMMARY

TextLoc

TextLoc
Description
TextLoc specifies a location within the text of a paragraph or a graphic text line.

Returns
TextLoc

Syntax
TextLoc(obj, offset)

Parameters

Data
Parameter name Type Optional Description

obj any No FO_Pgf or FO_TextLine object.


offset int No Characters from the beginning of the object.

TextRange

TextRange
Description
TextRange specifies a text range. A text range can span paragraphs. However, it cannot span graphic text
lines or flows.
NOTE: beg.offset and end.offset fields of aTextRange object can specify offsets relative to the
beginning and end of an object. In addition, they can use the special value Constants.FV_OB-
J_END_OFFSET (0x50000000). NOTE: Constants.FV_OBJ_END_OFFSET (0x50000000) specifies the offset of
the last character in the object containing the text range.

Returns
TextRange

Syntax
TextRange(beg, end)

900
TIAPICLIENT
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

beg TextLoc No The beginning of the range.


end TextLoc No The end of the range.

TiApiClient
An FO_TiApiClient object represents text imported by an FDK client.

GetText
See GetText under the Cell class.

GetProps
See GetProps under the AFrame class.

SetProps
See SetProps under the AFrame class.

ObjectValid
See ObjectValidunder the AFrame class.

DeleteTextInsetContents
Description
This method deletes the text in a text inset. You must unlock a text inset before you call this function to
delete its contents. After you are done, you must relock the text inset.
Call this method on the text inset for which you want to delete the contents.
If this method fails, the method assigns one of the following values to FA_errno.

Error Meaning

Constants.FE_BadDelete (-17) Specified text couldn’t be deleted

901
TIAPICLIENT
CHAPTER 6 FUNCTION SUMMARY

Error Meaning
Constants.FE_BadDocId (-2) Invalid document ID
Constants.FE_BadObjId (-3) Invalid object ID
Constants.FE_BadSelectionForOperati The specified text inset is locked
on (-59)

Returns
int

Syntax
DeleteTextInsetContents()

UpdateTextInset
Description
Updates the contents of a stale text inset. It determines whether an inset is stale by comparing the inset’s
LastUpdate property with the modification date of the inset’s source file. UpdateTextInset()
does not update a text inset unless it is stale. To make a text inset stale, set its LastUpdate property to
0. UpdateTextInset() does not update graphic insets (FO_Inset objects).
Call this method on the text inset to be updated.
This method returns FE_Success if it succeeds or FE_SomeUnresolved if some text insets were
unresolved. If UpdateTextInset() fails, it assigns one of the following values to FA_errno.

Error Meaning
Constants.FE_BadDocId Invalid document ID
(-2)
Constants.FE_BadFileTy The inset specifies a file that does not match the import type (for
pe (-83) example, the inset imports a binary document but the file is a text
file or doesn’t exist)
Constants.FE_SomeUnres Some text insets were unresolved
olved (-22)
Constants.FE_WrongProd Product doesn’t support the specified operation
uct (-60)
Constants.FE_SystemErr Couldn’t allocate memory
or (-42)

902
TIAPICLIENT
CHAPTER 6 FUNCTION SUMMARY

Returns
int

Syntax
UpdateTextInset()

ConvertToText
Description
This method is called upon a text inset (Examples: TiApiClient(), TiFlow(), TiText(),
TiTextTable()) object and converts it to a text. This method deletes the text inset and removes the
locked text range around it without modifying the content.

Returns
Void

Syntax
ConvertToText()

Delete
See Delete under the AFrame class.

DeletePropByName
Description
Deletes an inset facet. Except for inset facets, all properties are identified by integer constants. Facets
are the only properties identified by name.
If DeletePropByName() fails, the method assigns one of the following values to FA_errno:

Error Meaning
Constants.FE_BadPropNum Specified property number is invalid
(-4)
Constants.FE_BadDocId Invalid document ID
(-2)
Constants.FE_BadObjId(- Invalid object ID
3)

903
TIFLOW
CHAPTER 6 FUNCTION SUMMARY

Error Meaning

Constants.FE_BadPropTyp Incorrect property type for this function


e (-5)

Returns
Void

Syntax
DeletePropByName(propName)

Parameters

Data
Parameter name Type Optional Description

propName string No The name of the property to delete

TiFlow
An FO_TiFlow object represents text imported from a FrameMaker document or a MIF file.

GetText
See GetText under the Cell class.

GetProps
See GetProps under the AFrame class.

SetProps
See SetProps under the AFrame class.

ObjectValid
See ObjectValid under the AFrame class.

DeleteTextInsetContents
See DeleteTextInsetContents under the TiApiClient class.

904
TITEXT
CHAPTER 6 FUNCTION SUMMARY

UpdateTextInset
See UpdateTextInset under the TiApiClient class.

ConvertToText
Description
This method is called upon a text inset (Examples: TiApiClient, TiFlow, TiText, TiTextTable)
object and converts it to a text. This method deletes the text inset and removes the locked text range
around it without modifying the content.

Returns
Void

Syntax
ConvertToText()

Delete
See Delete under the AFrame class.

DeletePropByName
See DeletePropByName under the TiApiClient.

TiText
An FO_TiText object represents text imported from a text file.

GetText
See GetText under the Cell class.

GetProps
See GetProps under the AFrame class.

SetProps
See SetPropsunder the AFrame class.

905
TITEXTTABLE
CHAPTER 6 FUNCTION SUMMARY

ObjectValid
See ObjectValidunder the AFrame class.

DeleteTextInsetContents
See DeleteTextInsetContents under the TiApiClient class.

UpdateTextInset
See UpdateTextInset under the TiApiClient class.

ConvertToText
Description
This method is called upon a text inset (Examples: TiApiClient, TiFlow, TiText, TiTextTable)
object and converts it to a text. This method deletes the text inset and removes the locked text range
around it without modifying the content.

Returns
Void

Syntax
ConvertToText()

Delete
See Delete under the AFrame class.

DeletePropByName
See DeletePropByName under the TiApiClient class.

TiTextTable
An FO_TiTextTable object represents text imported from a text file into a table.

GetText
See GetText under the Cell class.

906
TITEXTTABLE
CHAPTER 6 FUNCTION SUMMARY

GetProps
See GetProps under the AFrame class.

SetProps
See SetProps under the AFrame class.

ObjectValid
See ObjectValid under the AFrame class.

DeleteTextInsetContents
See DeleteTextInsetContents under the TiApiClient class.

UpdateTextInset
See UpdateTextInset under the TiApiClient class.

ConvertToText
Description
This method is called upon a text inset (Examples: TiApiClient, TiFlow, TiText, TiTextTable)
object and converts it to a text. This method deletes the text inset and removes the locked text range
around it without modifying the content.

Returns
Void

Syntax
ConvertToText()

Delete
See Delete under the AFrame class.

DeletePropByName
See DeletePropByName under the TiApiClient.

907
TYPEDVALS
CHAPTER 6 FUNCTION SUMMARY

TypedVals
An Array of TypedVal objects with integer indexing and a length property.

concat
Description
The original array is unchanged. If an array is provided as a parameter to concat(), each of its elements
are appended as separate array elements at the end of the new array. Returns a new array, the result of
concatenation the given values to the end of the original array.

Returns
TypedVal

Syntax
concat(value)

Parameters

Data
Parameter name Type Optional Description

value TypedVa No Can also be arrays.


l

pop
Description
Removes the last element from the array.

Returns
TypedVal

Syntax
pop()

push
Description
Returns the new length of the array.

908
UBYTES
CHAPTER 6 FUNCTION SUMMARY

Returns
number

Syntax
push(value)

Parameters

Data
Parameter name Type Optional Description

value TypedVa No The value to push into the array.


l

UBytes
An Array of objects with integer indexing and a length property.

concat
Description
The original array is unchanged. If an array is provided as a parameter to concat(), each of its elements
are appended as separate array elements at the end of the new array. Returns a new array, the result of
concatenation the given values to the end of the original array.

Returns
UBytes

Syntax
concat(value)

Parameters

Data
Parameter name Type Optional Description

value UBytes No Can also be arrays.

909
UINTS
CHAPTER 6 FUNCTION SUMMARY

pop
Description
Removes the last element from the array.

Returns
uint

Syntax
pop()

push
Description
Returns the new length of the array.

Returns
number

Syntax
push(value)

Parameters

Data
Parameter name Type Optional Description

value uint No The value to push into the array.

UInts
An Array of objects with integer indexing and a length property.

concat
Description
The original array is unchanged. If an array is provided as a parameter to concat(), each of its elements
are appended as separate array elements at the end of the new array. Returns a new array, the result of
concatenation the given values to the end of the original array.

910
UINTS
CHAPTER 6 FUNCTION SUMMARY

Returns
UInts

Syntax
concat(value)

Parameters

Data
Parameter name Type Optional Description

value UInts No Can also be arrays.

pop
Description
Removes the last element from the array.

Returns
uint

Syntax
pop()

push
Description
Returns the new length of the array.

Returns
number

Syntax
push(value)

911
UNANCHOREDFRAME
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

value uint No The value to push into the array.

UnanchoredFrame

Delete
Description
Deletes the specified unanchored frame.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetProps
Description
The GetProps() method retrieves the properties of the specified unanchored frame.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
The SetProps() method sets the properties of the specified unanchored frame.

912
VAR
CHAPTER 6 FUNCTION SUMMARY

See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the unanchored frame is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

Var

Delete
Description
Deletes the specified var object.
See Delete under the AFrame class for more information.

Returns
int

913
VAR
CHAPTER 6 FUNCTION SUMMARY

Syntax
Delete()

GetText
Description
Gets the text from the var object.
See GetText under the Cell class for more information.

Returns
TextItems

Syntax
GetText(flags)

Parameters

Data
Parameter name Type Optional Description

flags int No Denotes the various bit flags that specify the
items to be retrieved.

GetProps
Description
The GetProps() method retrieves the properties of the specified var object.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
The SetProps() method sets the properties of the specified var object.

914
VARFMT
CHAPTER 6 FUNCTION SUMMARY

See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the var object is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

VarFmt

Delete
Description
Deletes the specified varfmt object.
See Delete under the AFrame class for more information.

Returns
int

915
VARFMT
CHAPTER 6 FUNCTION SUMMARY

Syntax
Delete()

GetProps
Description
The GetProps() method retrieves the properties of the specified varfmt object.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
The SetProps() method sets the properties of the specified var object.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the varfmt object is valid, else returns 0.

916
XREF
CHAPTER 6 FUNCTION SUMMARY

See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

XRef

Delete
Description
Deletes the specified XRef object.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetText
Description
Gets the text from the XRef object.
See GetText under the Cell class for more information.

Returns
TextItems

Syntax
GetText(flags)

917
XREF
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

flags int No Denotes the various bit flags that specify the
items to be retrieved.

GetProps
Description
The GetProps() method retrieves the properties of the specified XRef object.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

SetProps
Description
The SetProps() method sets the properties of the specified XRef object.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

918
XREFFMT
CHAPTER 6 FUNCTION SUMMARY

ObjectValid
Description
Returns 1 if the xref object is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

XRefFmt

Delete
Description
Deletes the specified XRefFmt object.
See Delete under the AFrame class for more information.

Returns
int

Syntax
Delete()

GetProps
Description
The GetProps() method retrieves the properties of the specified XRefFmt object.
See GetProps under the AFrame class for more information.

Returns
PropVals

Syntax
GetProps()

919
APP
CHAPTER 6 FUNCTION SUMMARY

SetProps
Description
The SetProps() method sets the properties of the specified XRefFmt object.
See SetProps under the AFrame class for more information.

Returns
Void

Syntax
SetProps(setVal)

Parameters

Data
Parameter name Type Optional Description

setVal PropVal No The property list.


s

ObjectValid
Description
Returns 1 if the XRefFmt object is valid, else returns 0.
See ObjectValid under the AFrame class for more information.

Returns
int

Syntax
ObjectValid()

app

Close
See Close under the Book class.

920
APP
CHAPTER 6 FUNCTION SUMMARY

GetNamedObject
Description
Gets the object with a specified name (Name property) and object type.
If an error occurs, this method returns the the object, or 0. If this method fails, the method assigns one
of the following values to FA_errno:

Error Meaning

Constants.FE_BadDocId Invalid document.


(-2)
Constants.FE_TypeUnName Objects of the specified type do not have names.
d (-19)
Constants.FE_NameNotFound Object with the specified name and type does not exist in the
(-20) specified document.

Returns
Object

Syntax
GetNamedObject(objType, name)

Parameters

Data
Parameter name Type Optional Description

objType int No Type of the object to get.


name string No Name of the object to get.

GetNamedBook
Description
Gets the book object with a specified name.
If this method fails, the method assigns the following value to FA_errno.

921
APP
CHAPTER 6 FUNCTION SUMMARY

Error Meaning

Constants.FE_NameNotFound The book with the specified name does not exist.
(-20)

Returns
Book

Syntax
GetNamedBook(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name of the book object you want to get.

GetNamedCommand
Description
Gets aFO_command object with the specified command string.
If this method fails, the method assigns the following value to FA_errno.

Error Meaning

Constants.FE_NameNotFound The object with the specified name does not exist.
(-20)

Returns
Command

Syntax
GetNamedCommand(name)

922
APP
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

name string No The name of the command object you want


to get.

GetNamedMenu
Description
Gets a menu object with the specified menu string.
If this method fails, the method assigns the following value to FA_errno.

Error Meaning

Constants.FE_NameNotFound A menu with the specified name does not exist.


(-20)

Returns
Menu

Syntax
GetNamedMenu(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name of the menu object you want to


get.

GetNamedMenuItemSeparator
Description
Gets a menu item separator object with the specified menu item separator string.
If this method fails, the method assigns the following value to FA_errno.

923
APP
CHAPTER 6 FUNCTION SUMMARY

Error Meaning

Constants.FE_NameNotFound A menu item separator with the specified name does not exist.
(-20)

Returns
MenuItemSeparator

Syntax
GetNamedMenuItemSeparator(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name of the menu item separator you


want to get.

NewNamedObject
Description
Creates a new objects and returns it.
If this method fails, the method assigns one of the following values to FA_errno.

Error Meaning
FE_BadName(-33) Specified name for the new object is invalid.
FE_BadNew (-23) Object cannot be created.
FE_DupName(-32) Specified name for the new object belongs to an existing object.

Returns
Object

Syntax
NewNamedObject(objType, name)

924
APP
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

objType int No The type of the object you want to create.


name string No The name of the object you want to create.

NewNamedBook
Description
Creates a new book objects and returns it.
If this method fails, the method assigns one of the following values to FA_errno.

Error Meaning

FE_BadName(-33) Specified name is invalid.


FE_BadNew (-23) Object cannot be created.
FE_DupName(-32) Specified name for the new object belongs to an existing object.

Returns
Book

Syntax
NewNamedBook(name)

Parameters

Data
Parameter name Type Optional Description

name string No The name of the book object to create.

NewNamedCommand
Description
Creates a new command object and returns it
If this method fails, the method assigns one of the following values to FA_errno.

925
APP
CHAPTER 6 FUNCTION SUMMARY

Error Meaning

FE_BadName(-33) Specified name is invalid.


FE_BadNew (-23) Command cannot be created.
FE_DupName(-32) Specified name for the new command belongs to an existing
command.

Returns
Command

Syntax
NewNamedCommand(name)

Parameters

Data
Parameter name Type Optional Description

name string No Name of the new command object to create.

NewNamedMenu
Description
Creates a menu object with the specified name and returns it
If this method fails, the method assigns one of the following values to FA_errno.

Error Meaning

FE_BadName(-33) Specified name is invalid.


FE_BadNew (-23) Menu cannot be created.
FE_DupName(-32) Specified name for the new menu belongs to an existing menu.

Returns
Menu

Syntax
NewNamedMenu(name)

926
APP
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

name string No Name of the menu object to create.

NewNamedMenuItemSeparator
Description
Creates a new menu item separator with the specified name and returns it
If this method fails, the method assigns one of the following values to FA_errno.

Error Meaning

FE_BadName(-33) Specified name is invalid.


FE_BadNew (-23) Menu item separator cannot be created.
FE_DupName(-32) Specified name for the new menu item separator belongs to an
existing menu item separator.

Returns
MenuItemSeparator

Syntax
NewNamedMenuItemSeparator(name)

Parameters

Data
Parameter name Type Optional Description

name string No Name of the new menu item separator


object.

GetProps
See GetProps under the AFrame class.

927
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

SetProps
See SetProps under the AFrame class.

ObjectValid
See ObjectValid under the AFrame class.

global

Alert
Description
Displays an alert box with a message. Depending on the constant you specify for the type parameter,
the alert displays either the OK and Cancel buttons, Yes and No buttons, or a Continue button.
The type parameter takes one of the following values:

Constant Value

Constants.FF_ALERT_OK_DEFAULT Displays the OK and Cancel buttons; OK is the default.


(0)
Constants.FF_ALERT_CANCEL_DEF Displays the OK and Cancel buttons; Cancel is the default.
AULT (1)
Constants.FF_ALERT_CONTINUE_ Displays the OK button.
NOTE (2)
Constants.FF_ALERT_CONTINUE_ Displays the OK button with a warning indicator.
WARN (3)
Constants.FF_ALERT_YES_DEFAUL Displays the Yes and No buttons; Yes is the default.
T (4)
Constants.FF_ALERT_NO_DEFAULT Displays the Yes and No buttons; No is the default.
(5)

The method returns 0 if the user clicked OK, Continue, or Yes.


The method returns -1 if the user clicked Cancel or No.

Returns
int

928
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Syntax
Alert(message, type)

Parameters

Data
Parameter name Type Optional Description

message string No The message that appears in the dialog box.


Messages longer than 255 characters, are
truncated.
type int No The dialog box type.

Alive
Description
Checks whether the current asynchronous client has a connection with a FrameMaker process. Call this
method after registering the asynchronous client using WinConnectSession().
The method returns a positive integer if there is a current connection to a FrameMaker process. Other-
wise it returns 0.

Returns
int

Syntax
Alive()

CallClient
Description
Allows a client to call another client. The method is useful for calling FrameMaker clients, such as the
structure generator and the element catalog manager.
On success, the method returns FE_Success or the value specified by the target client’s last call to
ReturnValue().
NOTE: Calls to the structure generator always return FE_Success no matter what string is passed to it as
an argument.
On failure, the method assigns the following value to FA_errno:

929
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_NameNotFoun There is no client with the specified name in the current FrameMaker
d (-20) productsession.
Constants.FE_BadParameter For the TableSort client only: One of the arguments is invalid. For
(-43) example, you gave a value for the sort key that is greater than the
number of columns or rows in the current table selection, or you
have no table cells selected.

Returns
int

Syntax
CallClient(clname, arg)

Parameters

Data
Parameter name Type Optional Description

clname string No The registered name of the target client.


arg string No A string that is passed to the target client.

Example: XLIFF Export


The following example illustrates how you can use the CallClient method to export your documents
into XLIFF format for translation.
Syntax
CallClient("XLIFF-Client,
"action=xliffexport;src=SOURCEFILENAME;xts=XTSFILENAME;lang=SOURCELANG;o
ut=OUTFILENAME");
Parameters

Parameter name Description


action A fixed value of xliffexport.
src Fully qualified path of root map or file to convert. Supported file type
extension: .dita, .ditamap, .xml, .book, .mif.

930
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Parameter name Description

xts Fully qualified path to XTS file (XTS - XLIFF Translation Settings).
NOTE: XTS settings for MIF can be configured through the XLIFF Export
dialog.
lang Source language code in ISO format, such as en-US.
out Fully qualified output file name, which is a .zip file.

Returns

0
Success
-1 to -9
Process cancelled due to missing or wrong parameters.
-10
Errors occurred during the conversion process.

Sample code:
var XLIFFCLIENTNAME="XLIFF-Client";
ExportXliff() ;
ExportXliff = function()
{
var inFile = new File().openDlg ("select input file", "All files:*.*",
false);
if (inFile == null)
return ;
var outFile = new File(inFile.fsName + ".zip").saveDlg("select output
file", "ZIP Files:*.zip");
if (outFile == null)
return ;
var xtsFile = new File(app.HomeDir +
"\\Translation\\XLIFF\\config\\default.xts").openDlg("select XTS file",
"XTS file:*.xts", false);
if (xtsFile == null)
return ;
var sourceLang = "en-US";
var cmd = "action=xliffexport;";
cmd += "src=" + inFile.fsName+ ";";
cmd += "xts=" + xtsFile.fsName + ";";
cmd += "lang=" + sourceLang + ";";
cmd += "out=" + outFile.fsName + ";";
var result = CallClient (XLIFFCLIENTNAME, cmd);
if (result == 0)
{

931
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

$.writeln("Success");
}
else if (result < 0 && result > -10)
{
$.writeln("parameter errors. process cancelled");
}
else if (result <= -10)
{
$.writeln("conversion errors occurs. Check log file");
}
}

Example: XLIFF Import


The following example illustrates how you can use the CallClient method to import converted XLIFF
files back into your source document.
Syntax
CallClient("XLIFF-Client,
"action=xliffimport;src=XLIFFZIPPATH;out=OUTDIRECTORY");
Parameters

Parameter name Description

action A fixed value of xliffimport.


src Fully qualified path of the root zip file containing the translated XLIFF
files.
out Fully qualified path to output directory.
CAUTION: Ensure that the output directory is empty, else existing files are
overwritten.

Returns

0
Success
-1 to -9
Process cancelled due to missing or wrong parameters.
-10
Errors occurred during conversion process.

Sample code:
var XLIFFCLIENTNAME="XLIFF-Client";
ImportXliff();
ImportXliff = function()

932
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

{
//Select source file (.book; .fm; .dita; .ditamap; .xml)
var inFile = new File().openDlg ("select XLIFF ZIP file", "ZIP
Files:*.zip", false);
if (inFile == null)
return ;
//!!!!!!!!!!! CAUTION !!!!!!!!!!!!!!!!
//!!!!!select empty directory, otherwise FILES may be overwritten!!!!!
var ouDirectory = new Folder(inFile.parent).selectDlg("select output
directory");
if (ouDirectory == null)
return ;
var cmd = "action=xliffimport;";
cmd += "src=" + inFile.fsName+ ";";
cmd += "out=" + ouDirectory.fsName + ";";
var result = CallClient (XLIFFCLIENTNAME, cmd);
if (result == 0)
{
$.writeln("Success");
}
else if (result < 0 && result > -10)
{
$.writeln("parameter errors. process cancelled");
}
else if (result <= -10)
{
$.writeln("conversion errors occurs. Check log file");
}
}

CallClientEx
Description
Allows a client to call another client. The method is useful for calling FrameMaker clients, such as the
structure generator and the element catalog manager.
On success, the method returns FE_Success or the value specified by the target client’s last call to
ReturnValue().
NOTE: Calls to the structure generator always return FE_Success no matter what string is passed to it as
an argument.
On failure, the method assigns the following value to FA_errno:

Error Reason

Constants.FE_NameNotFoun There is no client with the specified name in the current FrameMaker
d (-20) productsession.

933
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_BadParameter For the TableSort client only: One of the arguments is invalid. For
(-43) example, you gave a value for the sort key that is greater than the
number of columns or rows in the current table selection, or you
have no table cells selected.

Returns
TypedVal

Syntax
CallClientEx(clname, arg)

Parameters

Data
Parameter name Type Optional Description

clname string No The registered name of the target client.


arg string No A string that is passed to the target client.

CheckStatus
Description
Checks the scripts returned by Open(), Import(), Save(), and UpdateBook() to determine if a
specified status bit is set.
Returns 1 if the bit is set, else returns 0.

Returns
int

Syntax
CheckStatus(p, statusBit)

934
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

p PropVal No The property list returned by Open(), Save(),


s Import(), or UpdateBook().
statusBit int No The status bit to test.

ClientDir
Description
Returns the name of the current ESTK client’s directory.
NOTE: Use Free() to free the string returned by ClientDir() when you are done with it.

The method assigns the following value to FA_errno, on failure:

Error Reason

Constants.FE_Transport A transport error occured.


(-1)

Returns
string

Syntax
ClientDir()

ClientName
Description
Returns the registered name of the current client (the client that calls ClientName()).
NOTE: Use Free() to free the string returned by ClientDir() when you are done with it.

The method assigns the following value to FA_errno, on failure:

Error Reason

Constants.FE_Transport A transport error occured.


(-1)

935
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Returns
string

Syntax
ClientName(_)

CMSRegister
Description
Registers a CMS client.

Returns
CMS Object

Syntax
CMSRegister (cmsName);

Parameters

Data
Parameter name Type Optional Description

cmsName int No Name of the CMS to register

If CMSRegister() fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_CMSNameAlre The method attempts to register a CMS that is already registered.


adyRegistered
Constants.FE_BadParameter The function call specified an invalid parameter.

CMSGetCmsIdFromName
Description
Gets the CMS registration id from CMS name.

Returns
CMS Object

936
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Syntax
CMSGetCmsIdFromName (cmsName);

Parameters

Data
Parameter name Type Optional Description

cmsName int No The Name of the CMS

If CMSGetCmsIdFromName() fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_BadParameter The function call specified an invalid parameter.

CMSAddMenuEntry
Description
Adds a custom menu entry in the context menu within the FrameMaker interface.

Returns
CMS Object

Syntax
CMSAddMenuEntry (menuId,menuEntryp);

Parameters

Data
Parameter name Type Optional Description

menuId int No The ID of the Parent menu


menuEntryp int No The F_CMSMenuItemT structure describes a
custom menu definition

If CMSAddMenuEntry() fails, the method assigns following values to FA_errno:

937
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_CMSBadObjectI The client specified an invalid menu ID.


d
Constants.FE_BadParameter The function call specified an invalid parameter.

CustomDoc
Description
Creates a new custom document using the FrameMaker product’s default new document template.
The sidedness parameter can have one of the following values:

Vaule Page Characterstics

Constants.FF_Custom_SingleSi Single sided.


ded (0)
Constants.FF_Custom_FirstPa Double-sided, starting with a right page.
geRight (1)
Constants.FF_Custom_FirstPa Double-sided, starting with a left page.
geLeft (2)

The method returns the new document on success.


The method assigns the following value to FA_errno, on failure:

Error Reason

Constants.FE_WrongPro The product version does not support this operation.


duct (-60)
Constants.FE_BadParam Parameter has an invalid value.
eter (-43)

Returns
Doc

Syntax
CustomDoc(width, height, numCols, columnGap, topMargin, botMargin,
leftinsideMargin, rightoutsideMargin, sidedness, makeVisible)

938
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

width int No The document page width.


height int No The document page height.
numCols int No The default number of columns.
columnGap int No The default column spacing.
topMargin int No The document page top margin.
botMargin int No The document page bottom margin.
leftinsideMargin int No The left margin for single-sided documents,
or the inside margin for double-sided
documents.
rightoutsideMargin int No The right margin for single-sided documents,
or the outside margin for double-sided
documents.
sidedness int No A constant that specifies whether the
document is single-sided or doublesided and
on which side the document starts.
makeVisible bool No Specifies whether the document is visible
after it is created. Set to True to make the
document visible.

DefineMenu
Description
Defines a menu (FO_Menu object). After you define a menu, you can add it to a menu or a menu bar with
AddMenuToMenu().
If you call DefineMenu() and specify the name of a menu that is already defined in the user’s menu
configuration files, the FrameMaker product gives precedence to the definition in the configuration files.
If the configuration files assign a label to the menu, the FrameMaker product uses it instead of the one
you specify.If the user has already defined a menu with the name specified by name, DefineMenu()
ignores the label parameter and uses the label specified by the user.
The method returns the new menu on success.
On failure, the method sets FA_errno to one of the following values:

939
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_WrongProdu Current FrameMaker product does not support this operation or


ct (-60) fmbatch is running
Constants.FE_BadParamete Parameter has an invalid value.
r (-43)
Constants.FE_BadOperatio Parameters specify an invalid operation.
n (-27)
Constants.FE_NotMenu name specifies a command; cannot redefine a command as a menu.
(-72)
Constants.FE_SystemError System error.
(-42)

Returns
Menu

Syntax
DefineMenu(name, label)

Parameters

Data
Parameter name Type Optional Description

name string No A unique name for the menu. If the user or an


ESTK client has already defined a command or
menu with this name, the new menu replaces
it.
label string No The title of the menu as it appears on the
menu bar or menu.

DisconnectFromSession
Description
Ends communication with a FrameMaker product process.
The method returns FE_Success if it succeeds, or a system error code if an error occurs.

940
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Returns
int

Syntax
DisconnectFromSession()

Err
Description
Prints the client’s name and a message to the console.

Returns
Void

Syntax
Err(message)

Parameters

Data
Parameter name Type Optional Description

message string No The message to print.

FamilyFonts
Description
Returns a Fonts object with the permutations of angles, variations, and weights available for a specified
font family.

Returns
Fonts

Syntax
FamilyFonts(family)

941
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

family int No The index of the font family (in the list of
fonts in the session).

GetKeyCatalog
Description
Finds a key catalog with the specified 'tag'.

Returns
KeyCatalog

Syntax
GetKeyCatalog(tag);

Parameters

Data
Parameter name Type Optional Description

tag string No The tag of the new Key Catalog being created.

If GetKeyCatalog() fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_BadName The tag provided is not valid or the key catalog with this tag does not
exist.

GetEncodingForFamily
Description
Returns the encoding that FrameMaker uses for the font family.
Returns one of the following strings indicating the encoding for the font:

942
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Value Meaning

FrameRoman Roman Text.


JISX0208.ShiftJIS Japanese Text.
BIG5 Traditional Chinese Text.
GB2312-80.EUC Simplified Chinese Text.
KSC5601-1992 Korean Text.
Multiple More than one encoding for the font family.

If the returned string is Multiple, the font family includes variations that are represented by different
encodings. You should use ApiFamilyFonts() to get a list of the variations for the family. Then you
can use GetEncodingForFont() to get the encoding for a specific variation.

Returns
string

Syntax
GetEncodingForFamily(family)

Parameters

Data
Parameter name Type Optional Description

family int No The font family for whichthe encoding is to be


retrieved.

GetEncodingForFont
Description
Returns the encoding that FrameMaker uses for a specific font with a specific combination of weight,
angle, and variation.
Returns one of the following strings indicating the encoding for the font:

Value Meaning

FrameRoman Roman Text.

943
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Value Meaning

JISX0208.ShiftJIS Japanese Text.


BIG5 Traditional Chinese Text.
GB2312-80.EUC Simplified Chinese Text.
KSC5601-1992 Korean Text.

Returns
string

Syntax
GetEncodingForFont(font)

Parameters

Data
Parameter name Type Optional Description

font Font No

GetImportDefaultParams
Description
Gets a default property list that you can use to call Import().
The method returns a PropVals structure containing the properties retreived.
For more information see Import.

Returns
PropVals

Syntax
GetImportDefaultParams()

GetOpenDefaultParams
Description
Gets a default property list that you can use to call Open().

944
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Returns
PropVals

Syntax
GetOpenDefaultParams()

GetPropIndex
Description
Gets the index of a property-value pair (PropVal structure) within a property list. GetPropIndex() is a
convenience routine that makes it easier to manipulate the properties in a property list.
The method returns the index (in the property list) of the property’s PropVal structure, or
Constants.FE_BadPropNum (-4) if an error occurs.

Returns
int

Syntax
GetPropIndex(propVals, propNum)

Parameters

Data
Parameter name Type Optional Description

propVals PropVal No The property list.


s
propNum int No The property for which the index is to be
retrieved.

GetSaveDefaultParams
Description
Gets a default property list that you can use to call Save().
On success, the method returns a PropVals list as shown in the following table.
The first value listed next to each property is the value that GetSaveDefaultParams() assigns to the
property. The other values are values that you can assign to the property as desired.

945
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Property Values

AlertUserAboutFailure Specifies whether to notify user if something unusual


happens during the Save operation. The value is one of:
• False: Do not notify user.
True: Notify user.
AutoBackupOnSave Specifies whether to create a backup file. The value is
one of:
• Constants.FV_SaveUserPrefAutoBackup(2) - Follow
preference specified by the session’s AutoBackup
property.
Constants.FV_SaveYesAutoBackup(0) - Make a
backup.
Constants.FV_SaveNoAutoBackup(1) - Do not make
a backup.
DontNotifyAPIClients Specifies whether to save the file without notifying other
clients. The value is one of:
• False - Notify other clients.
True - Do not notify other clients.

946
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Property Values

FileType Specifies the type of file to save to. This file type must be
one that FrameMaker saves natively. Note that HTML
and XML are saved via filters, and so you must specify a
filter hint string via Constants.FS_SaveFileTypeHint(16).
The value is one of:
• Contants.FV_SaveFmtBinary(0) - Save in Frame
binary format for this version of FrameMaker.
Constants.FV_SaveFmtBinary60(11) - Save in binary
format for FrameMaker 6.0.
Constants.FV_SaveFmtInterchange(1) - Save as
MIF.
Constants.FV_SaveFmtSgml(7) - Save in SGML for-
mat.
Constants.FV_SaveFmtText(6) - Save in Text Only
format.
Constants.FV_SaveFmtXml(10) - Save in XML for-
mat.
Constants.FV_SaveFmtPdf(9) - Save as PostScript,
and then invoke Acrobat Distiller to create a PDF
version of the document. This is the same as choos-
ing PDF from the Format popup menu in the Save As
dialog box.
Constants.FV_SaveFmtFilter(8) - Filter on save, us-
ing
Constants.FS_SaveFileTypeHint(16)to
determine the filter.
FileIsInUse Another user or session is recorded in the file’s lock file.
The value is one of:
• Constants.FV_DoCancel(0) - Cancel the Save opera-
tion.
Constants.FV_DoShowDialog(4) - Display the File In
Use dialog box.
Constants.FV_ResetLockAndContinue(7) - Attempt
to reset the file lock and save the document.

947
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Property Values

LockCantBeReset The user clicked Save Anyway in the File In Use dialog
box, or the value of Constants.FS_FileInUse is set
to Constants.FV_ResetLockAndContinue(7),
but the lock file cannot be reset. This is usually due to
permissions in the lock file.
The value is one of:
• Constants.FV_DoCancel(0) - Cancel the Save opera-
tion.
Constants.FV_DoShowDialog(4) - Display the Can-
not Lock File dialog box.
Constants.FV_DoOK(1) - Save the document any-
way.
ModDateChanged The file has changed since the last time it was opened or
saved in the current session. Somebody else has
probably modified the file.
The value is one of:
• Constants.FV_DoCancel(0) - Cancel the Save opera-
tion.
Constants.FV_DoShowDialog(4) - Display the File
Has Changed alert box.
Constants.FV_DoOK(1) - Save the document any-
way.
SaveFileNotWritable The file permissions will not allow the file to be saved.
The value is one of:
• Constants.FV_DoCancel(0) - Cancel the Save opera-
tion.
Constants.FV_DoShowDialog(4) - Display the Can-
not Lock FIle alert box.
SaveFileTypeHint If Constants.FS_FileType is
Constants.FV_SaveFmtFilter(8), this string enables the
FrameMaker product to call the correct filter.For
example, use 0001ADBEHTML to save as HTML or
0001ADBEXML to save as XML.

948
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Property Values

MakePageCount Specifies how to round the page count.


The value is one of:
• Constants.FV_UseCurrentSetting(0) - Use default
specified by the document property, PageR-
ounding.
Constants.FV_DontChangePageCount(1) - Leave
pages as is.
Constants.FV_MakePageCountEven(2) - With odd
number of pages, add a page to end of document.
Constants.FV_MakePageCountOdd(3) - With even
number of pages, add a page to end of document.
Constants.FV_DeleteEmptyPages(4) - Remove extra
pages at end of document.
RetainNameStripe Specifies whether to change the name in document title
bar to the name to which the file is saved.
The value is one of:
• False -Change the name in the title bar to the name
in which the file is saved.
True - Do not change the name in the title bar.
SaveAsModeName Specifies where to get filename if
Constants.FS_SaveMode(4) is set to
Constants.FV_ModeSaveAs(1).
The value is one of:
• Constants.FV_SaveAsNameProvided(2) - Save
under the filename specified in the saveAsName
parameter of Save().
Constants.FV_SaveAsUseFileName(1) - Save as
name shown on the document title bar.
Constants.FV_SaveAsNameAskUser(0) - Prompt
user for name.
SaveMode Specifies whether to use Save or Save As mode.
The value is one of:
• Constants.FV_ModeSaveAs(1) - Use Save As mode.
Constants.FV_ModeSave(0) - Use Save mode.

949
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Property Values

SaveTextExtraBlankLineAtEOP Specifies whether to add an extra line at the end of each


paragraph if the file is being saved as Text Only.
The value is one of:
• False - Do not add an extra line.
True - Add an extra line.
SaveTextTblSetting Specifies how to deal with tables if the file is being saved
as Text Only.
The value is one of:
• Constants.FV_SaveTblUserPref(0) - Use setting last
specified in Save as Text dialog box.
Constants.FV_SaveTblRowsAsPgfs(1) - Save each
table cell as a paragraph row-by-row.
Constants.FV_SaveTblColsAsPgfs(2) - Save each ta-
ble cell as a paragraph column-by-column.
Constants.FV_SaveSkipTbls(3) - Omit tables from a
Text Only file.
Constants.FV_SaveTextTblCellSeparator - The char-
acter to write as a cell separator in the text file.
Constants.FV_SaveTextTblRowColumnSeparator -
The character to write as a row or column separator
in the text file.
SgmlSaveApplication Retained for compatibility. Use the
StructuredSaveApplication property instead.
StructuredSaveApplication The value is one of:
• String specifying the name of the structure applica-
tion to use when saving a structured document as
XML or SGML. This paramater takes precedence
over any other structure application specification.
If the specified application does not exist, the
calling function will fail.
Null - No application used.
ShowSaveTextDialog Specifies whether to display dialog box if the file is being
saved in Text Only format.
The value is one of:
• False - Do not display dialog box.
True - Display dialog box asking user whether to put
paragraph returns at the end of each line.

950
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Property Values

UpdateFRVList Specifies whether the file will be added to the list of files
recently visited that appears in the File menu. This is set
toc False by default.
The value is one of :
• False - Do not add the file to the list.
True - Add the file to the list.

On failure, the method sets the len field of the returned structure to 0.

Returns
PropVals

Syntax
GetSaveDefaultParams()

GetSupportedEncodings
Description
Returns the font encodings supported for the current session.
The following strings indicate the encoding for fonts:

Value Meaning

FrameRoman Roman Text.


JISX0208.ShiftJIS Japanese Text.
BIG5 Traditional Chinese Text.
GB2312-80.EUC Simplified Chinese Text.
KSC5601-1992 Korean Text.

Returns
Strings

Syntax
GetSupportedEncodings()

951
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

GetUpdateBookDefaultParams
Description
Gets a default property list that you can use to call UpdateBook().

Returns
PropVals

Syntax
GetUpdateBookDefaultParams()

GetNewXMLDefaultParams
Description
Generates default open-parameters for NewXML().

Returns
PropVals

Syntax
GetNewXMLDefaultParams();
A property list (PropVals) with the properties shown in the following table.

Property Instruction or situation and possible values

Constants.FS_Doctype Specifies a doctype to be used for creating a new XML document


Constants.FS_PublicId Specifies a public id to be used for creating a new XML document
Constants.FS_SystemId Specifies a DTD-system id to be used for creating a new xml
document
Constants.FS_Extension Used to provide a custom extension for the new XML document (like
Untitled1.dita). Without customization, FrameMaker determines the
extension by itself based on file type.
Constants.FS_Visible A boolean property that indicates if the new XML document shall be
visible or hidden.

952
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

IsEncodingSupported
Description
Checks whether the specified encoding is supported for the current session. For example, unless
FrameMaker is running on a system that supports Japanese text, Japanese encoding is not supported.
The encodingName parameter can be set to one of the following values:

Value Meaning

FrameRoman Roman Text.


JISX0208.ShiftJIS Japanese Text.
BIG5 Traditional Chinese Text.
GB2312-80.EUC Simplified Chinese Text.
KSC5601-1992 Korean Text.

Returns True if the specified encoding is supported for the current session, else returns False.

Returns
bool

Syntax
IsEncodingSupported(encodingName)

Parameters

Data
Parameter name Type Optional Description
encodingName string No The encoding that you want to test.

LoadMenuCustomizationFile
Description
Loads a menu customization file.
A menu customization file is a text file containing statements that change the menus and commands the
user sees in FrameMaker. For example, a menu customization file can change the name of a command
or move a command from one menu to another.
The method returns FE_Success on success.

953
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

On failure, the method sets FA_errno to one of the following values:

Error Reason

Constants.FE_WrongPro The product version does not support this operation.


duct (-60)
Constants.FE_BadParam Parameter has an invalid value.
eter (-43)
Constants.FE_BadOpera Parameters specify an invalid operation.
tion (-27)
Constants.FE_SystemErr System error.
or (-42)

Returns
Void

Syntax
LoadMenuCustomizationFile(pathname, silent)

Parameters

Data
Parameter name Type Optional Description

pathname string No The pathname of the menu customization file


to load. If you specify only a filename, the
function looks in the client directory. If
silent is set to False, the pathname
specified by pathname is used as the default
in the Menu Customization File dialog box.
silent bool No Specifies whether to display the Menu
Customization File dialog box and allow the
user to choose the file.
To display the dialog box and allow the user
to choose the file, specify False.
To use the file specified by pathname without
asking the user, specify True.

954
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

NewKeyCatalog
Description
Creates a new key catalog with the specified 'tag'.

Returns
KeyCatalog

Syntax
NewKeyCatalog(tag);

Parameters

Data
Parameter name Type Optional Description

tag string No The tag of the new Key Catalog being created.

If NewKeyCatalog() fails, the method assigns following values to FA_errno:

Error Reason

Constants.FE_BadName The tag provided is not valid.


Constants.FE_DupName A key catalog for the tag provided already exists.

NewXML
Description
Creates a new, untitled XML.

Returns
Doc

Syntax
ApiNewXML(opennewXMLParams, newXMLReturnParams);

955
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

opennewXMLParamsp PropVal No A property list telling the FrameMaker


s product how to open the file and how to
respond to errors and other conditions. To
use the default list, specify NULL.
newXMLopenReturnParam PropVal No A property list that returns the filename and
s s provides information about how the
FrameMaker product opened the file. It must
be initialized before you call
F_ApiNewXMLOpen().

To get a property list to specify for the newXMLParams parameter, use GetNewXMLDefaultParams.

Notification
Description
Requests that the FrameMaker product notify your client whenever a specified event, or stage of an
event, occurs.
NOTE: If FrameMaker encounters an internal error and exits, it does not send any notification to your client
about operations performed after the error occured. For example, after an error, FrameMaker allows the
user to save changes in open documents, but it does not notify any clients of the save operations.
Many events have several notification points or stages for which you can request notification.The
following table lists the notification points and the constants that specify them:

Event Notification Point Notification Constant

Frame binary • Before checking the type • Constants.FA_Note_PreFileType (9)


document opened of file to be opened Constants.FA_Note_PostFileType (10)
After checking the type of Constants.FA_Note_PreOpenDoc (1)
file to be opened
Constants.FA_Note_PostOpenDoc (2)
Before opening the file
After opening the file

956
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Event Notification Point Notification Constant

MIF document • Before checking the type • Constants.FA_Note_PreFileType (9)


opened of file to be opened Constants.FA_Note_PostFileType (10)
After checking the type of Constants.FA_Note_PreOpenMIF (3)
file to be opened
Constants.FA_Note_PostOpenMIF (4)
Before opening the file
After opening the file
SGML document • Before checking the type • Constants.FA_Note_PreFileType (9)
opened of file to be opened Constants.FA_Note_PostFileType (10)
After checking the type of Constants.FA_Note_PreOpenSGML (82)
file to be opened
Constants.FA_Note_PostOpenSGML
Before opening the file (83)
After opening the file
XML document • Before checking the type • Constants.FA_Note_PreFileType (9)
opened of file to be opened Constants.FA_Note_PostFileType (10)
After checking the type of Constants.FA_Note_PreOpenXML (95)
file to be opened
Constants.FA_Note_PostOpenXML (96)
Before opening the file
After opening the file
Filterable document Before checking the type of Constants.FA_Note_FilterIn (14)
opened the file to be opened
Frame binary book • Before checking the type • Constants.FA_Note_PreFileType (9)
opened of file to be opened Constants.FA_Note_PostFileType (10)
After checking the type of Constants.FA_Note_PreOpenBook (16)
file to be opened
Constants.FA_Note_PostOpenBook (17)
Before opening the file
After opening the file
MIF book opened • Before checking the type • Constants.FA_Note_PreFileType (9)
of file to be opened Constants.FA_Note_PostFileType (10)
After checking the type of Constants.FA_Note_PreOpenBookMIF
file to be opened (18)
Before opening the file Constants.FA_Note_PostOpenBookMIF
After opening the file (19)
User double-clicked • Before opening the file • Constants.FA_Note_PreBookComponen-
to open a document After opening the file tOpen (76)
in a book window Constants.FA_Note_PostBookCompo-
nentOpen (77)

957
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Event Notification Point Notification Constant

Generating a list or • Before generating the • Constants.FA_Note_PreGenerate (78)


TOC for a document file Constants.FA_Note_PostGenerate (79)
or a book After generating the file
Document saved in • Before saving the docu- • Constants.FA_Note_PreSaveDoc (5)
Frame binary ment Constants.FA_Note_PostSaveDoc (6)
format After saving the docu-
ment
Document saved as • Before saving the file as • Constants.FA_Note_PreSaveMIF (7)
MIF MIF Constants.FA_Note_PostSaveMIF (8)
After saving the file as
MIF
Document saved as • Before saving the file as • Constants.FA_Note_PreSaveSGML (99)
SGML SGML Constants.FA_Note_PostSaveSGML
After saving the file as (100)
SGML
Document saved as • Before saving the file as • Constants.FA_Note_PreSaveXML (97)
XML XML Constants.FA_Note_PostSaveXML (98)
After saving the file as
XML
Document saved as • Before specifying • Constants.FA_Note_PreSaveAsPDFDi-
PDF Acrobat settings and alog (71)
generating PostScript Constants.FA_Note_PostSaveAsPDFDi-
After specifying Acrobat alog (72)
settings and generating Constants.FA_Note_PreDistill (73)
PostScript
Constants.FA_Note_PostDistill (74)
Before distilling the post-
script
After distilling the post-
script
Document saved as Before the document is saved Constants.FA_Note_FilterOut (15)
filterable type
Document exited • Before exiting the docu- • Constants.FA_Note_PreQuitDoc (11)
ment Constants.FA_Note_PostQuitDoc (40)
After exiting the docu-
ment
Book exited • Before exiting the book • Constants.FA_Note_PreQuitBook (24)
After exiting the book Constants.FA_Note_PostQuitBook (41)

958
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Event Notification Point Notification Constant

First change made After the document is changed Constants.FA_Note_DirtyDoc (12)


to a document since
it was opened or
saved
First change made After the book is changed Constants.FA_Note_DirtyBook (25)
to a book since it
was opened or
saved
Book saved in • Before saving the book • Constants.FA_Note_PreSaveBook (20)
Frame binary After saving the book Constants.FA_Note_PostSaveBook (21)
format
Book saved in MIF • Before saving the MIF file • Constants.FA_Note_PreSaveBookMIF
format After saving the MIF file (22)
Constants.FA_Note_PostSaveBookMIF
(23)
Document saved • Before saving the docu- • Constants.FA_Note_PreAutoSaveDoc
with Autosave ment (32)
After saving the docu- Constants.FA_Note_PostAutoSaveDoc
ment (33)
Document reverted • Before reverting the • Constants.FA_Note_PreRevertDoc (28)
document Constants.FA_Note_PostRevertDoc (29)
After reverting the docu-
ment
Book reverted • Before reverting the • Constants.FA_Note_PreRevertBook
book (30)
After reverting the book Constants.FA_Note_PostRevertBook
(31)
FrameMaker • Before the OK to Exit • Constants.FA_Note_PreQuitSession
product exited dialog box appears (26)
Immediately before exit- Constants.FA_Note_PostQuitSession
ing the session (27)
Another client calls After the call has been made Constants.FA_Note_ClientCall (13)
CallClient() to CallClient()
with clname set to
the current client’s
name

959
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Event Notification Point Notification Constant

Any user action, After the FrameMaker product Constants.FA_Note_BackToUser (34)


such as a command finishes processing the user
choice or text entry action
User clicks on Text After the user clicked the inset Constants.FA_Note_DisplayClientTiDialog
inset owned by the (35)
current client
FrameMaker When the client needs to Constants.FA_Note_UpdateAllClientTi (36)
product updates all update insets that belong to it
text insets
FrameMaker When the client needs to Constants.FA_Note_UpdateClientTi (37)
product updates a update a specified inset
specific text inset
Text or graphic • Before importing the text • Constants.FA_Note_PreImport (38)
imported or graphic Constants.FA_Note_PostImport (39)
After importing the text
or graphic
FrameMaker • Before the FrameMaker • Constants.FA_Note_PreFunction (42)
product command product executes a Constants.FA_Note_PostFunction (43)
invoked or text command or adds text to
entered in a the document
document r After the FrameMaker
product executes a com-
mand or adds text to the
document
Mouse button • Before the FrameMaker • Constants.FA_Note_PreMouseCom-
clicked product responds to the mand (44)
mouse click Constants.FA_Note_PostMouseCom-
After the FrameMaker mand (45)
product responds to the
mouse click
Hypertext • Before the FrameMaker • Constants.FA_Note_PreHypertext (46)
command invoked product executes a Constants.FA_Note_PostHypertext (47)
hypertext command
After the FrameMaker
product executes a hy-
pertext command

960
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Event Notification Point Notification Constant

The user clicked Go • Before the FrameMaker • Constants.FA_Note_PreGoToXrefSrc


To Source in the product goes to the cross (80)
cross reference reference source Constants.FA_Note_PostGoToXrefSrc
dialog box After the FrameMaker (81)
product goes to the cross
reference source
Document or book • After the user clicks OK in • Constants.FA_Note_PrePrint (48)
printed the Print dialog box, but Constants.FA_Note_PostPrint (49)
before the FrameMaker
product prints the docu-
ment or book
After the FrameMaker
product prints the docu-
ment or book
Body page added to After the FrameMaker product Constants.FA_Note_BodyPageAdded (50)
a document adds the body page
Body page deleted After the FrameMaker product Constants.FA_Note_BodyPageDeleted (51)
from a document deletes the body page
Structural element • Before the element is • Constants.FA_Note_PreInsertElement
inserted inserted (52)
After the element is in- Constants.FA_Note_PostInsertElement
serted (53)
Structural element • Before the element is • Constants.FA_Note_PreCopyElement
copied copied (60)
After the element is cop- Constants.FA_Note_PostCopyElement
ied (61)
Structural element • Before the element is • Constants.FA_Note_PreChangeEle-
changed changed ment (54)
After the element is Constants.FA_Note_PostChangeEle-
changed ment (55)
Structural element • Before the element is • Constants.FA_Note_PreWrapElement
wrapped wrapped (56)
After the element is Constants.FA_Note_PostWrapElement
wrapped (57)

961
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Event Notification Point Notification Constant


Structural element • Before the element is • Constants.FA_Note_PreDragElement
dragged dragged (58)
After the element is Constants.FA_Note_PostDragElement
dragged (59)
An attribute value is • Before the attribute • Constants.FA_Note_PreSetAttrValue
set value is set (62)
After the attribute value Constants.FA_Note_PreSetAttrValue
is set (63)
Element definitions • Before the element defi- • Constants.FA_Note_PreImportElem-
are imported nitions are imported Defs (64)
After the element defini- Constants.FA_Note_PostImportElem-
tions are imported Defs (65)
Inline input of • Before the text entry • Constants.FA_Note_PreInlineTypeIn
double-byte text After the text entry (69)
Constants.FA_Note_PostInlineTypeIn
(70)
Filter a file on A file to file filter has been Constants.FA_Note_FilterFileToF
import or export via invoked—this notification ile (75)
a filter to file filter occurs before the file is
imported
Client defined When the client needs to set Constants.FA_Note_RTL_NumberUti
number handling the number handling lity() is used to define the number
handling. It has the following values:
• Constants.FV_ITON - Indic to
Numeric numbers.
• Constants.FV_NTOI - Numeric to
Indic numbers.
• Constants.FV_FTON - Farsi to
Numeric numbers.
• Constants.FV_NTOF - Numeric to
Farsi numbers.

The notification constants are numbered sequentially, starting with 0. The method provides a constant,
Constants.FA_Note_Num (128), that specifies the total number of notifications. This makes it easy
to request notification for all notification points.
The method returns FE_Success on success. On failure, the method sets FA_errno to one of the
following values:

962
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Error Reason

Constants.FE_Transport (-1) A transport error occurred.


Constants.FE_BadNotificationNum The specified notification number was invalid.
(-30)

Returns
int

Syntax
Notification(notification, state)

Parameters

Data
Parameter name Type Optional Description

notification int No Constant that specifies the notification point.


state int No Specifies whether to turn notification on or
off. 1 turns it on, and 0 turns it off

PopClipboard
Description
Pops the Clipboard stack, moving the entry on the top of the stack to the Clipboard.
The method returns FE_Success on success. On failure, the method sets FA_errno to one of the
following values:

Error Reason

Constants.FE_Transport A transport error occurred.


(-1)
Constants.FE_BadOpera Clipboard stack is empty.
tion (-27)

Returns
int

963
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Syntax
PopClipboard()

Parameters

Data
Parameter name Type Optional Description

_ Void No NULL

PrintFAErrno
Description
Prints the current error status, represented by the global variable, FA_errno. The method is useful for
debugging clients.
When a method fails, it stores an error code in the global variable, FA_errno.
FA_errno retains the error code until another function fails and sets it or until your code explicitly sets
it.
To determine whether a method call has failed, initialize FA_errno to FE_Success once before calling
the method and check it once after the method call is completed.For example, if you call the
Notification()method and specify an invalid notification constant, the method sets FA_errno to
Constants.FE_BadNotificationNum (-30). If you subsequently call PrintFAErrno(), it
prints the string FE_BadNotificationNum.
On failure, PrintFAErrno() assigns the following value to FA_errno:

Error Reason

Constants.FE_Transport A transport error occurred.


(-1)

Returns
Void

Syntax
PrintFAErrno(_)

964
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

_ Void No NULL

PrintImportStatus
Description
Prints status flags returned by Import(). It is useful for debugging your clients.

Returns
Void

Syntax
PrintImportStatus(p)

Parameters

Data
Parameter name Type Optional Description

p PropVal No The property list that Import() returns in


s importReturnParamspp.

PrintOpenStatus
Description
Prints status flags returned by Open(). It is useful for debugging your clients.

Returns
Void

Syntax
PrintOpenStatus(p)

965
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

p PropVal No The property list that Open() returns in


s openReturnParamspp.

PrintPropVal
Description
Prints the value of a specified property. It is useful for debugging your clients.

Returns
Void

Syntax
PrintPropVal(p)

Parameters

Data
Parameter name Type Optional Description

p PropVal No The property to print.

PrintPropVals
Description
Prints the values in a specified property list. It is useful for debugging your clients.

Returns
Void

Syntax
PrintPropVals(p)

966
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

p PropVal No The property to print.


s

PrintSaveStatus
Description
Prints errors returned by Save(). It is useful for debugging your clients.

Returns
Void

Syntax
PrintSaveStatus(p)

Parameters

Data
Parameter name Type Optional Description

p PropVal No The property list that Save() returns in


s saveReturnParamspp.

PrintTextItem
Description
Prints the text in a specified text item. It is useful for debugging clients.

Returns
Void

Syntax
PrintTextItem(textItem)

967
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

textItem TextIte No The text item to print.


m

PrintTextItems
Description
Prints the text in a specified set of text items (TextItems structure). It is useful for debugging clients.

Returns
Void

Syntax
PrintTextItems(textItems)

Parameters

Data
Parameter name Type Optional Description

textItems TextIte No The set of text items to print.


ms

PrintUpdateBookStatus
Description
Prints errors returned by UpdateBook(). It is useful for debugging your clients.

Returns
Void

Syntax
PrintUpdateBookStatus(p)

968
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

p PropVal No The property list that UpdateBook()


s returns in updateReturnParamspp.

PushClipboard
Description
Pushes the current Clipboard contents onto the Clipboard stack.The method is useful if you want to use
Clipboard functions, such as Copy() or Cut(), without losing the Clipboard’s original contents.
On failure, the method assigns the following value to FA_errno:

Error Reason

Constants.FE_Transport A transport error occurred.


(-1)

Returns
Void

Syntax
PushClipboard()

Parameters

Data
Parameter name Type Optional Description
Void No NULL

ReturnValue
Description
Sets a return value for a client-defined callback. The method allows a client to provide status information
to the FrameMaker product or client that called the callback.You can call this method in the following
callbacks:
• DialogEvent()

969
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

• Notify()
ReturnValue() is useful for canceling FrameMaker product operations. When your client receives a
Constants.FA_PreNotificationPoint notification for an operation, it can cancel the operation
by calling ReturnValue() with retvalue set to Constants.FR_CancelOperation (-10001).
For example, if your client’s Notify() callback responds to all Constants.FA_Note_PrePrint
(48) notifications by calling ReturnValue() with retvalue set to
Constants.FR_CancelOperation (-10001), FrameMaker cancels all print operations.
Your client can also call ReturnValue() in a DialogEvent() callback to prevent FrameMaker from
closing a modal dialog box.
You can set retvalue to any integer. If you client sets retval in response to one of the following notifica-
tions, it can use the following listed constants:

Values that client can pass to


Notification ReturnValue() Meaning

Constants.FA_NOTE_PreNotificati Constants.FR_CancelOperatio Cancel the operation for which


onPoint n (-10001) the notification was issued
Constants.FA_Note_ClientCall Any value recognized by the Client-defined.
(13) client that called
CallClient().
Constants.FA_Note_FilterIn (14) • The document into • The document was
which the file was filtered successfully.
filtered. The document was not fil-
0 tered successfully.
Constants.FA_Note_DisplayClient Constants.FR_DisplayedTiDialo The client has displayed its
TiDialog (35) g (-10002) version of the Text Inset
Properties dialog box.
Constants.FA_Note_PreSaveAsPD • Constants.FR_CancelOpera- • Cancel the Save As PDF
FDialog (71) tion (-10001) operation.
Constants.FR_SkipStep Do not display the Acrobat
(-10004) Settings dialog box
Constants.FA_Note_PostSaveAsP Constants.FR_CancelOperatio Cancel the Save as PDF
DFDialog (72) n (-10001) operation.
NOTE: This event occurs before
the distilling operation begins.
You can now cancel the
peration after the user closes
Save As PDF dialog box.
Constants.FA_Note_PreDistill (73) Constants.FR_CancelOperatio Cancel the Save as PDF
n (-10001) operation.

970
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Calling ReturnValue() for notifications other than those listed above, has no effect.
A client can also call ReturnValue() in a DialogEvent() callback that responds to actions in a
client-defined modal dialog box.
Normally, when the user clicks a button in a client-defined modal dialog box, FrameMaker calls the
client’s DialogEvent() callback and then closes the dialog box. However, if the client’s
DialogEvent() callback calls ReturnValue() with retvalue set to
Constants.FR_DialogStayUp (-10000) , FrameMaker does not close the dialog box.
The following table lists the values that a client can pass to ReturnValue() in a DialogEvent() call-
back:

Value Meaning

Constants.FR_DialogStayUp Do not close the modal dialog box in which the event occurred.
(-10000)
Any other value Close the modal dialog box.

On success, ReturnValue() returns the value of the retvalue parameter that was set, the previous
time ReturnValue() was called in the current callback function.
On failure, the method assigns the following value to FA_errno:

Error Reason

Constants.FE_Transport A transport error occurred.


(-1)

Returns
int

Syntax
ReturnValue(retvalue)

Parameters

Data
Parameter name Type Optional Description

retvalue int No The value to return.

971
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

ShutDown
Description
Closes an ESTK client’s connection.

Returns
Void

Syntax
ShutDown(_)

Parameters

Data
Parameter name Type Optional Description

_ Void No NULL

SimpleNewDoc
Description
Creates a new document from a specified template.
NOTE: If you call SimpleNewDoc() with interactive set to True and the user clicks etiher Portrait,
Custom, or Landscape in the New dialog box, SimpleNewDoc() does not create a document. Intead, it
returns 0 and sets FA_errno to either Constants.FE_WantsPortrait (-48),
Constants.FE_WantsCustom (-46), or Constants.FE_WantsLandscape (-47), respec-
tively. It is up to your client to create a portrait, custom, or landscape document. NOTE: For more informa-
tion on creating custom documents, see CustomDoc.
If SimpleNewDoc() fails, the method assigns an error code to FA_errno. The error codes for
SimpleNewDoc() are the same as those for Open(). For a list of these error codes, see Open.

Returns
Doc

Syntax
SimpleNewDoc(templateName, interactive)

972
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

templateName string No The absolute pathname of the template to


use.
interactive int No Specifies whether FrameMaker displays
messages and warnings to the user.

UserCancel
Description
Determines whether the user has chosen the Cancel command (ESC) since the current callback function
was called.
UserCancel() is useful for clients that conduct extensive processing that the user may want to cancel.
For example, if your client processes all the documents in a book, it can call UserCancel() after it
processes each document.
If UserCancel() returns True, your client can abort the processing.
Returns True if the user has executed the Cancel gesture, or False if the user has not executed the
Cancel gesture.

Returns
int

Syntax
UserCancel()

Parameters

Data
Parameter name Type Optional Description
Void No NULL

SimpleOpen
Description
Opens a document or book.

973
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

If you call SimpleOpen() with interactive set to True, FrameMaker displays the Open dialog box.
It uses the path specified by the session property, OpenDir, as the default path.
If a warning or error condition arises, FrameMaker notifies the user. For example, if a document uses
fonts that are not available, FrameMaker displays a dialog box that allows the user to cancel the opera-
tion or to continue and remap the fonts.If you set interactive to False, FrameMaker does not
display the Open dialog box or other messages and warnings. If it is necessary to modify a file to continue
opening it, SimpleOpen() aborts the operation without notifying the user, and returns 0.
NOTE: You cannot use SimpleOpen() to open filterable files. To open filterable files, use Open

The method returns the document opened, on success.


If SimpleOpen() fails, the method assigns an error code to FA_errno. The error codes for
SimpleOpen() are the same as those for Open.

Returns
Object

Syntax
SimpleOpen(fileName, interactive)

Parameters

Data
Parameter name Type Optional Description

fileName string No The absolute pathname of the file to open.


interactive int No Specifies whether the FrameMaker product
displays messages and warnings to the user. 1
instructs the FrameMaker product to display
messages and warnings.

UpdateMenus
Description
Updates the top order menu set. For example, when a new menu file is read, or when a view only, book
menu, quick menu or similar is loaded, this updates the newly read menus (in case of menu file) or
different top menu bar (in case of view only, book and quick menus).

Returns
Void

974
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Syntax
UpdateMenus()

Parameters

Data
Parameter name Type Optional Description
Void No NULL

AddMenu
Description
Adds a menu to a specified menu.
The method returns FE_Success on success.
On failure, the method assigns one of the following values to FA_errno:

Error Reason

Constants.FE_WrongProd Invalid product.


uct (-60)
Constants.FE_BadOperati One of:
on (-27) • menu is null or empty
tomenu is null or empty
value of menu is already defined as a command
Constants.FE_BadParame One of:
ter (-43) • tomenu and menu have the same values
tomenu is not previously defined
tomenu is not a menu

Returns
int

Syntax
AddMenu(toMenu, menu, label)

975
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

toMenu string No The menu tag to which the menu is to be


added.
menu string No The new menu which is being added to the
existing menu.
label string No The name by which the newly added menu is
visible.

RemoveMenu
Description
Deletes the specified menu.
The method returns FE_Success on success.
On failure, the method assigns one of the following values to FA_errno:

Error Reason

Constants.FE_WrongProd Invalid product.


uct (-60)

Returns
int

Syntax
RemoveMenu(fromMenu, label)

Parameters

Data
Parameter name Type Optional Description

fromMenu string No The parent menu from which the menu is to


be deleted.
label string No The menu to delete.

976
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

MenuExists
Description
Indicates whether a specified menu exists.
The method returns 1 if the menu exists or 0 if the menu does not exist.

Returns
int

Syntax
MenuExists(menu)

Parameters

Data
Parameter name Type Optional Description

menu string No The menu to be checked for existence.

ShortcutExists
Description
Indicates whether a specified command exists.
The method returns 1 if the command exists or 0 if the command does not exist.

Returns
int

Syntax
ShortcutExists(shortcut)

Parameters

Data
Parameter name Type Optional Description

shortcut string No The command to be checked for existence.

977
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

GetExportDefaultParams
Description
Returns the PropVals structure containing the default export parameters.

Returns
PropVals

Syntax
GetExportDefaultParams()

Parameters

Data
Parameter name Type Optional Description
Void No Null

PrintExportStatus
Description

Returns
Void

Syntax
PrintExportStatus(p)

Parameters

Data
Parameter name Type Optional Description

p PropVal No
s

ErrorName
Description
Returns the string corresponding to the value of FA_errno.

978
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Returns
string

Syntax
ErrorName(i)

Parameters

Data
Parameter name Type Optional Description

i int No

PrintErrno
Description
Prints the value of FA_errno to the console.

Returns
Void

Syntax
PrintErrno(i)

Parameters

Data
Parameter name Type Optional Description
i int No

NotificationName
Description

Returns
string

Syntax
NotificationName(i)

979
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

i int No

AllocatePropVals
Description
Allocates memory for a property list.
On success, the method returns a property list (a PropVals data structure).The returned PropVals
structure references memory that is allocated by the method. If AllocatePropVals() fails, the
method sets the len field of the returned structure to 0.

Returns
PropVals

Syntax
AllocatePropVals(numProps)

Parameters

Data
Parameter name Type Optional Description

numProps int No The number of properties in the property list.

Open
Description
Opens a document or book. It can also create a new document.
Open() allows you to specify a property list telling FrameMaker how to open or create the file and how
to deal with error and warning conditions.
For example, you can specify whether to abort or to continue opening a document if it contains fonts that
are not available. If the file is already open and invisible, it will make the file visible.
To get a property list to specify for the openParams parameter, use GetOpenDefaultParams() or
create the list from scratch.

980
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

To create a new document with Open(), set the Constants.FS_NewDoc (29) property in the
openParams property list to True.
NOTE: When creating a new document (Constants.FS_NewDoc(29) is True) and you display the
New dialog box (Constants.FS_ShowBrowser (1) is True) and if the user clicks etiher Portrait,
Custom, or Landscape in the New dialog box, Open() does not create a document. Intead, it returns 0
and sets FA_errno to either Constants.FE_WantsPortrait (-48),
Constants.FE_WantsCustom (-46), or Constants.FE_WantsLandscape (-47), respec-
tively. It is up to your client to create a portrait, custom, or landscape document. NOTE: For more informa-
tion on creating custom documents, see CustomDoc.
The method returns the document or book if it opens it successfully, or 0 if an error occurs.
The property list to which openReturnParams is set has the properties shown in the following table:

Property Meaning and possible values


Constants.FS_OpenedFileName (1) A string that specifies the opened file’s pathname. If you
scripted Constants.FS_ShowBrowser (1), or the
file was filtered, or you did not specify the pathname, this
pathname can be different from the one you specified in
the Open script.
Constants.FS_OpenNativeError (2) The error condition; normally the same value as
FA_errno. If the file is opened successfully, it is set to
FE_Success.
Constants.FS_OpenStatus (3) A bit field indicating what happened when the file was
opened.

Both the Constants.FS_OpenNativeError(2) property and the FA_errno global variable indi-
cate the result of a call to Open(). The following table lists the possible status flags and the FA_errno
and Constants.FS_OpenNativeError(2) values associated with them.

981
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

982
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

FS_OpenNativeError and
FA_errno values Possible FS_OpenStatus flags

Constants.FE_Success (0) (file • Constants.FV_FileHasNewName (32) - Filename was


was opened) changed from the name specified in the Open() call.
Constants.FV_RecoverFileUsed (33) - Recover file was pres-
ent, and it was used.
Constants.FV_AutoSaveFileUsed (34) - Autosave file was
present, and the user or the Open() script chose to use it.
Constants.FV_FileWasFiltered (35) - File was filterable and it
was filtered.
Constants.FV_FontsWereMapped (36) - The document con-
tained unavailable fonts, which were mapped to substitute
fonts.
Constants.FV_FontMetricsChanged (37) - The file contained
fonts with changed metrics, but it was opened anyway.
Constants.FV_FontsMappedInCatalog (38) - The Paragraph
or Character Catalog used unavailable fonts, which were
mapped to substitute fonts.
Constants.FV_LanguagesWerentFound (39) - The document
used some unavailable languages, but it was opened any-
way.
Constants.FV_BeefyDoc (40) - The document file was ex-
tremely large, but it was opened anyway.
Constants.FV_FileIsOldVersion (41) - The file was from an old
FrameMaker product version, but the user or the Open()
script chose to open it anyway.
Constants.FV_FileStructureStripped (42) - The file had
FrameMaker features, which the user or the Open() script
chose to strip.
Constants.FV_FileIsText (43) - The file was a Text Only file, but
the user or the Open() script chose to open it anyway.
Constants.FV_OpenedViewOnly (44) - The user or the
Open() script chose to open the file as a View Only file.
Constants.FV_EditableCopyOpened(45) - The file was in use
and the user or the Open() script opened an editable copy.
Constants.FV_BadFileRefsWereMapped (46) - File reference
contained illegal characters; the illegal characters were con-
verted to something safe.
Constants.FV_ReferencedFilesWerentFound (47) - Imported
graphics files could not be found, but the file was opened any-
way.

983
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

FS_OpenNativeError and
FA_errno values Possible FS_OpenStatus flags
Constants.FE_Success (0) (file • Constants.FV_FileAlreadyOpen (48) - The file was in use and
was opened) the user or the Open() script opened another copy.
Constants.FV_UnresolvedXRefs (49) - There were unresolved
cross-references, but the file was opened anyway.
Constants.FV_UnresolvedTextInsets(50) - There were unre-
solved text insets, but the file was opened anyway.
Constants.FE_SystemError (-42) • Constants.FV_TooManyWindows(128) - Too many windows
(file was not opened) were open.
Constants.FV_BadTemplate (129) - A bad template was spec-
ified.
Constants.FV_FileNotReadable (130) - Do not have read per-
mission for the file.

984
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

FS_OpenNativeError and
FA_errno values Possible FS_OpenStatus flags
Constants.FE_BadParameter • Constants.FV_FileHadStructure(64) - File had FrameMaker
(-43) (file was not opened) features, but current FrameMaker product is not
FrameMaker.
Constants.FV_FileAlreadyOpenThisSession (65) - File is al-
ready open and script disallowed opening another copy.
Constants.FV_BadFileType (66) - File was an executable file
or other unreadable type.
Constants.FV_BadFileName (67) - Specified filename was in-
valid.
Constants.FV_CantNewBooks (68) - Script specified a book
that did not exist (the Open operation cannot create a new
book).
Constants.FV_BadScriptValue (70) - Open() script contained
an invalid property value.
Constants.FV_MissingScript (71) - Open() was called with-
out a script.
Constants.FV_CantForceOpenAsText (72) - Open() script at-
tempted to open the file as text, but file was of the wrong
type.
Constants.FV_DisallowedType (73) - File was a Frame binary
document and the Open() script disallowed it.
Constants.FV_DocDamagedByTextFilter (74) - File was a text
document and was damaged when it was filtered.
Constants.FV_DocHeadersDamaged (75) - The document
headers were damaged (probably because of a file system
problem).
Constants.FV_DocWrongSize (76) - File is the wrong size
(probably because of a file system problem).
Constants.FV_ChecksumDamage (77) - Bad checksum.

985
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

FS_OpenNativeError and
FA_errno values Possible FS_OpenStatus flags
Constants.FE_Canceled (-44) • Constants.FV_CancelUseRecoverFile (96) - A recover file was
(file was not opened) present, so the user or the Open() script canceled the Open
operation.
Constants.FV_CancelUseAutoSaveFile (97) - An Autosave file
was present, so the user or the Open() script canceled the
Open operation.
Constants.FV_CancelFileIsText (98) - The file was text, so the
user or the Open() script canceled the Open operation.
Constants.FV_CancelFileIsInUse (99) - The file was in use, so
the user or the Open() script canceled the Open operation.
Constants.FV_CancelFileHasStructure (100) - The file had
structure, so the user or the script canceled the Open opera-
tion.
Constants.FV_CancelReferencedFilesNotFound (101) - The
file contained referenced files that were not available, so the
user or the Open() script canceled the Open operation.
Constants.FV_CancelLanguagesNotFound (102) - The file
contained languages that were not available, so the user or
the Open() script canceled the Open operation.
Constants.FV_CancelFontsMapped (103) - The document
contained fonts that needed to be mapped to other fonts, so
the user or the Open() script canceled the Open operation.
Constants.FV_CancelFontMetricsChanged (104) - The file
contained fonts with changed metrics, so the user or the
Open() script canceled the Open operation.
Constants.FV_CancelFontsMappedInCatalog (105) - The doc-
ument’s Character Catalog or Paragraph Catalog contained
fonts that needed to be mapped to other fonts, so the user or
the Open() script canceled the Open operation.
Constants.FV_CancelFileIsDoc (106) - The file was a docu-
ment and the Open() script disallowed it.
Constants.FV_CancelFileIsMIF (107) - The file was a MIF file
and the Open() script disallowed it.
Constants.FV_CancelBook (108) - The file was a book and the
Open() script disallowed it.
Constants.FV_CancelBookMIF (109) - The file was a MIF file
and the Open() script disallowed it.
Constants.FV_CancelFileIsFilterable (110) - The file was a fil-
terable file and the Open() script disallowed it.
Constants.FV_CancelFileIsOldVersion (111) - The file was
from an old version of a FrameMaker product, so the user or
the Open() script canceled the Open operation.
986
Constants.FV_UserCanceled (112) - The user canceled the
Open operation.
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

FS_OpenNativeError and
FA_errno values Possible FS_OpenStatus flags
• Constants.FE_Success (0) • Constants.FV_LockWasReset (0) - File lock was reset.
Constants.FE_Canceled Constants.FV_LockNotReset (1) - File had a lock that was not
(-44) reset.
Constants.FE_FailedState Constants.FV_LockCouldntBeReset (2) - File had a lock that
(-45) could not be reset.
Constants.FE_CanceledBy- Constants.FV_FileWasInUse (3) - File was in use.
Client (-86) Constants.FV_FileIsViewOnly (4) - File is a View Only file.
Constants.FV_LockWasInvalid (5) - File had an invalid lock.
Constants.FV_FileIsNotWritable (6) - The file was not writ-
able, and the user canceled the open through the alert.
Constants.FV_FileModDateChanged (7) - The file has
changed since the last time it was opened or saved in the cur-
rent session.

To determine if a particular FS_OpenStatus bit is set, use CheckStatus.

Returns
Object

Syntax
Open(fileName, openParams, openReturnParams)

Parameters

Data
Parameter name Type Optional Description
fileName string No The full pathname of the file to open. If you
are using Open() to create a document,
specify the name of the template to use.
openParams PropVal No A property list telling the FrameMaker
s product how to open the file and how to
respond to errors and other conditions. To
use the default list, specify NULL.
openReturnParams PropVal No A property list that returns the filename and
s provides information about how FrameMaker
opened the file. It must be initialized before
you call Open().

987
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

ScrollBox
Description
Displays an array of items and allows the user to choose one.
NOTE: If you set default to -1, always check to make sure the value returned in selected_item is 0
or greater before you use it as an array index. If you set default to -1 and the user clicks OK without
choosing an item, the value returned in selected_item will be -1.
Returns 0 if the user clicked OK, or a nonzero value if the user clicked Cancel or an error occurred.
On failure, the method assigns the following value to FA_errno:

Error Reason

Constants.FE_Transport The user clicked Cancel, or a transport error occurred.


(-1)

Returns
int

Syntax
ScrollBox(title, stringslist, _default)

Parameters

Data
Parameter name Type Optional Description

title string No The title that appears on the dialog box.


stringslist Strings No The list of items to appear in the scroll list.
_default int No The index of the item that is selected when
the dialog box first appears. For no default,
specify -1.

ChooseFile
Description
Displays dialog boxes similar to a FrameMaker’s Open and Save dialog boxes. The method displays direc-
tories and files in a scroll list and allows the user to choose a file or directory.
You can set the following values for mode:

988
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Mode Constant Dialog Box Type

Constants.FV_ChooseSelect Dialog box that allows the user to choose a file by clicking Select.It
(0) provides an input field into which the user can type a filename.
Constants.FV_ChooseOpen Dialog box that allows the user to choose a file by clicking Open.It
(1) provides an input field into which the user can type a filename.
Constants.FV_ChooseSave Dialog box that allows the user to save a file. It provides Save and
(2) Cancel buttons and an input field.
Constants.FV_ChooseOpenD Dialog box that allows the user to choose a directory.
ir (3)

The method returns 0 if the user clicked Open, Select, Use, or Save; a nonzero value if the user clicked
Cancel or an error occurred.
On failure, the method assigns the following value to FA_errno:

Error Reason

Constants.FE_Transport A transport error occurred.


(-1)

Returns
int

Syntax
ChooseFile(title, directory, stuffVal, mode)

Parameters

Data
Parameter name Type Optional Description

title string No The message that appears in the dialog box.


directory string No The default directory when the dialog box is
first displayed. If you specify an empty string,
the last directory used by an ESTK client is
used. If no ESTK client has used a directory,
the directory specified by the session
property, OpenDir, is used.

989
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Data
Parameter name Type Optional Description

stuffVal string No The default value that appears in the input


field when the dialog box first appears. If the
dialog box type specified by mode does not
have an input field, this string is ignored.
mode int No A constant specifying the type of dialog box.

PromptInt
Description
Displays a dialog box that prompts the user for a single integer value. It allows you to provide a default
value, which appears in the entry field when the dialog box appears. The dialog box has OK and Cancel
buttons.
PromptInt() does not assign a value to *intp if the user clicks Cancel. If the user types alphabetic
text after a number, the method ignores the text and just returns the value of the number.
The method returns 0 if the user clicked OK; a nonzero value if the user clicked Cancel or an error
occurred.
On failure, the method assigns the following value to FA_errno:

Error Reason

Constants.FE_Transport A transport error occurred.


(-1)

Returns
int

Syntax
PromptInt(message, stuffVal)

Parameters

Data
Parameter name Type Optional Description

message string No The message that appears in the dialog box. It


must be 255 characters or less.

990
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Data
Parameter name Type Optional Description
stuffVal string No The default value that appears in the input
field when the dialog box is first displayed.

PromptMetric
Description
Displays a dialog box that prompts the user for a single metric value. It allows you to provide a default
value, which appears in the entry field when the dialog box appears. The dialog box has OK and Cancel
buttons.
PromptMetric() does not assign a value to *metricp if the user clicks Cancel.
PromptMetric() dialog boxes behave like metric dialog boxes in the user interface.If the user types a
number followed by a string that represents a unit (for example 10pts or 5"), the method converts the
number into the equivalent number of metric units. If the user does not specify a unit, the method uses
points (metric 65536).
The method returns 0 if the user clicked OK; a nonzero value if the user clicked Cancel or an error
occurred.
On failure, the method assigns the following value to FA_errno:

Error Reason

Constants.FE_Transport A transport error occurred.


(-1)

Returns
int

Syntax
PromptMetric(message, stuffVal, defaultunit)

Parameters

Data
Parameter name Type Optional Description

message string No The message that appears in the dialog box. It


must be 255 characters or less.

991
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Data
Parameter name Type Optional Description

stuffVal string No The default value that appears in the input


field when the dialog box is first displayed.
defaultunit int No The metric unit to use if the user does not
specify one.

PromptString
Description
Displays a dialog box that prompts the user for a single string value. It allows you to provide a default
string, which appears in the entry field when the dialog box appears. The dialog box has OK and Cancel
buttons.
NOTE: Do not call PromptString() to prompt the user for a pathname. If the user enters a pathname
as a string, the backslash character (\) is interpreted as a special escape character. For example, the char-
acters \s represent a space. If the user enters the pathname c:\sample, this string is interpreted as c:
ample. To prompt the user for a pathname, use ChooseFile to display a file selection dialog box.
The method returns 0 if the user clicked OK; a nonzero value if the user clicked Cancel or an error
occurred.
On failure, the method assigns the following value to FA_errno:

Error Reason

Constants.FE_Transport A transport error occurred.


(-1)

Returns
string

Syntax
PromptString(message, stuffVal)

992
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

message string No The message that appears in the dialog box. It


must be 255 characters or less.Newline and
linefeed characters are ignored.
stuffVal string No The default value that appears in the input
field when the dialog box is first displayed.

Service
Description
Services calls from FrameMaker to the ESTK API.
Service() waits for and dispatches a single Windows message. If your application contains its own
message processing loop you need not call this routine.
It is not feasible for console applications to receive ESTK notifications since there is no way for them to
both wait for user input and call Service(). Consequently, console applications should not register for
notifications.
The method returns the number of bits the call to select() selected, if any.

Returns
int

Syntax
Service()

FileScrollBox
Description
Displays a file scrollbox using the given title and the given directory as the path.

Returns
int

Syntax
FileScrollBox(title, directory)

993
GLOBAL
CHAPTER 6 FUNCTION SUMMARY

Parameters

Data
Parameter name Type Optional Description

title string No The title to display on the scroll box.


directory string No The directory path to display.

SetCurrentWorkspace
Description
Sets the current workspace to the specified string.

Returns
null

Syntax
var str=”Review”;
SetCurrentWorkspace(str);

Parameters

Data
Parameter name Type Optional Description

str string No The name of the workspace to set.

GetWorkspaceName
Description
Gets the name of the current workspace.

Returns
string

Syntax
var str=GetWorkspaceName();

994
CMS API DATA STRUCTURES AND ENUM CONSTANTS
CHAPTER 7 CMS CONNECTOR FRAMEWORK

CMS Connector Framework

CMS API Data Structures and Enum Constants

CMSResult
CMSResult

Description
Specifies the state of a Command’s result for CMSCommand.

Returns
CMSResult

Syntax
CMSResult(status,opResult,message,cmsItems);

Parameters

Data
Parameter name Type Optional Description

status int No Command’s status


opResult int No Operation's result. If CMS Command needs
CMSTree update, assign CMSOpResult values
(See following enum),else can return any
value depending on operation. For example:
opResult = True/False for
FA_CMSIsValidCommand ,
opResult = CMSPropertyNewMaxOpCode for
FA_CMSGetPropertyMaxOpCode
message string No If operation fails, user can send error message
to FrameMaker.For
FA_CMSObjectOpenReadOnly,
FA_CMSObjectEdit command, user can return
file-name which is downloaded.
cmsItems CMSObje No List of CMS object
cts

995
CMS API DATA STRUCTURES AND ENUM CONSTANTS
CHAPTER 7 CMS CONNECTOR FRAMEWORK

The possible values of the CMSResult.opResult field are:

opResult constant Meaning


Constants.CMSOpNone None
Constants.CMSOpItemUpdated CMS item is updated
Constants.CMSOpDependentsUpdated Depdendents are updated
Constants.CMSOpDependentsDeleted Depdendents are deleted
Constants.CMSOpItemDeleted CMS item is deleted
Constants.CMSOpChildAdded Child is added
Constants.CMSOpRootUpdated Root is updated

If CMSSetProperty() fails, the API assigns following values to FA_errno:

Error Reason

Constants.FE_CMSBadSessio The client specified an invalid session ID.


nId
Constants.FE_CMSBadObjectI The client specified an invalid cms object ID.
d
Constants.FE_CMSRootObjec The API tries to set a root which already exists.
tExists
Constants.FE_CMSBadItemFil The file type expected by the cms object does not match the valid file
eType type.
Constants.FE_CMSBadItemTy The item type expected by the cms object does not match the valid
pe item type
Constants.FE_CMSBadItemCo The container value expected by the cms object is not properly set
ntainerType

CMSItemFileType
Description
Enum constants used to determine File-Type of a CMS Object.
The posssible values of the Constants.FP_CMSItemProperty_ItemFileType fields are:

File Type constant Meaning

996
CMS API DATA STRUCTURES AND ENUM CONSTANTS
CHAPTER 7 CMS CONNECTOR FRAMEWORK

Constants.FV_CMSItemFileTypeValue_Xml File type is XML


Constants.FV_CMSItemFileTypeValue_FmDo File type is FM
c
Constants.FV_CMSItemFileTypeValue_Mif File type is MIF
Constants.FV_CMSItemFileTypeValue_DitaM File type is DITAMAP
ap
Constants.FV_CMSItemFileTypeValue_DitaTo File type is DITA topic
pic
Constants.FV_CMSItemFileTypeValue_FmBo File type is Book
ok
Constants.FV_CMSItemFileTypeValue_Text File type is text
Constants.FV_CMSItemFileTypeValue_Img File type is image
Constants.FV_CMSItemFileTypeValue_Gener File type is General
al

CMSProperties
Description
A CMSProperties structure specifies a set of CMS object propeties.

CMSMenuItem
Description
The CMSMenuItem structure describes a custom menu definition.
This structure is used for creating a custom menu entry in the context menu available in CMS tree and
CMS dialogs.

CMSCheckinParam
Description
The CMSCheckinParam structure describes the checkin parameter.
This strcuture is returned by CMSShowCheckinUI API for getting all the user interface state after user
accepts the dialog changes by pressing OK button.

997
ERROR CODES
CHAPTER 7 CMS CONNECTOR FRAMEWORK

CMSDeleteParam
Description
The CMSDeleteParam structure describes the delete parameter.
This strcuture is returned by CMSShowDeleteUI API for getting all the user interface state after the user
accepts the dialog changes by clicking OK.

CMSInfo
Description
The CMSInfo structure describes a single CMS registration information definition

CMSInfos
Description
The CMSInfos structure specifies a set of CMS registration information.

Error Codes
If the CMS API encounters an error condition, the API assigns an error code to the global variable
FA_errno. The following table lists the error codes and their meanings. Error codes are also listed in the
fcmsapi.h header file.

Error code Meaning


Constants.FE_CMSNameAlreadyRegistered The API attempted to register a CMS that is already
registered.
Constants.FE_CMSBadSessionId The client specified an invalid session ID.
Constants.FE_CMSBadObjectId The client specified an invalid CMS object ID.
Constants.FE_CMSSessionFailed The client failed to create a session.
Constants.CMSBadCommandId The client specified an invalid command ID.
Constants.FE_CMSObjectCreationFailed The CMSCreateObject API fails to create a CMS
object.
Constants.FE_CMSRootObjectExists The API tried to set a root that already exists.
Constants.FE_CMSBadItemFileType The file type expected by the CMS object does not
match the valid file type.

998
CMS API FUNCTIONS
CHAPTER 7 CMS CONNECTOR FRAMEWORK

Constants.FE_CMSBadItemType The item type expected by the CMS object does not
match the valid item type.
Constants.FE_CMSBadItemContainerType The container value expected by the cms object is not
properly set
Constants.FE_CMSSessionCreationFailed If Session creation fails, set status to this value.
Constants.FE_CMSIsValidCMSCommand If user wants FrameMaker to take care of
IsValidCMSCommand, set opResult to this value.
Constants.FE_CMSFailedLogin The CMSLogin API fails to log into a CMS.
Constants.FE_CMSFailedLogout The CMSLogout API fails to log out from a CMS.
Constants.FE_CMSFailedCheckout The CMSCheckout API failed to checkout a file.
Constants.FE_CMSFailedCheckin The CMSCheckin API failed to check in a file
Constants.FE_CMSFailedCancelCheckout The CMSCancelCheckout API fails to cancelcheckout
of a file.
Constants.FE_CMSFailedDelete The CMSDelete API failed to delete a cms object
Constants.FE_CMSFailedOpenFile The CMSOpenFile API failed to open a file
Constants.FE_CMSFailedUploadObject The CMSUploadObject API failed to upload afile or
folder.
Constants.FE_CMSFailedDownloadObject The CMSzDownloadObject API failed to download a
file.
Constants.FE_CMSFailedGetItemFrompath The GetCMSObjectFromPath API failed to return a
CMS object from server path.

CMS API functions


A list of the prominent CMS API functions:
CMSRegister
CMSCreateObject
CMSEnableCommand()
CMSDisableCommand()
CMSAddMenuEntry
CMSGetCmsIdFromName
CMSGetCMSInfo()
CMSGetCmsIdFromSession

999
APIS TO AUTOMATE CMS CONNECTOR FUNCTIONALITY
CHAPTER 7 CMS CONNECTOR FRAMEWORK

CMSConfigLoginUI()
CMSShowCheckoutUI()
CMSShowCheckinUI()
CMSShowCancelCheckoutUI()
CMSShowDeleteUI()
CMSShowCommonListUI()
CMSShowPropertyUI()
CMSShowPropertyUIWithTitle
CMSGetProperty()
CMSGetProperties()
CMSSetProperty()
CMSSetProperties()

APIs to automate CMS connector functionality

CMSLogin
Description
Logs into a particular CMS based on the connection details

Returns
Returns the handle of the new CMS connection if the operation is successful. Else sets FA_errno to
Constants.FE_CMSFailedLogin.

Syntax
CMSLogin (setVal);

1000
APIS TO AUTOMATE CMS CONNECTOR FUNCTIONALITY
CHAPTER 7 CMS CONNECTOR FRAMEWORK

Parameters

Data
Parameter name Type Optional Description

setVal IdValue No Id value pairs to specify the connection


Pairs parameter. The valid Ids are:
Constants.FV_CMSCommandNameID - Name
of the connection
Constants.FV_CMSCommandConnTypeId
-Connection Type
Constants.FV_CMSCommandServerId -Server
Name
Constants.FV_CMSCommandUserNameId
-User Name
Constants.FV_CMSCommandPasswordId-
Password
Constants.FV_CMSCommandUserField1-
Optional User Field1
Constants.FV_CMSCommandRepositoryId-
Repository name for documentum
Constants.FV_CMSCommandUserField2-Opti
onal User Field2

CMSLogout
Description
Logs out the user from a particular CMS connection

Returns
Returns FE_Success if the operation is successful, else sets FA_errno to
Constants.FE_CMSFailedLogout

Syntax
CMSLogout(cmsSessionId);

Parameters

Data
Parameter name Type Optional Description

cmsSessionId int No The ID of the CMS session

1001
APIS TO AUTOMATE CMS CONNECTOR FUNCTIONALITY
CHAPTER 7 CMS CONNECTOR FRAMEWORK

CMSCheckout
Description
Checks out a file from the CMS

Returns
Returns FE_Success if the operation is successful. Else sets FA_errno to
Constants.FE_CMSFailedCheckout

Syntax
CMSCheckout(cmsSessionId, cmsObjectId, rootWithDescendants);

Parameters

Data
Parameter name Type Optional Description

cmsSessionId int No The ID of the CMS Session


cmsObjectId int No The ID of the CMS Object
rootWithDescendants bool No True if checked out root with descendants

CMSCheckin
Description
Checks in a file into the CMS

Returns
Returns FE_Success if the operation is successful, else sets FA_errno to
Constants.FE_CMSFailedCheckin

Syntax
CMSCheckin (cmsSessionId,objectId, checkinParam);

Parameters

Data
Parameter name Type Optional Description

cmsSessionId int No The ID of the CMS Session

1002
APIS TO AUTOMATE CMS CONNECTOR FUNCTIONALITY
CHAPTER 7 CMS CONNECTOR FRAMEWORK

Data
Parameter name Type Optional Description
cmsObjectId int No The ID of the CMS Object
checkinParam IdValue No Id value pairs to specify the checkin
Pairs parameter. The valid Ids are:
Constants.FV_CMSCommandCheckinMakeCu
rrentVersionId
Constants.FV_CMSCommandCheckinKeepLoc
alCopyId
Constants.FV_CMSCommandCheckinMinorVe
rsionId
Constants.FV_CMSCommandCheckinVersionL
abelId
Constants.FV_CMSCommandCheckinDescript
ionId
Constants.FV_CMSCommandCheckinComme
ntId

CMSCancelCheckout
Description
Cancels check out of a file from the CMS

Returns
Returns FE_Success if the operation is successful, else sets FA_errno to
Constants.FE_CMSFailedCancelCheckout

Syntax
CMSCancelCheckout (cmsSessionId, objectId);

Parameters

Data
Parameter name Type Optional Description

cmsSessionId int No The ID of the CMS Session


cmsObjectId int No The ID of the CMS Object

1003
APIS TO AUTOMATE CMS CONNECTOR FUNCTIONALITY
CHAPTER 7 CMS CONNECTOR FRAMEWORK

CMSDelete
Description
Deletes a file or a folder from CMS

Returns
Returns FE_Success if the operation is successful, else sets FA_errno to
Constants.FE_CMSFailedDelete

Syntax
CMSDelete (cmsSessionId,cmsObjectId, deleteParams);

Parameters

Data
Parameter name Type Optional Description

cmsSessionId int No The ID of the CMS Session


cmsObjectId int No The ID of the CMS Object
deleteParams IdValue No Id value pairs to specify the delete
Pairs parameter.The valid Ids are:
Constants.FV_CMSCommandDeleteAllVersio
nId
Constants.FV_CMSCommandDeleteAllDepen
dentsId

CMSOpenFile
Description
Opens a file or a book from CMS in FrameMaker

Returns
Returns the handle of the file or book if the operation is successful. Else sets FA_errno to
Constants.FE_CMSFailedOpenFile

Syntax
CMSOpenFile(cmsSessionId,cmsObjectId,openParams);

1004
APIS TO AUTOMATE CMS CONNECTOR FUNCTIONALITY
CHAPTER 7 CMS CONNECTOR FRAMEWORK

Parameters

Data
Parameter name Type Optional Description

cmsSessionId int No The ID of the CMS Session


cmsObjectId int No The ID of the CMS Object
openParams IdValue No Id value pairs to specify the open
Pairs parameter.The valid Ids are:
Constants.FV_CMSCommandOpenReadOnlyI
d
Constants.FV_CMSCommandSilentOpenId

CMSUploadObject
Description
Uploads a file or a folder into the CMS

Returns
Returns FE_Success if the operation is successful. Else sets FA_errno to
Constants.FE_CMSFailedUploadObject

Syntax
CMSUploadObject(cmsSessionId,cmsObjectId,localFilePath);

Parameters

Data
Parameter name Type Optional Description

cmsSessionId int No The ID of the CMS Session


cmsObjectId int No The ID of the CMS Object
localFilePath string No The full pathname of the file or folder to
upload

CMSDownloadObject
Description
Downloads a file from the CMS

1005
APIS TO AUTOMATE CMS CONNECTOR FUNCTIONALITY
CHAPTER 7 CMS CONNECTOR FRAMEWORK

Returns
Returns the local file path of the downloaded file if the operation is successful. Else sets FA_errno to
Constants.FE_CMSFailedDownloadObject

Syntax
CMSDownloadObject (cmsSessionId, cmsObjectId);

Parameters

Data
Parameter name Type Optional Description

cmsSessionId int No The ID of the CMS Session


cmsObjectId int No The ID of the CMS Object

GetCMSObjectFromPath
Description
Gets CMS object from a URL path

Returns
Returns the handle of a CMS object if the operation is successful. Else sets FA_errno to
Constants.FE_CMSFailedGetItemFrompath

Syntax
GetCMSObjectFromPath (cmsSessionId,urlPath);

Parameters

Data
Parameter name Type Optional Description

cmsSessionId int No The ID of the CMS Session


urlPath string No The url pathname of the file or folder

1006
CHAPTER 8 LEGAL NOTICES

Legal notices
For legal notices, see Legal Notices

1007

You might also like