gpt4 book ai didi

python - 在段落中插入水平线 [ Reportlab ]

转载 作者:行者123 更新时间:2023-11-28 21:10:48 24 4
gpt4 key购买 nike

我看到了一些使用表格添加水平线的示例代码,但是我想知道是否有更快的方法使用段落来代替。我查看了 reportlab 文档,但是我能找到任何东西。

所以我的问题是,是否可以使用段落来添加水平线?

最佳答案

最快的方法可能是使用 HRFlowable这种可流动的尝试模仿 HTML 的行为 <HR>只是给你一个指示,这是它在 HTML 中的样子:


由于没有记录此功能,我能做的最好的事情就是让您引用 source code显示所有可用的选项。

下面是我自己尝试记录这个可流动的

HRFlowable(width="80%", thickness=1, lineCap='round', color=lightgrey, spaceBefore=1, spaceAfter=1, hAlign='CENTER', vAlign='BOTTOM', dash=None)

width: Width of the horizontal line
thickness: Height of the horizontal line
lineCap: Determines whether a terminating line endsin a square exactly at the vertex, a square over the vertex or a half circle over the vertex.
color: Straight forward
spaceBefore: ??? Isn't used in the source code
spaceAfter: ??? Isn't used in the source code
hAlign: ??? Isn't used in the source code
vAlign: ??? Isn't used in the source code
dash: Allows the line to be broken into dots or dashes.

关于python - 在段落中插入水平线 [ Reportlab ],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36089347/

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