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

In This Topic
    Paragraph Class Members
    In This Topic

    The following tables list the members exposed by Paragraph.

    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 PropertyAvailable values are:

    Value Meaning
    0 left aligned
    1 centered
    2 right aligned

     
    Public PropertyAppearance condition for the paragraph. If this condition evaluates to "False", the paragraph will not be printed.  
    Public Property  
    Public PropertyText or formula to display.  
    Public PropertyGets or sets the font for the paragraph.  
    Public Property (Inherited from combit.Reporting.Dom.DomItem)
    Public PropertyDefines the spacing between individual lines of the paragraph in points. To get a 1,5 line spacing for a 10 pt font, use a line spacing value of 15.  
    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 PropertyGets or sets the spacing between this and the next paragraph in points.  
    Public Property

    Specifies the alignment of the tab. Following values are valid:

    Value Meaning
    0 left
    1 centered
    2 right
    3 decimal

     
    Public PropertySpecifies the position of the tab.  
    Public PropertyDetermines whether lines that remain completely empty will be ignored. The following lines will be moved up. This usually comes handy, but at times can be undesirable. With the option “Unerasable” the empty line will remain even if it would be empty after evaluation.  
    Public PropertyAllows to define the wrap behavior of a text paragraph.  
    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 DomItem)
    Public Method (Inherited from DomItem)
    Public Method (Inherited from DomItem)
    Top
    See Also