Show / Hide Table of Contents

Class ExcelParagraph

Handels paragraph text

Inheritance
System.Object
XmlHelper
ExcelTextFont
ExcelParagraph
Inherited Members
ExcelTextFont.LatinFont
ExcelTextFont.EastAsianFont
ExcelTextFont.ComplexFont
ExcelTextFont.CreateTopNode()
ExcelTextFont.Bold
ExcelTextFont.UnderLine
ExcelTextFont.UnderLineColor
ExcelTextFont.Italic
ExcelTextFont.Strike
ExcelTextFont.Size
ExcelTextFont.Fill
ExcelTextFont.Color
ExcelTextFont.Kerning
ExcelTextFont.SetFromFont(String, Single, Boolean, Boolean, Boolean, Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.Boolean

IsLastInParagraph

If the paragraph is the last in the collection

Declaration
public bool IsLastInParagraph { get; }
Property Value
Type Description
System.Boolean

Text

Text

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX