FOM Reference > Content > Pages > fFrame interface
  
fFrame interface
This object describes the contents of a frame.
This object inherits from fControl.
FrameVJType enumeration
Which method to use when justifying the contents of the frame.
The FrameVJType enumeration has the following constants of type int.
VJ_OFF = 0
Turn vertical justification off.
VJ_ON = 1
Turn vertical justification on.
VJ_SPREAD_PARA = 2
Spread paragraphs evenly.
VJ_SPREAD_ALL = 3
Spread everything evenly.
FrameTextFlow enumeration
How to flow text in frame columns.
The FrameTextFlow enumeration has the following constants of type int.
FLOW_NORMAL = 0
Text flows normally.
FLOW_COLUMNS = 1
Text flows in "Fill Columns" mode.
FLOW_TOP = 2
Text flows in "Fill Top" mode.
FrameColumnMode enumeration
How to order columns in the frame.
The FrameColumnMode enumeration has the following constants of type int.
COLUMN_LATIN = 0
Columns are ordered from left to right.
COLUMN_ARABIC = 1
Columns are ordered from right to left.
FrameAvoidMode enumeration
How to avoid overlapping frames.
The FrameAvoidMode enumeration has the following constants of type int.
AVOID_CHOPUP = 0
Use chopup mode.
AVOID_BOX = 1
Use box mode.
AVOID_IGNORE = 2
Ignore the avoid setting on overlapping frames.
FrameRasterScale enumeration
How to scale the raster to fit inside the defined area.
The FrameRasterScale enumeration has the following constants of type int.
SCALE_NONE = 0
Don't scale the raster.
SCALE_FIT = 1
Scale the raster to fit the frame.
SCALE_PRESERVE = 2
Scale the raster preserving the aspect ratio.
SCALE_DOT = 3
Scale the raster using the specified dot size.
SCALE_ABSOLUTE = 4
Scale the raster using the specified absolute size.
SCALE_PERCENT = 5
Scale the raster using the specified percentage.
FrameVerticalAlignment enumeration
Alignment of text withing the Frame.
The FrameVerticalAlignment enumeration has the following constants of type int.
VALIGN_TOP = 0
Leave text at top of frame
VALIGN_CENTER = 1
Center text within frame. This is equivalent to fFormatting.breakTop( fFormatting.BREAK_COLUMN_CENTER ) as the inital content within the frame.
VALIGN_BOTTOM = 2
Flush text to the bottom of the frame. This is equivalent to fFormatting.breakTop( fFormatting.BREAK_COLUMN_BOTTOM ) as the inital content within the frame.
FrameCopyModes enumeration
When to copy this frame onto a new page.
The FrameCopyModes enumeration has the following constants of type int.
COPY_FIRST = 0
Only copy this frame if this is the first frame on the page.
COPY_ALWAYS = 1
Always copy this frame onto a new page.
COPY_NEVER = 2
Never copy this frame onto a new page.
FrameDisplayModes enumeration
When to display this frame on a page.
The FrameDisplayModes enumeration has the following constants of type int.
DISPLAY_ALL = 0
Display the frame on all pages.
DISPLAY_LEFT = 1
Display the frame on left-hand pages.
DISPLAY_RIGHT = 2
Display the frame on right-hand pages.
DISPLAY_FOOTNOTE = 4
Define frame as a footnote marker frame.
DISPLAY_ODD = 5
Display the frame on odd pages.
DISPLAY_EVEN = 6
Display the frame on even pages.
GutterRuleModes enumeration
When to copy this frame onto a new page.
The GutterRuleModes enumeration has the following constants of type int.
GUTTER_ALL = 0
Draw the gutter rule in between all columns to the full height of the text area.
GUTTER_TEXT = 1
Draw the gutter rules only between columns that have text, to the height of the longest text column.
GUTTER_TEXTFULL = 2
Draw the gutter rules only between columns that have text, to the full height of the text area.
GUTTER_FRAMEAVOID = 3
As fFrame-GUTTER_TEXTFULL, but will also obey frame avoids.
PDFBoxTypes enumeration
Which PDF boxes should be specified using the dimensions of this frame.
The PDFBoxTypes enumeration has the following constants of type int.
PDFBOX_NONE = 0
This frame is not used to set the size of any PDF boxes.
PDFBOX_ART = 1
This frame will be used to set the size of the PDF art box.
PDFBOX_BLEED = 2
This frame will be used to set the size of the PDF bleed box.
PDFBOX_CROP = 4
This frame will be used to set the size of the PDF crop box.
PDFBOX_TRIM = 8
This frame will be used to set the size of the PDF trim box.
allowOverlap attribute
Macro: tfolock
If true, an exception will be thrown if another frame is moved or resized so it overlaps this frame. This property is not used to test the positions of frames that already exist on the page.
allowOverlap
Access
read-write
Returns
boolean
allowOvermatter attribute
Macro: tfover
If true, the bottom margins of the frame are ignored allowing any outstanding text in the stream to be formatted.
allowOvermatter
Access
read-write
Returns
boolean
avoid attribute
Macro: tfavoid
If true, any text in a lower numbered frame will avoid the area around this frame. Otherwise text will be drawn in those frames as if this frame wasn't there.
avoid
Access
read-write
Returns
boolean
avoidMode attribute
Macro: tfav
Determines which mode to use when avoiding overlapping frames. Value is one of fFrame.FrameAvoidMode.
avoidMode
Access
read-write
Returns
int
avoidOrder attribute
Macro: tfav
Determines the order in which the text flows around a frame that is being avoided.
avoidOrder
Access
read-write
Returns
String
backgroundColor attribute
Macro: tfbcol
The frame background color
backgroundColor
Access
read-write
Returns
fColor
cjk attribute
Macro: tfcjk
If true, the text in the frame is drawn in cjk mode, i.e. in columns top to bottom, right to left. Otherwise, the text is drawn in latin mode, i.e. in rows left to right, top to bottom.
cjk
Access
read-write
Returns
boolean
clipToPage attribute
Macro: tfpclip
If true, the contents of the frame are clipped to the current page, otherwise content is allowed to be drawn outside the page.
clipToPage
Access
read-write
Returns
boolean
columnColor attribute
Macro: tfccol
The background color for the columns in the frame.
columnColor
Access
read-write
Returns
fColor
columnMode attribute
Macro: tfcol
Specifies the way text gets filled in the columns. Value is one of fFrame.FrameColumnMode.
columnMode
Access
read-write
Returns
int
columnReference attribute
Macro: tfcref
The contents of this stream or JS function will be processed before the contents of the column are formatted.
columnReference
Access
read-write
Returns
fStream
columnWidths attribute
Macro: tfcol
An array containing the widths of each columns. This array is automatically sized depending on the number of columns available with the default value being an equal share of the available space.
columnWidths
Access
read-only
Returns
fArray
condition attribute
Macro: tfmode
The APP showstring to determine if the frame is visible.
condition
Access
read-write
Returns
String
copyFit attribute
Macro: tffit
An array containing 3 fFrameCopyFit objects that determine what (if any) text properties should be modified to ensure the text fits inside the frame. If the "fitProperty" values in all 3 objects are empty, copyfit will not be performed.
copyFit
Access
read-only
Returns
fFrameCopyFit[]
copyFitUpdate attribute
Macro: tffit
If true, the frame's real dimensions will be updated after copyfitting has been performed.
copyFitUpdate
Access
read-write
Returns
boolean
copyModeAutocopy attribute
Macro: tfcmodes
Determines is this frame gets copied automatically if a new page is created by autocopy. Value should be one of fFrame.FrameCopyModes.
copyModeAutocopy
Access
read-write
Returns
int
copyModeInsert attribute
Macro: tfcmodes
Determines is this frame gets copied automatically if a new page is created by fContent.insertPage(). Value should be one of fFrame.FrameCopyModes.
copyModeInsert
Access
read-write
Returns
int
copyModePageDown attribute
Macro: tfcmodes
Determines is this frame gets copied automatically if a new page is created automatically by pressing page down on the last page. Value should be one of fFrame.FrameCopyModes.
copyModePageDown
Access
read-write
Returns
int
copyModePageLevel attribute
Macro: tfcmodes
Determines is this frame gets copied automatically if a new page is created after a frozen page. Value should be one of fFrame.FrameCopyModes.
copyModePageLevel
Access
read-write
Returns
int
cutOffset attribute
Macro: tfcut
The offset for the cutting guides for this frame.
cutOffset
Access
read-write
Returns
fLength
cutSize attribute
Macro: tfcut
The size of the cutting guides for this frame.
cutSize
Access
read-write
Returns
fLength
displayMode attribute
Macro: tfmode
When to display the frame. Value is one of fFrame.FrameDisplayModes.
displayMode
Access
read-write
Returns
int
displayName attribute
Macro: tfname
The display name for the frame. This value is not required to be unique.
displayName
Access
read-write
Returns
String
extendedBreaks attribute
Macro: tfwidows
If true, extended breaks mode is on.
extendedBreaks
Access
read-write
Returns
boolean
extendedOrphans attribute
Macro: tfwidows
If true, orphans and widows are ignored when lines from the middle of a paragraph sit in a column or frame of their own.
extendedOrphans
Access
read-write
Returns
boolean
fillStream attribute
Macro: tffill
The stream to use when automatically filling content into unused areas of the frame.
fillStream
Access
read-write
Returns
fStream
footnotes attribute
Macro: tfnote
An array of 5 footnote control objects assigned to the frame.
footnotes
Access
read-only
Returns
fFootnote[]
formattingOrder attribute
Macro: tforder
Specifies the order in which this frame gets formatted, relative to the other frames on the page.
formattingOrder
Access
read-write
Returns
int
frameReference attribute
Macro: tfref
The contents of this stream or JS function will be processed before the contents of the frame are formatted.
frameReference
Access
read-write
Returns
fStream
gapBottom attribute
Macro: tfgap
The size of the gap at the bottom of the frame to be avoided.
gapBottom
Access
read-write
Returns
fLength
gapLeft attribute
Macro: tfgap
The size of the gap at the left of the frame to be avoided.
gapLeft
Access
read-write
Returns
fLength
gapRight attribute
Macro: tfgap
The size of the gap at the right of the frame to be avoided.
gapRight
Access
read-write
Returns
fLength
gapTop attribute
Macro: tfgap
The size of the gap at the top of the frame to be avoided.
gapTop
Access
read-write
Returns
fLength
graphic attribute
Macro: tfo
The graphic object assigned to the frame.
graphic
Access
read-write
Returns
fGraphic
graphicLeft attribute
Macro: tfo
The distance from the left edge of the frame to draw the graphic attached to the frame.
graphicLeft
Access
read-write
Returns
fLength
graphicMarginBottom attribute
Macro: tfo
The bottom margin for the graphic attached to the frame.
graphicMarginBottom
Access
read-write
Returns
fLength
graphicMarginLeft attribute
Macro: tfo
The left margin for the graphic attached to the frame.
graphicMarginLeft
Access
read-write
Returns
fLength
graphicMarginRight attribute
Macro: tfo
The right margin for the graphic attached to the frame.
graphicMarginRight
Access
read-write
Returns
fLength
graphicMarginTop attribute
Macro: tfo
The top margin for the graphic attached to the frame.
graphicMarginTop
Access
read-write
Returns
fLength
graphicScaleX attribute
Macro: tfr
The method to use when scaling the graphic horizontally. Value is one of fFrame.FrameRasterScale
graphicScaleX
Access
read-write
Returns
int
graphicScaleXPercent attribute
Macro: tfr
The percentage to use when graphicScaleX is set to SCALE_PERCENT.
graphicScaleXPercent
Access
read-write
Returns
int
graphicScaleXSize attribute
Macro: tfr
The size to use when graphicScaleX is set to either SCALE_DOT or SCALE_ABSOLUTE.
graphicScaleXSize
Access
read-write
Returns
fLength
graphicScaleY attribute
Macro: tfr
The method to use when scaling the graphic vertically. Value is one of fFrame.FrameRasterScale
graphicScaleY
Access
read-write
Returns
int
graphicScaleYPercent attribute
Macro: tfr
The percentage to use when graphicScaleY is set to SCALE_PERCENT.
graphicScaleYPercent
Access
read-write
Returns
int
graphicScaleYSize attribute
Macro: tfr
The size to use when graphicScaleY is set to either SCALE_DOT or SCALE_ABSOLUTE.
graphicScaleYSize
Access
read-write
Returns
fLength
graphicTop attribute
Macro: tfo
The distance from the top edge of the frame to draw the graphic attached to the frame.
graphicTop
Access
read-write
Returns
fLength
gutterRule attribute
Macro: tfrules
The rule to draw inbetween column gutters.
gutterRule
Access
read-write
Returns
fRule
gutterRuleMode attribute
How to draw gutter rules, if one is specified in fFrame.gutterRule. Value is one of fFrame.GutterRuleModes.
gutterRuleMode
Access
read-write
Returns
int
gutterWidths attribute
Macro: tfcol
An array containing the gutter widths between each column. This array is automatically sized to one less than the number of columns available.
gutterWidths
Access
read-only
Returns
fArray
height attribute
Macro: tfpos
The height of the frame.
height
Access
read-write
Returns
fLength
isLocked attribute
Macro: tflock
If true, the size and position of the frame is locked and cannot be moved. Any attempt to modify the size or position properties on the frame will result in an exception being thrown.
isLocked
Access
read-write
Returns
boolean
lineNumbering attribute
The line numbering properties for this frame.
lineNumbering
Access
read-write
Returns
fLineNumbering
lineReference attribute
Macro: tflref
The contents of this stream or JS function will be processed before each new line in the frame is started.
lineReference
Access
read-write
Returns
fStream
numColumns attribute
Macro: tfcol
The number of columns to divide the frame into.
numColumns
Access
read-write
Returns
int
number attribute
Macro: tfstart, tfend
The frame number, used to determine the order for flowing text.
number
Access
read-write
Returns
int
opacity attribute
The default percentage opacity to draw everything in this frame on supported output drivers.
opacity
Access
read-write
Returns
float
orphanLines attribute
Macro: tfwidows
The number of lines in a paragraph that must be kept together with the first line.
orphanLines
Access
read-write
Returns
int
pageLife attribute
Macro: tfpagelife
Sets the number of pages to which this frame will be copied during an autocopy.
pageLife
Access
read-write
Returns
int
paragraphReference attribute
Macro: tfpref
The contents of this stream or JS function will be processed before each new paragraph in the frame is started.
paragraphReference
Access
read-write
Returns
fStream
pdfBoxes attribute
Use the dimensions of this frame to determine the sizes of the specified boxes when printing to PDF. Possible values are in fFrame.PDFBoxTypes.
pdfBoxes
Access
read-write
Returns
int
pdfLayer attribute
The PDF Layer to use when outputting the contents of this frame. If this property is null or undefined, then the default layer will be used.
pdfLayer
Access
read-write
Returns
fPDFLayer
professionalLeading attribute
Macro: tfpro
Overrides APP’s default line spacing of ¾ above and ¼ below the baseline. With professionalLeading activated, leading will be calculated from baseline to baseline, therefore all linespace is assigned above the baseline.
In this context the term professional means that the user is the professional and will specify the required leading themselves.
professionalLeading
Access
read-write
Returns
boolean
protect attribute
Macro: tfprotect
A set of flags to specify if certain actions are permitted on the frame. Any attempt to perform protected actions on the frame will result in an exception being thrown.
protect
Access
read-write
Returns
int
raster attribute
Macro: tfr
The raster assigned to the frame.
raster
Access
read-write
Returns
fRaster
rasterHeight attribute
Macro: tfr
The height of the area that will contain the raster attached to the frame. If not set, it defaults to the size of the actual raster.
rasterHeight
Access
read-write
Returns
fLength
rasterLeft attribute
Macro: tfr
The distance from the left edge of the frame to draw the raster attached to the frame.
rasterLeft
Access
read-write
Returns
fLength
rasterMarginBottom attribute
Macro: tfr
The bottom margin for the raster attached to the frame.
rasterMarginBottom
Access
read-write
Returns
fLength
rasterMarginLeft attribute
Macro: tfr
The left margin for the raster attached to the frame.
rasterMarginLeft
Access
read-write
Returns
fLength
rasterMarginRight attribute
Macro: tfr
The right margin for the raster attached to the frame.
rasterMarginRight
Access
read-write
Returns
fLength
rasterMarginTop attribute
Macro: tfr
The top margin for the raster attached to the frame.
rasterMarginTop
Access
read-write
Returns
fLength
rasterMediaActivation attribute
If the raster type is fRaster.FT_AUDIO, FT_VIDEO, or FT_FLASH, this property specifies when to activate or deactivate the media object in the PDF. Possible values are in fFormatting-PDFActivationFlags. This parameter will be ignored if the raster is any other type.
rasterMediaActivation
Access
read-write
Returns
int
rasterMediaFlashPlayer attribute
If the raster type is fRaster.FT_AUDIO or FT_VIDEO, this is the name of the flash player to use to play the media in the PDF. This parameter will be ignored if the raster is any other type.
rasterMediaFlashPlayer
Access
read-write
Returns
String
rasterMediaFlashVars attribute
If the raster type is fRaster.FT_AUDIO, FT_VIDEO, or FT_FLASH, this is the configuration string to use with the flash player when adding it to the PDF. This parameter will be ignored if the raster is any other type.
rasterMediaFlashVars
Access
read-write
Returns
String
rasterMediaPoster attribute
If the raster type is fRaster.FT_AUDIO, FT_VIDEO, or FT_FLASH, this is the image to display when the media object is not active in the PDF. This parameter will be ignored if the raster is any other type.
rasterMediaPoster
Access
read-write
Returns
fRaster
rasterPDFName attribute
The name for this object when outputting it to PDF.
rasterPDFName
Access
read-write
Returns
String
rasterScaleX attribute
Macro: tfr
The method to use when scaling the raster horizontally. Value is one of fFrame.FrameRasterScale
rasterScaleX
Access
read-write
Returns
int
rasterScaleXPercent attribute
Macro: tfr
The percentage to use when rasterScaleX is set to SCALE_PERCENT.
rasterScaleXPercent
Access
read-write
Returns
int
rasterScaleXSize attribute
Macro: tfr
The size to use when rasterScaleX is set to either SCALE_DOT or SCALE_ABSOLUTE.
rasterScaleXSize
Access
read-write
Returns
fLength
rasterScaleY attribute
Macro: tfr
The method to use when scaling the raster vertically. Value is one of fFrame.FrameRasterScale
rasterScaleY
Access
read-write
Returns
int
rasterScaleYPercent attribute
Macro: tfr
The percentage to use when rasterScaleY is set to SCALE_PERCENT.
rasterScaleYPercent
Access
read-write
Returns
int
rasterScaleYSize attribute
Macro: tfr
The size to use when rasterScaleY is set to either SCALE_DOT or SCALE_ABSOLUTE.
rasterScaleYSize
Access
read-write
Returns
fLength
rasterTop attribute
Macro: tfr
The distance from the top edge of the frame to draw the raster attached to the frame.
rasterTop
Access
read-write
Returns
fLength
rasterViewName attribute
Macro: tfr
The name of the view to display for the image if the raster type is fRaster.FT_PDF or FT_U3D. This parameter will be ignored if the raster is any other type.
rasterViewName
Access
read-write
Returns
String
rasterWidth attribute
Macro: tfr
The width of the area that will contain the raster attached to the frame. If not set, it defaults to the size of the actual raster.
rasterWidth
Access
read-write
Returns
fLength
repeatText attribute
Macro: tfrepeat
If true, the text stream attached to the frame will be restarted at the beginning of this frame. Otherwise the stream will continue from the position of the previous frame.
repeatText
Access
read-write
Returns
boolean
rotation attribute
Macro: tfrot, tfsrot
The angle of rotation of the frame.
rotation
Access
read-write
Returns
float
rules attribute
Macro: tfrules
The rules to draw around the frame.
rules
Access
read-write
Returns
fRules
shiftEvenHorizontal attribute
Macro: tfshift
The amount by which the frame should be shifted horizontally on even pages.
shiftEvenHorizontal
Access
read-write
Returns
fLength
shiftEvenVertical attribute
Macro: tfshift
The amount by which the frame should be shifted vertically on even pages.
shiftEvenVertical
Access
read-write
Returns
fLength
shiftLeftHorizontal attribute
Macro: tfshift
The amount by which the frame should be shifted horizontally to the left.
shiftLeftHorizontal
Access
read-write
Returns
fLength
shiftLeftVertical attribute
Macro: tfshift
The amount by which the frame should be shifted vertically to the left.
shiftLeftVertical
Access
read-write
Returns
fLength
shiftOddHorizontal attribute
Macro: tfshift
The amount by which the frame should be shifted horizontally on odd pages.
shiftOddHorizontal
Access
read-write
Returns
fLength
shiftOddVertical attribute
Macro: tfshift
The amount by which the frame should be shifted vertically on odd pages.
shiftOddVertical
Access
read-write
Returns
fLength
shiftRightHorizontal attribute
Macro: tfshift
The amount by which the frame should be shifted horizontally to the right.
shiftRightHorizontal
Access
read-write
Returns
fLength
shiftRightVertical attribute
Macro: tfshift
The amount by which the frame should be shifted vertically to the right.
shiftRightVertical
Access
read-write
Returns
fLength
skipChecksum attribute
Macro: tfckskip
If fTemplate.generateChecksum is set and this value is true, then the contents of this frame are skipped when calculating the checksum.
skipChecksum
Access
read-write
Returns
boolean
text attribute
Macro: tft
The text stream assigned to the frame.
text
Access
read-write
Returns
fStream
textFlow attribute
Macro: tfcol
Specifies the way text gets filled in the columns. Value is one of fFrame.FrameTextFlow.
textFlow
Access
read-write
Returns
int
textMarginBottom attribute
Macro: tfcol
The margin between the bottom of the frame and the bottom edge of the text content.
textMarginBottom
Access
read-write
Returns
fLength
textMarginLeft attribute
Macro: tfcol
The margin between the left of the frame and the left edge of the text content.
textMarginLeft
Access
read-write
Returns
fLength
textMarginRight attribute
Macro: tfcol
The margin between the right of the frame and the right edge of the text content.
textMarginRight
Access
read-write
Returns
fLength
textMarginTop attribute
Macro: tfcol
The margin between the top of the frame and the top edge of the text content.
textMarginTop
Access
read-write
Returns
fLength
tieMatchHeight attribute
Macro: tftie
How tall to make this frame in relation to the height of the target frame.
tieMatchHeight
Access
read-write
Returns
fLength
tieMatchWidth attribute
Macro: tftie
How wide to make this frame in relation to the width of the target frame.
tieMatchWidth
Access
read-write
Returns
fLength
tieRotation attribute
Macro: tftie
If true, the frame will be rotated to match the rotation of the target frame.
tieRotation
Access
read-write
Returns
boolean
tieRotationOffset attribute
Macro: tftie
If tieRotation is true, apply this rotation in addition to any required by the target frame.
tieRotationOffset
Access
read-write
Returns
float
tieTargetAcross attribute
Macro: tftie
The tie condition that applies to the frame.
tieTargetAcross
Access
read-write
Returns
fLength
tieTargetDown attribute
Macro: tftie
The tie condition that applies to the frame.
tieTargetDown
Access
read-write
Returns
fLength
tieTargetFrame attribute
Macro: tftie
The id for the frame to tie to.
tieTargetFrame
Access
read-write
Returns
String
tieThisAcross attribute
Macro: tftie
The tie condition that applies to the frame.
tieThisAcross
Access
read-write
Returns
fLength
tieThisDown attribute
Macro: tftie
The tie condition that applies to the frame.
tieThisDown
Access
read-write
Returns
fLength
tieUpdateFrame attribute
Macro: tftie
If true, the size and position of the frame will be updated to reflect it's final state after performing the tie.
tieUpdateFrame
Access
read-write
Returns
boolean
verticalAlign attribute
Macro: tfmisc
Sets the alignment of text within the frame. Value is one of fFrame.VerticalAlignment.
Note: The use of FrameVJType.VJ_SPREAD_PARA or FrameVJType.VJ_SPREAD_ALL will override this value.
verticalAlign
Access
read-write
Returns
int
vjAbsolute attribute
Macro: tfabsvj
If set and VJ is active, absolute VJ mode is enabled, ensuring any maximum margin stretch limits are not exceeded.
vjAbsolute
Access
read-write
Returns
int
vjBalance attribute
Macro: tfvjbal
If set and VJ is active, more space is allocated to balanced groups during vj, otherwise space is allocated evenly.
vjBalance
Access
read-write
Returns
int
vjDepth attribute
Macro: tfvjbot
If set and VJ is active, text is aligned to the bottom margin of the frame, otherwise the text is justified to the baseline of the deepest column.
vjDepth
Access
read-write
Returns
boolean
vjType attribute
Macro: tfvjust
Activates vertical justification for the frame, using the type value to determine which mode to use. Value is one of fFrame.FrameVJType.
vjType
Access
read-write
Returns
int
widowLines attribute
Macro: tfwidows
The number of lines in a paragraph that must be kept together with the last line.
widowLines
Access
read-write
Returns
int
width attribute
Macro: tfpos
The width of the frame.
width
Access
read-write
Returns
fLength
x attribute
Macro: tfpos, tforig
The x position of the frame, from the left edge of the page.
x
Access
read-write
Returns
fLength
y attribute
Macro: tfpos, tforig
The y position of the frame, from the top edge of the page.
y
Access
read-write
Returns
fLength