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;