gpt4 book ai didi

javascript - 获取一段文本的几何边界

转载 作者:行者123 更新时间:2023-11-30 06:06:52 25 4
gpt4 key购买 nike

我有一个 InDesign 文档,其中的超链接包含在文本框架内。

我需要一种方法来确定超链接中包含的文本的几何边界。不幸的是,我似乎无法在 ExtendScript 中找到执行此操作的方法。

// Export the hyperlinks in the document
for (k = 0; k < myDocument.hyperlinks.length; k++) {

// Get the hyperlink
var myHyperlink = myDocument.hyperlinks[k];

// Check that the source is a text item
if (myHyperlink.source instanceof HyperlinkTextSource) {

// Here, I need to get the geometric bounds of the text contained in the link

}

}

关于如何做到这一点有什么想法吗?

顺便说一句,我正在使用 Adob​​e InDesign CS5...

最佳答案

关于javascript - 获取一段文本的几何边界,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3863624/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com