...
Code Block | ||
---|---|---|
| ||
var writer = new Writer(); var section = writer.Sections.Add('Section'); var paragraph = section.Blocks.AddAddParagraph('Paragraph'); var run = paragraph.Inlines.AddAddRun('Run'); run.Text = 'Emakin'; writer.SaveToBase64('.pdf'); |
- Writer.Sections
- Writer.Clone
- Writer.LoadFromBase64
- Writer.LoadText
- Writer.SaveToBase64
- BlockCollection
- BlockContentControlBookmarkEnd
- BookmarkStart
- Comment
- Field
- HeaderFooter
- HeaderFooterCollection
- Hyperlink
- InlineCollection
- InlineContentControl
- Note
- PageBorders
- PageSetup
- Paragraph
- ParagraphFormat
- Section
- SectionCollection
- Shape
- Table
- TableCell
- TableCellCollection
- TableOfEntries
- TableRow
- TableRowCollection
- Writer