Adobe 65030365 - FrameMaker - PC Manual page 539

Scripting guide
Hide thumbs Also See for 65030365 - FrameMaker - PC:
Table of Contents

Advertisement

ADOBE FRAMEMAKER SCRIPTING GUIDE
Function Summary
Property
Constants.FS_FindObject (8)
Constants.FS_FindMarkerOfType (9)
Constants.FS_FindMarkerText (10)
Constants.FS_FindXRefWithFormat (11)
Constants.FS_FindNamedVariable (12)
Constants.FS_FindCondTextInCondTags (13)
Constants.FS_FindCondTextNotInCondTags (14) Condition tag.
Constant.FS_FindCustomizationFlags (15)
Constants.FS_FindWrap (16)
Whenever the
method finds something that corresponds to a text range (a word, object anchor, marker, etc.),
Find()
it returns a
structure for that range. However, when searching for structure elements, you can find
TextRange
elements that have no corresponding text range.Structure elements for the following table parts have no corresponding
text range:
• Table title
• Table head
Meaning and Possible Values
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)
Marker type.
Marker text.
Format string.
Variable name.
Condition tags.
An optional parameter of type FT_Integer that may be any of the 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)
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.
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
is set to
FA_errno
Constants.FE_NotFound (-95)
Last updated 9/26/2011
and
TextRange
.
531

Advertisement

Table of Contents
loading

This manual is also suitable for:

Framemaker 10

Table of Contents