Search Results for

    Show / Hide Table of Contents

    Class TableBase

    Inheritance
    System.Object
    GroupsStore
    TableBase
    TableLtype
    TableLayer
    Inherited Members
    GroupsStore.Groups
    GroupsStore.AddColor(Byte)
    GroupsStore.AddEntityThickness(Single)
    GroupsStore.AddFourthPoint(Single, Single)
    GroupsStore.AddGroup<T>(Int32, T)
    GroupsStore.AddGroup(GroupBase)
    GroupsStore.AddGroupDouble(Int32, Single)
    GroupsStore.AddName(String)
    GroupsStore.AddPrimary2DPoint(Single, Single)
    GroupsStore.AddSecondPoint(Single, Single)
    GroupsStore.AddThirdPoint(Single, Single)
    GroupsStore.AddTypeName(String)
    Namespace: FastReport.Export.Dxf.Sections.Tables
    Assembly: FastReport.dll
    Syntax
    public class TableBase : GroupsStore

    Constructors

    TableBase(String)

    Declaration
    public TableBase(string name)
    Parameters
    Type Name Description
    System.String name

    Properties

    EndTable

    Declaration
    public List<GroupBase> EndTable { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<GroupBase>

    Name

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

    StartTable

    Declaration
    public List<GroupBase> StartTable { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<GroupBase>

    Methods

    AppendTo(StringBuilder)

    Declaration
    public void AppendTo(StringBuilder s)
    Parameters
    Type Name Description
    System.Text.StringBuilder s

    EndTableAppendTo(StringBuilder)

    Declaration
    public void EndTableAppendTo(StringBuilder s)
    Parameters
    Type Name Description
    System.Text.StringBuilder s

    StartTableAppendTo(StringBuilder)

    Declaration
    public void StartTableAppendTo(StringBuilder s)
    Parameters
    Type Name Description
    System.Text.StringBuilder s
    Back to top © 1998-2025 Copyright Fast Reports Inc.