How do you have a bulletted list in migradoc / pdfsharp
问题 even after reading this forum post, its still quite confusing how to create a bulletted list using migradoc / pdfsharp. I basically want to display a list of items like this: Dodge Nissan Ford Chevy 回答1: Here's a sample (a few lines added to the HelloWorld sample): // Add some text to the paragraph paragraph.AddFormattedText("Hello, World!", TextFormat.Italic); // Add Bulletlist begin Style style = document.AddStyle("MyBulletList", "Normal"); style.ParagraphFormat.LeftIndent = "0.5cm"; string