Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 itextsharp 将文本转换为 pdf 我有一个合理的段落,我怎样才能将内容的最后一个单词放在右上角(对齐右)在段落的同一最后一行。
已解决: 我只是将最后一个单词剪掉并放在新段落中并制作前导 - 0.0F newparagraph.Alignment = Element.ALIGN_RIGHT; newparagraph.Leading=-0.0F;