Break.Clear 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
文本换行符的重启位置
表示架构中的以下属性:w:clear
[DocumentFormat.OpenXml.SchemaAttr(23, "clear")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues> Clear { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues> Clear { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "clear")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues>? Clear { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:clear")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues>? Clear { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues>? Clear { get; set; }
member this.Clear : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "clear")>]
member this.Clear : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:clear")>]
member this.Clear : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues> with get, set
Public Property Clear As EnumValue(Of BreakTextRestartLocationValues)
属性值
返回 EnumValue<T>。
- 属性