Class ExcelParagraph
Handels paragraph text
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Style
Assembly: EPPlus.dll
Syntax
public sealed class ExcelParagraph : ExcelTextFont
Properties
IsFirstInParagraph
If the paragraph is the first in the collection
Declaration
public bool IsFirstInParagraph { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
IsLastInParagraph
If the paragraph is the last in the collection
Declaration
public bool IsLastInParagraph { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Text
Text
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| String |