Show / Hide Table of Contents

Class ExcelParagraph

Handels paragraph text

Inheritance
System.Object
XmlHelper
ExcelTextFont
ExcelParagraph
Inherited Members
ExcelTextFont.Bold
ExcelTextFont.Color
ExcelTextFont.ComplexFont
ExcelTextFont.Italic
ExcelTextFont.LatinFont
ExcelTextFont.Size
ExcelTextFont.Strike
ExcelTextFont.UnderLine
ExcelTextFont.UnderLineColor
ExcelTextFont.SetFromFont(Font)
ExcelTextFont.CreateTopNode()
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Style
Assembly: Experior.Core.dll
Syntax
public sealed class ExcelParagraph : ExcelTextFont

Constructors

ExcelParagraph(XmlNamespaceManager, XmlNode, String, String[])

Declaration
public ExcelParagraph(XmlNamespaceManager ns, XmlNode rootNode, string path, string[] schemaNodeOrder)
Parameters
Type Name Description
System.Xml.XmlNamespaceManager ns
System.Xml.XmlNode rootNode
System.String path
System.String[] schemaNodeOrder

Properties

Text

TextBlock

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