TextLoc
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
obj | any | readwrite | |
offset | int | readwrite |
Methods
Constructor
TextLoc TextLoc (obj: any, offset: int)
Parameter | Type | Description |
---|---|---|
obj | any | |
offset | int |
Example | new TextLoc() |
Element of
AFrame.TextLoc
Fn.TextLoc
Marker.TextLoc
Tbl.TextLoc
TextRange.beg
TextRange.end
TypedVal.tlval
Used in:
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)
Doc.Import (textLocP: TextLoc, filename: string, importParams: PropVals, importReturnParams: PropVals)
Doc.NewAnchoredAFrame (textloc: TextLoc)
Doc.NewAnchoredFn (textloc: TextLoc)
Doc.NewAnchoredFormattedTbl (format: string, textLoc: TextLoc)
Doc.NewAnchoredFormattedVar (format: string, textLoc: TextLoc)
Doc.NewAnchoredFormattedXRef (format: string, textLoc: TextLoc)
Doc.NewAnchoredMarker (textloc: TextLoc)
Doc.NewAnchoredTbl (textloc: TextLoc)
Doc.NewAnchoredTiApiClient (textloc: TextLoc)
Doc.NewTable (format: string, numCols: int, numBodyRows: int, numHeaderRows: int, numFooterRows: int, textLoc: TextLoc)
ElementLoc Doc.TextLocToElementLoc (tloc: TextLoc)
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, 31-Oct-2011 v3.0.3f | Contents :: Index |