Table of Contents

Class OdfFlowLayoutOptions

Namespace
OdfKit.Drawing
Assembly
OdfKit.dll

Configures practical flow-diagram layout generated by the drawing builder. 設定繪圖 builder 產生實務流程圖的版面。

public sealed class OdfFlowLayoutOptions
Inheritance
OdfFlowLayoutOptions
Inherited Members

Constructors

OdfFlowLayoutOptions()

public OdfFlowLayoutOptions()

Properties

ConnectorLabelFormat

Gets or sets the optional connector label format. 取得或設定選用的連接線標籤格式。

public string? ConnectorLabelFormat { get; set; }

Property Value

string

Remarks

Use {0} for the source id and {1} for the target id. / 使用 {0} 表示來源 id,使用 {1} 表示目標 id。

GapCm

Gets or sets the gap between nodes in centimeters. 取得或設定節點間距(公分)。

public double GapCm { get; set; }

Property Value

double

Horizontal

Gets or sets whether nodes flow horizontally. 取得或設定節點是否水平排列。

public bool Horizontal { get; set; }

Property Value

bool

NodeHeightCm

Gets or sets the node height in centimeters. 取得或設定節點高度(公分)。

public double NodeHeightCm { get; set; }

Property Value

double

NodeWidthCm

Gets or sets the node width in centimeters. 取得或設定節點寬度(公分)。

public double NodeWidthCm { get; set; }

Property Value

double

StartXCm

Gets or sets the start X position in centimeters. 取得或設定起始 X 位置(公分)。

public double StartXCm { get; set; }

Property Value

double

StartYCm

Gets or sets the start Y position in centimeters. 取得或設定起始 Y 位置(公分)。

public double StartYCm { get; set; }

Property Value

double