Table of Contents

Class OdfShapeUpdateRequest

Namespace
OdfKit.Presentation
Assembly
OdfKit.dll

Describes a high-level shape update request for presentation or drawing documents. 描述簡報或繪圖文件的高階圖形更新要求。

public sealed class OdfShapeUpdateRequest
Inheritance
OdfShapeUpdateRequest
Inherited Members

Constructors

OdfShapeUpdateRequest()

public OdfShapeUpdateRequest()

Properties

FillColor

Gets or sets the optional fill color. 取得或設定選用的填滿色。

public string? FillColor { get; set; }

Property Value

string

Height

Gets or sets the optional height. 取得或設定選用的高度。

public OdfLength? Height { get; set; }

Property Value

OdfLength?

LayerName

Gets or sets the optional layer name. 取得或設定選用的圖層名稱。

public string? LayerName { get; set; }

Property Value

string

Name

Gets or sets the shape id or name to update. 取得或設定要更新的圖形識別碼或名稱。

public string Name { get; set; }

Property Value

string

StrokeColor

Gets or sets the optional stroke color. 取得或設定選用的筆觸色。

public string? StrokeColor { get; set; }

Property Value

string

Width

Gets or sets the optional width. 取得或設定選用的寬度。

public OdfLength? Width { get; set; }

Property Value

OdfLength?

X

Gets or sets the optional X-axis position. 取得或設定選用的 X 軸位置。

public OdfLength? X { get; set; }

Property Value

OdfLength?

Y

Gets or sets the optional Y-axis position. 取得或設定選用的 Y 軸位置。

public OdfLength? Y { get; set; }

Property Value

OdfLength?

ZIndex

Gets or sets the optional z-index. 取得或設定選用的 z-index。

public int? ZIndex { get; set; }

Property Value

int?