跳转到主要内容
PageOrientationEnum 枚举中的常量用于在导出为 PDF/RTF/DOCX/ODT 或 XLSX 格式时设置页面方向。
typedef enum {
 POM_Portrait,
 POM_Landscape,
 POM_Auto,
 POM_MostFrequent
} PageOrientationEnum;

元素

名称描述
POM_Auto自动检测方向。
POM_Landscape设置为横向。
POM_MostFrequent设置为文档中最常用的方向。 <Note> XLSX 格式不支持此值。 </Note>
POM_Portrait设置为纵向。

用于以下项

IRTFExportParams::PageOrientation IXLExportParams::PageOrientation IPDFExportFeatures::PageOrientation