The
layoutPseudoModel
object is used to
query parameters that are only known after the form is laid out
such as which page a form design object lies on, the total number
of pages, how many pages an object spans, or the orientation of
the form design object.
Properties
Name
|
Description
|
Type
|
Access
|
ready
|
Specifies whether the form layout process
is complete and scripting tasks can begin.
|
Boolean
|
Read
|
Methods
Name
|
Description
|
Returns
|
absPage
|
Determines the page of the form that a given
form design object first appears on.
|
Integer
|
absPageCount
|
Determines the page count of the current
form.
|
Integer
|
absPageCountInBatch
|
Determines the page count of the current
batch.
|
Integer
|
absPageInBatch
|
Determines which page within the batch contains
the form object.
|
Integer
|
absPageSpan
|
Determines the number of pages that a specified
form object spans.
|
Integer
|
h
|
Determines the height of a given form design
object.
|
Double
|
page
|
Determines the page number that contains
a given form design object. If the object spans multiple pages,
this method returns the first page the object occurs on.
|
Integer
|
pageContent
|
Retrieves types of form design objects from
a specified page of a form.
|
Object
|
pageCount
|
Determines the number of pages of the current
form.
|
Integer
|
pageSpan
|
Determines the number of logical pages a
given form design object spans.
|
Integer
|
relayout
|
Reapplies the layout options to the current
form.
|
Empty
|
relayoutPageArea
|
Replaces the layout of the pageArea object
content with a new layout.
|
Empty
|
sheet
|
Determines the sheet number that contains
the form object.
|
Integer
|
sheetCount
|
Determines the number of sheets in the current
form.
|
Integer
|
sheetCountInBatch
|
Determines the sheet count of the current
batch.
|
Integer
|
sheetInBatch
|
Determines which sheet within the batch
contains the form object.
|
Integer
|
w
|
Determines the width of a given form design
object.
|
Double
|
x
|
Determines the x coordinate of a given form
design object relative to its parent object.
|
Double
|
y
|
Determines the y coordinate of a given form
design object relative to its parent object.
|
Double
|
|
|
|