Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 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 ConstructorInitializes a new instance of the Paragraph class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the first line indent or hanging line indent for the paragraph, relative to left indent. This property can be negative. If positive, indents just the first line (first line indent). If negative, indents all lines but the first (hanging indent).

    Default: 0tw.

     
    Public PropertyGets or sets the indentation from the left edge of the Textbox, less left padding.

    Default: 0tw.

     
    Public PropertyGets or sets the numbering style and/or indentation level. Must be equal or greater than 0 and less or equal than 9. For paragraphs with ListStyle None, this property serves to indent the paragraph. When ListStyle is Bulleted or Numbered, it serves as indentation level and bullet/number style.

    Default: 0.

     
    Public PropertyGets or sets a value indicating whether this paragraph is part of a list, and identifies the numbering type.  
    Public PropertyGets the Paragraphs collection containing this object.  
    Public PropertyGets or sets the indentation from the right edge of the Textbox, less right padding.

    Default: 0tw.

     
    Public PropertyGets or sets the spacing after the paragraph. Cannot be negative.

    Default: 0tw.

     
    Public PropertyGets or sets the spacing before the paragraph. Cannot be negative.

    Default: 0tw.

     
    Public PropertyGets the Style object that defines style properties for the paragraph.  
    Public PropertyGets the Textbox object containing this object.  
    Public PropertyGets the TextRuns collection.  
    Top
    Public Methods
     NameDescription
    Public MethodCopies properties from another Paragraph to the current object.  
    Top
    See Also