Enum OdfAutoFitMode
Defines how an automatic layout operation determines physical sizes. 定義自動版面配置作業決定實體尺寸的方式。
public enum OdfAutoFitMode
Fields
Fast = 1Uses the managed, font-file-free estimator. 使用不讀取字型檔案的受控估算器。
Precise = 2Uses the supplied precise text measurer. 使用呼叫端提供的精確文字量測器。
Reader = 0Uses ODF optimal-size properties and delegates layout to the reader. 使用 ODF 最佳尺寸屬性,並將排版交由閱讀器處理。