←Select platform

TableEndingUnit Enumeration

Summary

Specifies the units for determining the table ending in TableEnding.

Syntax
C#
C++/CLI
Java
Python
public enum TableEndingUnit 
public final class TableEndingUnit 
    extends java.lang.Enum<TableEndingUnit> 
public: 
   enum class TableEndingUnit sealed 
class TableEndingUnit(Enum): 
   None = 0 
   LineSpacing = 1 
   Pixels = 2 
   Inches = 3 
   Centimeters = 4 
Members
ValueMemberDescription
0NoneNo units specified. End of table will be estimated.
1LineSpacingDetermines the ending of the table using a set number of empty text lines.
2PixelsDetermines the ending of the table using a set number of pixels.
3InchesDetermines the ending of the table using a set number of inches.
4CentimetersDetermines the ending of the table using a set number of centimeters.
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.