Adobe FrameMaker-12 Object Model JS: TextLoc

FrameMaker 12.0

Class

TextLoc

 

QuickLinks

TextLoc

Properties

PropertyTypeAccessDescription
objany readwrite
offsetint readwrite

Methods

Constructor

TextLoc TextLoc (obj: any, offset: int)

ParameterTypeDescription
obj any
offsetint

Examplenew TextLoc()

Element of

AFrame.TextLoc

Fn.TextLoc

Marker.TextLoc

Tbl.TextLoc

TextRange.beg

TextRange.end

TypedVal.tlval

Used in:

Object Book.Import (textLocP: TextLoc, filename: string, importParams: PropVals, importReturnParams: PropVals)

TextLoc Doc.AddText (textLoc: TextLoc, text: string)

TextRange Doc.Find (textLoc: TextLoc, findParams: PropVals)

PropVal Doc.GetTextPropVal (textLoc: TextLoc, propNum: int)

PropVals Doc.GetTextProps (textLoc: TextLoc)

TypedVal Doc.GetTextVal (textLoc: TextLoc, propNum: int)

Object Doc.Import (textLocP: TextLoc, filename: string, importParams: PropVals, importReturnParams: PropVals)

AFrame Doc.NewAnchoredAFrame (textloc: TextLoc)

Fn Doc.NewAnchoredFn (textloc: TextLoc)

Object Doc.NewAnchoredFormattedObject (objType: int, format: string, textLoc: TextLoc)

Tbl Doc.NewAnchoredFormattedTbl (format: string, textLoc: TextLoc)

Var Doc.NewAnchoredFormattedVar (format: string, textLoc: TextLoc)

XRef Doc.NewAnchoredFormattedXRef (format: string, textLoc: TextLoc)

Marker Doc.NewAnchoredMarker (textloc: TextLoc)

Object Doc.NewAnchoredObject (objType: int, textloc: TextLoc)

Tbl Doc.NewAnchoredTbl (textloc: TextLoc)

TiApiClient Doc.NewAnchoredTiApiClient (textloc: TextLoc)

Tbl Doc.NewTable (format: string, numCols: int, numBodyRows: int, numHeaderRows: int, numFooterRows: int, textLoc: TextLoc)

ElementLoc Doc.TextLocToElementLoc (tloc: TextLoc)

Element ElementDef.NewElement (textLoc: TextLoc)

TextRange TextRange.TextRange (beg: TextLoc, end: TextLoc)

Return

TextLoc Doc.AddText (textLoc: TextLoc, text: string)

TextLoc Doc.ElementLocToTextLoc (eloc: ElementLoc)

TextLoc TextLoc.TextLoc (obj: any, offset: int)

Jongware, 18-Jan-2015 v1.0Contents :: Index