ITextParagraphFormat.NoLineNumber 属性

定义

获取或设置是否取消段落编号。

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

属性值

一个 值,该值指示是否取消行号。

注解

对段落进行编号时,该编号显示在段落的第一行上。

适用于