如何在 Google Docs API 上将文本环绕在图像周围?
我正在通过 API 将 html 文档上传到 Google Docs。所有图像都设置为内联,但我更喜欢固定(文本环绕)。有没有办法在 html 上标记它,以便导入的文档将每个图像正确对齐,或者有没有办法在上传之前在 API 上设置图像换行?
作为参考,这就是我想要的,但会自动执行:
https://drive.googleblog.com/2010/07/tips-tricks-using-images-in-google.html
I am uploading html document to Google Docs thru API. All images are set inline, but I prefer fixed (text wraps around). Is there a way to mark it on html, so that imported document has each image correct way aligned or is there a way to set image wrapping on API before uploading?
For a reference this is what I want, but doing it automatically:
https://drive.googleblog.com/2010/07/tips-tricks-using-images-in-google.html
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为类似的事情
请参见background-attachment:fixed
I think something like this
see background-attachment: fixed