目錄 / Table of Contents

Enum OdfAutoFitMode

Namespace
OdfKit.Styles
Assembly
OdfKit.dll

Defines how an automatic layout operation determines physical sizes. 定義自動版面配置作業決定實體尺寸的方式。

public enum OdfAutoFitMode

Fields

Fast = 1

Uses the managed, font-file-free estimator. 使用不讀取字型檔案的受控估算器。

Precise = 2

Uses the supplied precise text measurer. 使用呼叫端提供的精確文字量測器。

Reader = 0

Uses ODF optimal-size properties and delegates layout to the reader. 使用 ODF 最佳尺寸屬性,並將排版交由閱讀器處理。