Table of Contents

Struct OdfLayoutBounds

Namespace
OdfKit.Styles
Assembly
OdfKit.dll

表示高階 builder 版面區塊的公分座標。

public readonly struct OdfLayoutBounds
Inherited Members

Constructors

OdfLayoutBounds(double, double, double, double)

Performs odf layout bounds. 初始化 OdfLayoutBounds 結構的新執行個體。

public OdfLayoutBounds(double xCm, double yCm, double widthCm, double heightCm)

Parameters

xCm double

左側位置(公分)

yCm double

上方位置(公分)

widthCm double

寬度(公分)

heightCm double

高度(公分)

Properties

HeightCm

Gets the HeightCm value. 取得高度(公分)。

public double HeightCm { get; }

Property Value

double

WidthCm

Gets the WidthCm value. 取得寬度(公分)。

public double WidthCm { get; }

Property Value

double

XCm

Gets the XCm value. 取得左側位置(公分)。

public double XCm { get; }

Property Value

double

YCm

Gets the YCm value. 取得上方位置(公分)。

public double YCm { get; }

Property Value

double