方法名称的更改
Contents
[
Hide
]
Aspose.PDF for Java 的自动移植 MergedAPI 是从其兄弟 Aspose.PDF for .NET 移植而来,在此迁移过程中,一些方法的名称发生了变化。下面列出了在迁移活动后其名称发生变化的方法。
aspose.pdf 包
以下列表显示了 aspose.pdf 包中名称已更改的方法。
- Section.setIsLanscape () 改为 Section.isLandscape(true);
- TextInfo.setIsTruetypeFontBold () 改为 TextInfo().isTrueTypeFontBold(true);
- Security.setIsCopingAllowed () 改为 Security().isCopyingAllowed(true);