次の方法で共有


TablePropertiesChange.Author プロパティ

定義

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 定義されます。

適用対象