Border.LineWidth 属性

定义

返回或设置对象边框的线条宽度。

public:
 property Microsoft::Office::Interop::Word::WdLineWidth LineWidth { Microsoft::Office::Interop::Word::WdLineWidth get(); void set(Microsoft::Office::Interop::Word::WdLineWidth value); };
public Microsoft.Office.Interop.Word.WdLineWidth LineWidth { get; set; }
member this.LineWidth : Microsoft.Office.Interop.Word.WdLineWidth with get, set
Public Property LineWidth As WdLineWidth

属性值

注解

WdLineWidth如果对象没有边框或具有多个线宽的边框,则返回常量或 wdUndefined

如果指定的线宽的边框线型无效,则该属性将产生错误。 要确定对特定样式有效的线条宽度,请参阅“格式”菜单中的“边框和底纹”对话框。

适用于