Search Results for

    Show / Hide Table of Contents

    Class HtmlFormatRun

    A contiguous span of text together with the formatting (bold, italic, underline, strike-out, font family, font size and color) that applies to it, produced when parsing an HTML fragment into styled runs.

    Inheritance
    object
    HtmlFormatRun
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public class HtmlFormatRun

    Constructors

    View Source

    HtmlFormatRun()

    Declaration
    public HtmlFormatRun()

    Fields

    View Source

    Bold

    Declaration
    public bool Bold
    Field Value
    Type Description
    bool
    View Source

    Color

    Declaration
    public int Color
    Field Value
    Type Description
    int
    View Source

    FontFamily

    Declaration
    public string FontFamily
    Field Value
    Type Description
    string
    View Source

    FontSize

    Declaration
    public float FontSize
    Field Value
    Type Description
    float
    View Source

    HasColor

    Declaration
    public bool HasColor
    Field Value
    Type Description
    bool
    View Source

    HasFontSize

    Declaration
    public bool HasFontSize
    Field Value
    Type Description
    bool
    View Source

    Italic

    Declaration
    public bool Italic
    Field Value
    Type Description
    bool
    View Source

    StrikeOut

    Declaration
    public bool StrikeOut
    Field Value
    Type Description
    bool
    View Source

    Text

    Declaration
    public string Text
    Field Value
    Type Description
    string
    View Source

    Underline

    Declaration
    public bool Underline
    Field Value
    Type Description
    bool

    Methods

    View Source

    Clone()

    Declaration
    public HtmlFormatRun Clone()
    Returns
    Type Description
    HtmlFormatRun
    • View Source
    In this article
    Back to top Generated by DocFX