Table of Contents

Class OdfLayoutPreset

Namespace
OdfKit.Styles
Assembly
OdfKit.dll

Provides the OdfLayoutPreset API. 表示高階 builder 可共用的文件版面 preset。

public sealed class OdfLayoutPreset
Inheritance
OdfLayoutPreset
Inherited Members

Constructors

OdfLayoutPreset()

public OdfLayoutPreset()

Properties

BusinessDeck

Performs business deck. 取得適合年度報告與商業簡報的內建版面。

public static OdfLayoutPreset BusinessDeck { get; }

Property Value

OdfLayoutPreset

ChartBounds

Gets the ChartBounds value. 取得或設定圖表區塊。

public OdfLayoutBounds ChartBounds { get; set; }

Property Value

OdfLayoutBounds

FlowDiagram

Performs flow diagram. 取得適合流程圖與架構圖的內建版面。

public static OdfLayoutPreset FlowDiagram { get; }

Property Value

OdfLayoutPreset

FlowNodeBounds

Gets the FlowNodeBounds value. 取得或設定第一個流程圖節點區塊。

public OdfLayoutBounds FlowNodeBounds { get; set; }

Property Value

OdfLayoutBounds

FlowNodeGapCm

Gets the FlowNodeGapCm value. 取得或設定流程圖節點之間的水平間距(公分)。

public double FlowNodeGapCm { get; set; }

Property Value

double

LeftColumnBounds

Gets the LeftColumnBounds value. 取得或設定左欄內容區塊。

public OdfLayoutBounds LeftColumnBounds { get; set; }

Property Value

OdfLayoutBounds

Name

Gets the Name value. 取得或設定版面 preset 名稱。

public string Name { get; set; }

Property Value

string

RightColumnBounds

Gets the RightColumnBounds value. 取得或設定右欄內容區塊。

public OdfLayoutBounds RightColumnBounds { get; set; }

Property Value

OdfLayoutBounds

SubtitleBounds

Gets the SubtitleBounds value. 取得或設定副標題區塊。

public OdfLayoutBounds SubtitleBounds { get; set; }

Property Value

OdfLayoutBounds

TitleBounds

Gets the TitleBounds value. 取得或設定標題區塊。

public OdfLayoutBounds TitleBounds { get; set; }

Property Value

OdfLayoutBounds

Methods

GetFlowNodeBounds(int)

Gets flow node bounds. 依序號取得流程圖節點區塊。

public OdfLayoutBounds GetFlowNodeBounds(int index)

Parameters

index int

流程圖節點序號

Returns

OdfLayoutBounds

對應的節點區塊