Class OdfGroupInfo
Represents summary information for a group shape on a drawing page. 表示繪圖頁面上一個群組圖形的摘要資訊。
public sealed class OdfGroupInfo
- Inheritance
-
OdfGroupInfo
- Inherited Members
Constructors
OdfGroupInfo(string, string, string?)
Represents summary information for a group shape on a drawing page. 表示繪圖頁面上一個群組圖形的摘要資訊。
public OdfGroupInfo(string pageName, string id, string? name)
Parameters
pageNamestringThe name of the drawing page. / 所在繪圖頁面名稱。
idstringThe group identifier. / 群組識別碼。
namestringThe optional group name. / 群組名稱(可選)。
Properties
Id
Gets the group identifier. 取得群組識別碼。
public string Id { get; }
Property Value
Name
Gets the group name. 取得群組名稱。
public string? Name { get; }
Property Value
PageName
Gets the name of the drawing page. 取得所在繪圖頁面名稱。
public string PageName { get; }