Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Static Public Member Functions | Properties | List of all members
SolidFramework.Model.Plumbing.Column Class Reference

Represents a text column within a section. This class does not represent a column within a table. More...

Inheritance diagram for SolidFramework.Model.Plumbing.Column:

Public Member Functions

virtual void Dispose ()
 
bool Equals (SolidFramework.Model.Plumbing.Column other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (SolidFramework.Model.Plumbing.Column obj1, SolidFramework.Model.Plumbing.Column obj2)
 
static bool operator!= (SolidFramework.Model.Plumbing.Column obj1, SolidFramework.Model.Plumbing.Column obj2)
 

Properties

double Width [getset]
 Gets or sets the width of the column in points. More...
 
double Spacing [getset]
 Gets or sets the spacing of the column in points. More...
 

Detailed Description

Represents a text column within a section. This class does not represent a column within a table.

Property Documentation

◆ Spacing

double SolidFramework.Model.Plumbing.Column.Spacing
getset

Gets or sets the spacing of the column in points.

Returns
The spacing of the column in points.

◆ Width

double SolidFramework.Model.Plumbing.Column.Width
getset

Gets or sets the width of the column in points.

Returns
The width of the column in points.