如何在图像周围包裹一些文字?

发布于 2024-09-13 11:34:58 字数 99 浏览 10 评论 0原文

在flex中,我有HBox,我在其中加载了图像。我想在它周围环绕文字。因此,右侧将有图像,左侧将有文本。清除图像后,文本将以 100% 的宽度显示。

我怎样才能实现它?

In flex, I have HBox in which I have loaded an image. I want to wrap text around it. Hence, there would be an image on right and text will be on left. After the image is cleared, text will be displayed 100% of the width.

How can I achieve it?

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

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

发布评论

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

评论(1

千寻… 2024-09-20 11:35:05

虽然你所描述的内容很容易用 HTML 实现。我认为 Flex 中的 htmlText 属性只支持简单的 HTML。

您需要了解 Flex 的 文本布局框架


编辑:尽管我最初声称, htmlText 属性实际上确实支持具有align 属性的img 标签。它记录在此处

Although what you describe is easy to do with HTML. I didn't think the htmlText property in Flex supported anything more than simple HTML.

You'll want to look into the Text Layout Framework for Flex.


Edit: Despite my initial claim, the htmlText property actually does support the img tag with align property. It is documented here

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