Search Results for

    Show / Hide Table of Contents

    Class PrintOutCSV.TextFormat

    Captures the visual formatting (alignment, font size, family, style flags, and color) of a text cell when exporting a metafile to a tabular array.

    Inheritance
    object
    PrintOutCSV.TextFormat
    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 PrintOutCSV.TextFormat

    Constructors

    View Source

    TextFormat()

    Declaration
    public TextFormat()

    Fields

    View Source

    Alignment

    Declaration
    public PrintOutCSV.TextFormat.AlignmentType Alignment
    Field Value
    Type Description
    PrintOutCSV.TextFormat.AlignmentType
    View Source

    FamilyName

    Declaration
    public string FamilyName
    Field Value
    Type Description
    string
    View Source

    FontColor

    Declaration
    public int FontColor
    Field Value
    Type Description
    int
    View Source

    FontSize

    Declaration
    public float FontSize
    Field Value
    Type Description
    float
    View Source

    Style

    Declaration
    public PrintOutCSV.TextFormat.FontStyle Style
    Field Value
    Type Description
    PrintOutCSV.TextFormat.FontStyle
    • View Source
    In this article
    Back to top Generated by DocFX