Show / Hide Table of Contents

Class RichTextRun

Inheritance
System.Object
RichTextRun
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class RichTextRun : object

Constructors

RichTextRun()

Declaration
public RichTextRun()

RichTextRun(String)

Declaration
public RichTextRun(string text)
Parameters
Type Name Description
System.String text

Properties

Bold

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

Condense

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

Font

Declaration
public Font Font { get; }
Property Value
Type Description
Font

FontName

Declaration
public string FontName { get; set; }
Property Value
Type Description
System.String

FontSize

Declaration
public double FontSize { get; set; }
Property Value
Type Description
System.Double

Foreground

Declaration
public SpreadsheetColor Foreground { get; set; }
Property Value
Type Description
SpreadsheetColor

Italic

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

Paragraph

Declaration
public RichTextParagraph Paragraph { get; set; }
Property Value
Type Description
RichTextParagraph

PreserveSpace

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

Shadow

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

Strikethrough

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

Text

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String

Underline

Declaration
public SpreadsheetUnderline Underline { get; set; }
Property Value
Type Description
SpreadsheetUnderline

VerticalAlignment

Declaration
public VerticalRunAlignment VerticalAlignment { get; set; }
Property Value
Type Description
VerticalRunAlignment

Methods

CopyFrom(RichTextRun)

Declaration
public void CopyFrom(RichTextRun other)
Parameters
Type Name Description
RichTextRun other

Equals(RichTextRun)

Declaration
public bool Equals(RichTextRun other)
Parameters
Type Name Description
RichTextRun other
Returns
Type Description
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Back to top Generated by DocFX