Share via


Style.Description 属性

定义

返回指定样式的说明。 只读 String

public:
 property System::String ^ Description { System::String ^ get(); };
public string Description { get; }
member this.Description : string
Public ReadOnly Property Description As String

属性值

注解

例如,“标题 2”样式的典型说明可能是“Normal + Font:Arial,12 pt,Bold,Italic,Space Before 12 pt After 3 pt,KeepWithNext,Level 2”。

适用于