Table of Contents

Class OdfGroupInfo

Namespace
OdfKit.Drawing
Assembly
OdfKit.dll

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

pageName string

The name of the drawing page. / 所在繪圖頁面名稱。

id string

The group identifier. / 群組識別碼。

name string

The optional group name. / 群組名稱(可選)。

Properties

Id

Gets the group identifier. 取得群組識別碼。

public string Id { get; }

Property Value

string

Name

Gets the group name. 取得群組名稱。

public string? Name { get; }

Property Value

string

PageName

Gets the name of the drawing page. 取得所在繪圖頁面名稱。

public string PageName { get; }

Property Value

string