Adobe 65030365 - FrameMaker - PC Manual page 628

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

Advertisement

ADOBE FRAMEMAKER SCRIPTING GUIDE
Function Summary
To select an entire table, including the table title, set the topRow parameter to
.
(0x80000000)
MakeTblSelection()
Note:
MakeTblSelection()
Constants.FF_SELECT_WHOLE_TABLE (0x80000000)
columns.
The method returns
FE_Success
On failure, the method sets
FA_errno
Error
Constants.FE_BadDocId (-2)
Constants.FE_BadObjId (-3)
Constants.FE_BadOperation (-27)
Constants.FE_OutOfRange (-7)
Constants.FE_BadParameter (-43)
Returns
int
Syntax
MakeTblSelection(topRow, bottomRow, leftCol, rightCol)
Parameters
Parameter name
topRow
bottomRow
leftCol
rightCol
Delete
Description
Deletes the specified table.
See
Delete
under the AFrame class for more information.
Returns
int
Syntax
Delete()
ignores the values for the other parameters.
cannot select different types of rows at the same time, unless you set
or you set
on success.
to one of the following values:
Reason
invalid document.
Invalid object.
The method specified an invalid operation.
The specified row or column is invalid.
The parameter specified is invalid.
Data Type
Optional
No
int
int
No
No
int
int
No
Last updated 9/26/2011
Constants.FF_SELECT_WHOLE_TABLE
and
to select one or more entire
topRow
bottomRow
Description
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)
The number of the last row in the selection.
The number of the leftmost column in the selection. The
columns are numbered from left to right, starting with 0.
The number of the rightmost column in the selection.
620
to
topRow
.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Framemaker 10

Table of Contents