GXPS.LinkTarget¶
Fields¶
None
Methods¶
|
|
|
|
|
|
|
|
|
Details¶
- class GXPS.LinkTarget¶
GXPS.LinkTargetrepresents a hyperlink source.- copy()¶
- Returns:
a copy of self. Free the returned object with
GXPS.LinkTarget.free()- Return type:
Creates a copy of a
GXPS.LinkTarget
- free()¶
Frees a
GXPS.LinkTarget.
- get_anchor()¶
- Returns:
the name of the anchor of self.
- Return type:
Gets the anchor name self links to. If self is an internal
GXPS.LinkTargetthis function always returns and anchor, if it is external it might returnNoneif the self does not have an anchor.
- is_internal()¶
- Returns:
Trueif theGXPS.LinkTargetpoints to an internal location,Falseif it points to a external one.- Return type:
Gets whether self destination is internal or not.