Class OdfLayoutPreset
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
ChartBounds
Gets the ChartBounds value. 取得或設定圖表區塊。
public OdfLayoutBounds ChartBounds { get; set; }
Property Value
FlowDiagram
Performs flow diagram. 取得適合流程圖與架構圖的內建版面。
public static OdfLayoutPreset FlowDiagram { get; }
Property Value
FlowNodeBounds
Gets the FlowNodeBounds value. 取得或設定第一個流程圖節點區塊。
public OdfLayoutBounds FlowNodeBounds { get; set; }
Property Value
FlowNodeGapCm
Gets the FlowNodeGapCm value. 取得或設定流程圖節點之間的水平間距(公分)。
public double FlowNodeGapCm { get; set; }
Property Value
LeftColumnBounds
Gets the LeftColumnBounds value. 取得或設定左欄內容區塊。
public OdfLayoutBounds LeftColumnBounds { get; set; }
Property Value
Name
Gets the Name value. 取得或設定版面 preset 名稱。
public string Name { get; set; }
Property Value
RightColumnBounds
Gets the RightColumnBounds value. 取得或設定右欄內容區塊。
public OdfLayoutBounds RightColumnBounds { get; set; }
Property Value
SubtitleBounds
Gets the SubtitleBounds value. 取得或設定副標題區塊。
public OdfLayoutBounds SubtitleBounds { get; set; }
Property Value
TitleBounds
Gets the TitleBounds value. 取得或設定標題區塊。
public OdfLayoutBounds TitleBounds { get; set; }
Property Value
Methods
GetFlowNodeBounds(int)
Gets flow node bounds. 依序號取得流程圖節點區塊。
public OdfLayoutBounds GetFlowNodeBounds(int index)
Parameters
indexint流程圖節點序號
Returns
- OdfLayoutBounds
對應的節點區塊