Table of Contents

Class OdfMasterPageDefinition

Namespace
OdfKit.Presentation
Assembly
OdfKit.dll

Represents a high-level slide master definition. 表示高階投影片母片定義的類別。

public sealed class OdfMasterPageDefinition
Inheritance
OdfMasterPageDefinition
Inherited Members

Constructors

OdfMasterPageDefinition()

public OdfMasterPageDefinition()

Properties

BackgroundColor

Gets or sets the optional master page background color, such as "#ffffff". 取得或設定選用的母片背景顏色(例如 "#ffffff")。

public string? BackgroundColor { get; init; }

Property Value

string

Name

Gets or sets the master page name. 取得或設定母片名稱。

public string Name { get; init; }

Property Value

string