ITextParagraphFormat.NoLineNumber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.