Class PageConstants
内容
[
隐藏
]PageConstants class
此类定义了一组描述页面的常量。 为各种页边距、方向、 重新缩放和标准页面大小提供了便利对象。
public class PageConstants
特性
姓名 | 描述 |
---|---|
static OrientationList { get; } | 可用方向值 |
static SizeList { get; } | 可用的页面大小值 |
方法
姓名 | 描述 |
---|---|
static GetMargins(string) | 获取页边距值 预定义页边距名称预定义的页边距值 |
static GetMargins(Margins, string) | 计算指定方向的页边距мфдгуы 原始页边距页面方向З为给定方向重新定义页边距 |
static GetSize(string) | 计算“纵向”页面方向的页面大小 预定义的页面大小计算的页面大小 |
static GetSize(Size, string) | 计算给定页面方向的页面大小 原始页面大小页面方向计算的页面大小 |
static GetSize(string, string) | 计算给定页面方向的页面大小 预定义的页面大小页面方向计算的页面大小 |
字段
姓名 | 描述 |
---|---|
const BACKGROUND | 背景键 |
const BACKGROUND_COLOR | 背景颜色键 |
const FIT_TO_PAGE | 使内容适合页面 key |
const MARGINS_LARGE | “大”页边距值 |
const MARGINS_MEDIUM | “中”页边距值 |
const MARGINS_SMALL | “小”页边距值 |
const MARGINS_ZERO | “零”页边距值 |
const ORIENTATION | 方向键 |
const ORIENTATION_BEST_FIT | “最适合”方向值 |
const ORIENTATION_LANDSCAPE | “横向”方向值 |
const ORIENTATION_PORTRAIT | “纵向”方向值 |
const PAGE_MARGINS | 页边距 key |
const PAGE_SIZE | 页面大小键 |
const SIZE_A3 | “A3”页面大小值 |
const SIZE_A4 | “A4” 页面大小值 |
const SIZE_A5 | “A5”页面大小值 |
const SIZE_A6 | “A6”页面大小值 |
const SIZE_EXECUTIVE | “执行”页面大小值 |
const SIZE_INTERNATIONAL | “国际”页面大小值 |
const SIZE_LEDGER | “分类帐”页面大小值 |
const SIZE_LEGAL | “合法”页面大小值 |
const SIZE_LETTER | “字母”页面大小值 |
const TRANSPARENT | 透明背景键 |
也可以看看
- 命名空间 Aspose.Page.EPS
- 部件 Aspose.Page