Table of Contents

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

id string

The placeholder shape identifier. / 預留位置圖形識別碼。

placeholderType OdfPlaceholderType

The placeholder type. / 預留位置類型。

x string

The raw bounding-box X coordinate. / 邊界盒 X 座標原文。

y string

The raw bounding-box Y coordinate. / 邊界盒 Y 座標原文。

width string

The raw bounding-box width. / 邊界盒寬度原文。

height string

The raw bounding-box height. / 邊界盒高度原文。

Properties

Height

Gets the raw bounding-box height. 取得邊界盒高度原文。

public string? Height { get; }

Property Value

string

Id

Gets the placeholder shape identifier. 取得預留位置圖形識別碼。

public string Id { get; }

Property Value

string

PlaceholderType

Gets the placeholder type. 取得預留位置類型。

public OdfPlaceholderType PlaceholderType { get; }

Property Value

OdfPlaceholderType

Width

Gets the raw bounding-box width. 取得邊界盒寬度原文。

public string? Width { get; }

Property Value

string

X

Gets the raw bounding-box X coordinate. 取得邊界盒 X 座標原文。

public string? X { get; }

Property Value

string

Y

Gets the raw bounding-box Y coordinate. 取得邊界盒 Y 座標原文。

public string? Y { get; }

Property Value

string