TeXOptions
TeXOptions
Overview
TeXOptions 是Python的Aspose.Tex FOSS中的一个类.
r"““对Tex处理工作的配置.
特性: extra_font_paths, extra_format_paths, job_name, load_format, magnification.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
job_name | str | Read | 得到了工作名称. |
magnification | int | Read | 得到了放大. |
extra_font_paths | list[Path] | Read | 得到了额外的字体路径. |
load_format | `bool | str | None` |
extra_format_paths | list[Path] | Read | 获得额外的格式路径. |