ExcelParagraph Class

Office Open XML

Handels paragraph text

Namespace:  OfficeOpenXml.Style
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public sealed class ExcelParagraph : ExcelTextFont
Visual Basic (Declaration)
Public NotInheritable Class ExcelParagraph _
	Inherits ExcelTextFont
Visual C++
public ref class ExcelParagraph sealed : public ExcelTextFont

Inheritance Hierarchy

System..::.Object
  OfficeOpenXml..::.XmlHelper
    OfficeOpenXml.Style..::.ExcelTextFont
      OfficeOpenXml.Style..::.ExcelParagraph

See Also