SectionPropertiesChange.Author プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
author
スキーマ内の次の属性を表します。 w:author
[DocumentFormat.OpenXml.SchemaAttr(23, "author")]
public DocumentFormat.OpenXml.StringValue Author { get; set; }
public DocumentFormat.OpenXml.StringValue Author { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "author")]
public DocumentFormat.OpenXml.StringValue? Author { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:author")]
public DocumentFormat.OpenXml.StringValue? Author { get; set; }
public DocumentFormat.OpenXml.StringValue? Author { get; set; }
member this.Author : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "author")>]
member this.Author : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:author")>]
member this.Author : DocumentFormat.OpenXml.StringValue with get, set
Public Property Author As StringValue
プロパティ値
StringValue を返します。
- 属性
注釈
ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。
WordprocessingML ドキュメント内の注釈の作成者を指定します。
この属性を省略した場合、作成者は親注釈型に関連付けされません。
次の WordprocessingML フラグメントを使用して表されるコメントを検討してください。
<w:… w:id="1" w:author="Example Author">
…
</w:…>
属性は author
、現在の注釈の作成者が Example Author
であることを指定します。これは、必要に応じて使用できます。
この属性に使用できる値は、単純型によって ST_String
定義されます。