Class OdfPlaceholderInfo
- Namespace
- OdfKit.Presentation
- Assembly
- OdfKit.dll
Represents summary information for a placeholder on a slide. 表示投影片上一個預留位置的摘要資訊。
public sealed class OdfPlaceholderInfo
- Inheritance
-
OdfPlaceholderInfo
- Inherited Members
Constructors
OdfPlaceholderInfo(string, OdfPlaceholderType, string?, string?, string?, string?)
Represents summary information for a placeholder on a slide. 表示投影片上一個預留位置的摘要資訊。
public OdfPlaceholderInfo(string id, OdfPlaceholderType placeholderType, string? x, string? y, string? width, string? height)
Parameters
idstringThe placeholder shape identifier. / 預留位置圖形識別碼。
placeholderTypeOdfPlaceholderTypeThe placeholder type. / 預留位置類型。
xstringThe raw bounding-box X coordinate. / 邊界盒 X 座標原文。
ystringThe raw bounding-box Y coordinate. / 邊界盒 Y 座標原文。
widthstringThe raw bounding-box width. / 邊界盒寬度原文。
heightstringThe raw bounding-box height. / 邊界盒高度原文。
Properties
Height
Gets the raw bounding-box height. 取得邊界盒高度原文。
public string? Height { get; }
Property Value
Id
Gets the placeholder shape identifier. 取得預留位置圖形識別碼。
public string Id { get; }
Property Value
PlaceholderType
Gets the placeholder type. 取得預留位置類型。
public OdfPlaceholderType PlaceholderType { get; }
Property Value
Width
Gets the raw bounding-box width. 取得邊界盒寬度原文。
public string? Width { get; }
Property Value
X
Gets the raw bounding-box X coordinate. 取得邊界盒 X 座標原文。
public string? X { get; }
Property Value
Y
Gets the raw bounding-box Y coordinate. 取得邊界盒 Y 座標原文。
public string? Y { get; }