Search Results for

    Show / Hide Table of Contents

    Struct PosText

    A text fragment placed at a column on a print line, recording its position, length, and the style attributes (bold, italic, underline, strikeout, red, regular) to apply when emitting it.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public struct PosText

    Fields

    View Source

    Position

    Declaration
    public int Position
    Field Value
    Type Description
    int
    View Source

    bold

    Declaration
    public bool bold
    Field Value
    Type Description
    bool
    View Source

    italic

    Declaration
    public bool italic
    Field Value
    Type Description
    bool
    View Source

    nSize

    Declaration
    public int nSize
    Field Value
    Type Description
    int
    View Source

    red

    Declaration
    public bool red
    Field Value
    Type Description
    bool
    View Source

    regular

    Declaration
    public bool regular
    Field Value
    Type Description
    bool
    View Source

    strokeout

    Declaration
    public bool strokeout
    Field Value
    Type Description
    bool
    View Source

    underline

    Declaration
    public bool underline
    Field Value
    Type Description
    bool
    • View Source
    In this article
    Back to top Generated by DocFX