Class OdfPictureUpdateRequest
- Namespace
- OdfKit.Presentation
- Assembly
- OdfKit.dll
Describes a high-level picture update request for presentation or drawing documents. 描述簡報或繪圖文件的高階圖片更新要求。
public sealed class OdfPictureUpdateRequest
- Inheritance
-
OdfPictureUpdateRequest
- Inherited Members
Constructors
OdfPictureUpdateRequest()
public OdfPictureUpdateRequest()
Properties
AltText
Gets or sets the optional alternative text. 取得或設定選用的替代文字。
public string? AltText { get; set; }
Property Value
Height
Gets or sets the optional height. 取得或設定選用的高度。
public OdfLength? Height { get; set; }
Property Value
Name
Gets or sets the picture id or name to update. 取得或設定要更新的圖片識別碼或名稱。
public string Name { get; set; }
Property Value
Width
Gets or sets the optional width. 取得或設定選用的寬度。
public OdfLength? Width { get; set; }
Property Value
X
Gets or sets the optional X-axis position. 取得或設定選用的 X 軸位置。
public OdfLength? X { get; set; }
Property Value
Y
Gets or sets the optional Y-axis position. 取得或設定選用的 Y 軸位置。
public OdfLength? Y { get; set; }