...
Description |
---|
Excerpt |
---|
Represents a paragraph in the Word document. Technically, a paragraph is a block of text that ends with a carriage return. |
Signature | ||||
---|---|---|---|---|
| ||||
public class Paragraph : Element
{signature}{signature: |
Signature | ||||||
---|---|---|---|---|---|---|
| }
| |||||
Public Class Paragraph
Inherits Element
{signature}
{remarks}To create a new paragraph, use [ |
Remarks |
---|
To create a new paragraph, use Element.InsertParagraphBefore() |Element.InsertParagraphBefore]or [Element.InsertParagraphAfter() |Element. InsertParagraphAfter].Each of these methods take a single argument of type [|NamedStyle]. This argument can be null. If it is null, the Normal style is used. This method can be called from the [|Document]object because {{
inherits from the [|Element]class. {remarks} {example}{code:csharp|title=C#} |
Example | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Properties |
---|
Name | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|