XSL-FO 的精确放置

发布于 2024-07-14 10:16:07 字数 138 浏览 7 评论 0原文

当需要 OCR 的精确放置时,我在 XML-FO 页面(通过 FOP 运行)中有一个项目。 每当编辑页面(或包含的页面)时,都很难将 OCR 线恢复到位。

是否可以使用 FOP 指定准确的位置。 而不是让该项目被页面上之前的项目推动?

I have an item in an XML-FO page ( running through FOP ) when needs exact placement for an OCR. Whenever the page is edited (or an included page) its very difficult to get the OCR line back into place.

Is it possible with FOP to specify exact placement. rather than having the item being pushed around by the previous items on the page?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

赏烟花じ飞满天 2024-07-21 10:16:07

所有这些建议都位于 XSL-FO 级别,FOP 只处理该级别。

我不知道确切的位置,但此常见问题解答条目可能具有相关性。 基本上缩进是继承的,因此您可能需要重置它。

还; 此链接讨论启用/禁用空白折叠等的方法

< a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#common-absolute-position-properties" rel="nofollow noreferrer">另一个链接描述使用绝对定位属性(来自CSS)来定位fo:block-containers

All of these suggestions are at the XSL-FO level, which FOP just processes.

I don't know about exact placement, but this FAQ entry may be relevant. Basically indentation is inherited, so you may need to reset it.

Also; this link discusses ways to enable/disable whitespace collapse, etc.

Another link describes using absolute positioning attributes (from CSS) to position fo:block-containers

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文