Table of Contents

Class TableCellDef

Namespace
Root.ReportNet.Pdf
Assembly
ReportNet.dll
public class TableCellDef
Inheritance
TableCellDef
Derived
Inherited Members

Properties

AlignHor

public AlignHor AlignHor { get; set; }

Property Value

AlignHor

AlignVert

public AlignVert AlignVert { get; set; }

Property Value

AlignVert

BackgroundBrush

public BrushProp? BackgroundBrush { get; set; }

Property Value

BrushProp

BorderPen

public PenProp? BorderPen { set; }

Property Value

PenProp

BorderPenBottom

public PenProp? BorderPenBottom { get; set; }

Property Value

PenProp

BorderPenHor

public PenProp? BorderPenHor { set; }

Property Value

PenProp

BorderPenLeft

public PenProp? BorderPenLeft { get; set; }

Property Value

PenProp

BorderPenRight

public PenProp? BorderPenRight { get; set; }

Property Value

PenProp

BorderPenTop

public PenProp? BorderPenTop { get; set; }

Property Value

PenProp

BorderPenVert

public PenProp? BorderPenVert { set; }

Property Value

PenProp

BorderVisibility

public int BorderVisibility { set; }

Property Value

int

BorderVisibilityBottom

public int BorderVisibilityBottom { get; set; }

Property Value

int

BorderVisibilityHor

public int BorderVisibilityHor { set; }

Property Value

int

BorderVisibilityLeft

public int BorderVisibilityLeft { get; set; }

Property Value

int

BorderVisibilityRight

public int BorderVisibilityRight { get; set; }

Property Value

int

BorderVisibilityTop

public int BorderVisibilityTop { get; set; }

Property Value

int

BorderVisibilityVert

public int BorderVisibilityVert { set; }

Property Value

int

Indent

public double Indent { set; }

Property Value

double

IndentBottom

public double IndentBottom { get; set; }

Property Value

double

IndentBottomMM

public double IndentBottomMM { get; set; }

Property Value

double

IndentHor

public double IndentHor { set; }

Property Value

double

IndentHorMM

public double IndentHorMM { set; }

Property Value

double

IndentLeft

public double IndentLeft { get; set; }

Property Value

double

IndentLeftMM

public double IndentLeftMM { get; set; }

Property Value

double

IndentMM

public double IndentMM { set; }

Property Value

double

IndentRight

public double IndentRight { get; set; }

Property Value

double

IndentRightMM

public double IndentRightMM { get; set; }

Property Value

double

IndentTop

public double IndentTop { get; set; }

Property Value

double

IndentTopMM

public double IndentTopMM { get; set; }

Property Value

double

IndentVert

public double IndentVert { set; }

Property Value

double

IndentVertMM

public double IndentVertMM { set; }

Property Value

double

Margin

public double Margin { set; }

Property Value

double

MarginBottom

public double MarginBottom { get; set; }

Property Value

double

MarginBottomMM

public double MarginBottomMM { get; set; }

Property Value

double

MarginHor

public double MarginHor { set; }

Property Value

double

MarginHorMM

public double MarginHorMM { set; }

Property Value

double

MarginLeft

public double MarginLeft { get; set; }

Property Value

double

MarginLeftMM

public double MarginLeftMM { get; set; }

Property Value

double

MarginMM

public double MarginMM { set; }

Property Value

double

MarginRight

public double MarginRight { get; set; }

Property Value

double

MarginRightMM

public double MarginRightMM { get; set; }

Property Value

double

MarginTop

public double MarginTop { get; set; }

Property Value

double

MarginTopMM

public double MarginTopMM { get; set; }

Property Value

double

MarginVert

public double MarginVert { set; }

Property Value

double

MarginVertMM

public double MarginVertMM { set; }

Property Value

double

Methods

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.