combit List & Label 29 - .NET Help
combit.Reporting.Dom Namespace / TableFieldText Class
Properties Methods

In This Topic
    TableFieldText Class Members
    In This Topic

    The following tables list the members exposed by TableFieldText.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets if the text is to be printed block justified. Block text is both left and right justified. This property is only functional when the selected line is wrapped. This means that the line must be longer than the available space, consist of multiple words and line wrap is enabled.  
    Public PropertyDetermines the horizontal alignment of the text.  
    Public Property

    Gets or sets the vertical alignment of the text within the table line. Possible values are:

     

    Value Meaning
    0 top aligned
    1 centered
    2 bottom aligned

     
    Public Property (Inherited from combit.Reporting.Dom.TableFieldBase)
    Public Property (Inherited from TableFieldBase)
    Public Property  
    Public PropertyGets or sets the text contents.  
    Public Property

    Gets or sets the rotation of the text. Possible values are:

     

    Value Meaning
    0
    1 90°
    2 180°
    3 270°

     
    Public Property (Inherited from TableFieldBase)
    Public PropertyGets or sets if this object will be exported vectorized (if applicable, e.g. for PDF or EMF export) or as picture object.  
    Public Property (Inherited from TableFieldBase)
    Public PropertyGets or sets a fixed height (in SCM units, 1/1000 mm) for the field. A value of "0" means that no fixed height is to be used, i.e. the field will be fully printed and the table line will grow accordingly. Otherwise, all content exceeding the fixed height will be clipped.  
    Public PropertyGets or sets the font for the text.  
    Public Property (Inherited from TableFieldBase)
    Public Property (Inherited from TableFieldBase)
    Public PropertyGets or sets the line spacing.  
    Public Property

    Link that will be opened when clicking on the FIELD. This functionality is only available for the following output targets:

    • Preview
    • PDF
    • HTML
    (Inherited from TableFieldBase)
    Public Property (Inherited from TableFieldBase)
    Public Property

    Gets or sets if undesired spaces (leading, enclosed and remaining) are to be optimized. Imagine that you wish to print a label project using the following variables which are to be separated with a space:


    <TITLE> <FIRSTNAME> <LASTNAME>


    If there is a record in which no title exists, this variable would remain empty but the following space would be printed. First name and Last name appear with a leading space. If, for example, the variable “Firstname” was empty, there would be two spaces between “Title” and “Lastname” (enclosed spaces). If all three variables were empty, both spaces would remain (remaining spaces). This line is then not empty and would not be automatically ignored. In these cases, this property assists in the automatic removal of leading, enclosed and remaining spaces. Multiple enclosed spaces will be automatically reduced to one space.

     
    Public Property

    Gets or sets the formatting for the text displayed. Available OutputFormatter classes are:

    PropertyOutputFormatterCurrency

    PropertyOutputFormatterDate

    PropertyOutputFormatterDateTime

    PropertyOutputFormatterDegree

    PropertyOutputFormatterDouble

    PropertyOutputFormatterPercentage

    PropertyOutputFormatterTime

     
    Public Property (Inherited from TableFieldBase)
    Public PropertyGets or sets the width. (Inherited from TableFieldBase)
    Public PropertyOffers properties to define the wrapping behavior of the text.  
    Public Property (Inherited from TableFieldBase)
    Top
    Public Methods
     NameDescription
    Public MethodCopies all cloneable properties from one item to another. Make sure to call ResetInformation on the modified project in order to rebuild the object model afterwards. (Inherited from combit.Reporting.Dom.DomItem)
    Public Method (Inherited from TableFieldBase)
    Public Method (Inherited from TableFieldBase)
    Public Method (Inherited from TableFieldBase)
    Top
    See Also