텍스트 » Api

getanchortarget

Description

링크 된 문서를 열 위치를 가져오는 API이다.

Return Value

Type Description
short 링크 된 문서를 열 위치

Remark

링크 된 문서를 열 위치를 나타내는 상수 값

Example

function btnGetTarget_on_mouseup(objInst) { //지정한 링크 된 문서를 열 위치를 가져온다. var nTargetType = anchor.getanchortarget(); factory.consoleprint("nTargetType = " + nTargetType); }

See Also

setanchortarget

Viewer Ver.

9.1.1.1

Update Date

20180910