Class OdfDrawShapeLayerInfo
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
pageNamestringThe name of the drawing page. / 所在繪圖頁面名稱。
shapeIdstringThe shape identifier. / 圖形識別碼。
shapeTypestringThe local name of the shape element (e.g. frame, rect). / 圖形元素本地名稱(例如 frame、rect)。
layerNamestringThe assigned layer name (
draw:layer). / 指派的圖層名稱(draw:layer)。
Properties
Id
Gets the shape identifier. 取得圖形識別碼。
public string Id { get; }
Property Value
LayerName
Gets the assigned layer name. 取得指派的圖層名稱。
public string LayerName { get; }
Property Value
PageName
Gets the name of the drawing page. 取得所在繪圖頁面名稱。
public string PageName { get; }
Property Value
ShapeType
Gets the local name of the shape element. 取得圖形元素本地名稱。
public string ShapeType { get; }