Table of Contents

Class OdfDrawShapeLayerInfo

Namespace
OdfKit.Drawing
Assembly
OdfKit.dll

Represents summary information for a shape's layer assignment on a drawing page. 表示繪圖頁面上一個圖形圖層指派的摘要資訊。

public sealed class OdfDrawShapeLayerInfo
Inheritance
OdfDrawShapeLayerInfo
Inherited Members

Constructors

OdfDrawShapeLayerInfo(string, string, string, string)

Represents summary information for a shape's layer assignment on a drawing page. 表示繪圖頁面上一個圖形圖層指派的摘要資訊。

public OdfDrawShapeLayerInfo(string pageName, string shapeId, string shapeType, string layerName)

Parameters

pageName string

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

shapeId string

The shape identifier. / 圖形識別碼。

shapeType string

The local name of the shape element (e.g. frame, rect). / 圖形元素本地名稱(例如 frame、rect)。

layerName string

The assigned layer name (draw:layer). / 指派的圖層名稱(draw:layer)。

Properties

Id

Gets the shape identifier. 取得圖形識別碼。

public string Id { get; }

Property Value

string

LayerName

Gets the assigned layer name. 取得指派的圖層名稱。

public string LayerName { get; }

Property Value

string

PageName

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

public string PageName { get; }

Property Value

string

ShapeType

Gets the local name of the shape element. 取得圖形元素本地名稱。

public string ShapeType { get; }

Property Value

string