Search Results for

    Show / Hide Table of Contents

    Struct RichDocument

    Internal representation of RichText document

    Namespace: FastReport.RichTextParser
    Assembly: FastReport.dll
    Syntax
    public struct RichDocument

    Fields

    codepage

    Declaration
    public long codepage
    Field Value
    Type Description
    System.Int64

    color_list

    Declaration
    public List<Color> color_list
    Field Value
    Type Description
    System.Collections.Generic.List<System.Drawing.Color>

    default_font

    Declaration
    public long default_font
    Field Value
    Type Description
    System.Int64

    default_lang

    Declaration
    public long default_lang
    Field Value
    Type Description
    System.Int64

    default_tab_width

    Declaration
    public long default_tab_width
    Field Value
    Type Description
    System.Int64

    font_list

    Declaration
    public List<RFont> font_list
    Field Value
    Type Description
    System.Collections.Generic.List<RFont>

    global_margin_bottom

    Declaration
    public long global_margin_bottom
    Field Value
    Type Description
    System.Int64

    global_margin_left

    Declaration
    public long global_margin_left
    Field Value
    Type Description
    System.Int64

    global_margin_right

    Declaration
    public long global_margin_right
    Field Value
    Type Description
    System.Int64

    global_margin_top

    Declaration
    public long global_margin_top
    Field Value
    Type Description
    System.Int64

    pages

    Declaration
    public List<Page> pages
    Field Value
    Type Description
    System.Collections.Generic.List<Page>

    paper_height

    Declaration
    public long paper_height
    Field Value
    Type Description
    System.Int64

    paper_width

    Declaration
    public long paper_width
    Field Value
    Type Description
    System.Int64

    size

    Declaration
    public long size
    Field Value
    Type Description
    System.Int64

    style_list

    Declaration
    public List<Style> style_list
    Field Value
    Type Description
    System.Collections.Generic.List<Style>

    view_kind

    Declaration
    public long view_kind
    Field Value
    Type Description
    System.Int64
    Back to top © 1998-2025 Copyright Fast Reports Inc.