ITextParagraphFormat.NoLineNumber Property

Definition

Gets or sets whether paragraph numbering is suppressed.

public:
 property FormatEffect NoLineNumber { FormatEffect get(); void set(FormatEffect value); };
FormatEffect NoLineNumber();

void NoLineNumber(FormatEffect value);
public FormatEffect NoLineNumber { get; set; }
var formatEffect = iTextParagraphFormat.noLineNumber;
iTextParagraphFormat.noLineNumber = formatEffect;
Public Property NoLineNumber As FormatEffect

Property Value

A value that indicates whether line numbering is suppressed.

Remarks

When the paragraphs are numbered, the number appears on the first line of the paragraph.

Applies to