Class
ElementLoc
ElementLoc
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
child | Element | readwrite | |
offset | int | readwrite | |
parent | Element | readwrite |
Methods
Constructor
ElementLoc ElementLoc (parent: Element, child: Element, offset: int)
Parameter | Type | Description |
---|---|---|
parent | Element | |
child | Element | |
offset | int |
Example | new ElementLoc() |
Element of
ElementRange.beg
ElementRange.end
Used in:
Element Book.NewBookComponentInHierarchy (compName: string, elemLoc: ElementLoc)
BookComponent Book.NewBookComponentOfTypeInHierarchy (compName: string, compType: int, elemLoc: ElementLoc)
TextLoc Doc.ElementLocToTextLoc (eloc: ElementLoc)
Element ElementDef.NewElementInHierarchy (elemLoc: ElementLoc)
ElementRange ElementRange.ElementRange (beg: ElementLoc, end: ElementLoc)
Return
ElementLoc Doc.TextLocToElementLoc (tloc: TextLoc)
ElementLoc ElementLoc.ElementLoc (parent: Element, child: Element, offset: int)
Jongware, 18-Jan-2015 v1.0 | Contents :: Index |