Class OdfPlaceholderTemplate
- Namespace
- OdfKit.Presentation
- Assembly
- OdfKit.dll
Represents a placeholder template. 表示預留位置範本的類別。
public class OdfPlaceholderTemplate
- Inheritance
-
OdfPlaceholderTemplate
- Inherited Members
Constructors
OdfPlaceholderTemplate(OdfNode)
Represents a placeholder template. 表示預留位置範本的類別。
public OdfPlaceholderTemplate(OdfNode node)
Parameters
nodeOdfNodeThe underlying OdfKit.DOM.OdfNode instance. / 底層的 OdfKit.DOM.OdfNode 執行個體。
Properties
Height
Gets or sets the placeholder height. 取得或設定預留位置的高度。
public OdfLength? Height { get; set; }
Property Value
PlaceholderType
Gets or sets the placeholder type. 取得或設定預留位置的型態。
public OdfPlaceholderType PlaceholderType { get; set; }
Property Value
Width
Gets or sets the placeholder width. 取得或設定預留位置的寬度。
public OdfLength? Width { get; set; }
Property Value
X
Gets or sets the X-axis coordinate of the placeholder. 取得或設定預留位置的 X 軸座標位置。
public OdfLength? X { get; set; }
Property Value
Y
Gets or sets the Y-axis coordinate of the placeholder. 取得或設定預留位置的 Y 軸座標位置。
public OdfLength? Y { get; set; }