Rotation
Rotation
Overview
Rotation 是Java的Aspose.PDF FOSS中的一个enum.
编制PDF页面的旋转角度 (ISO 32000-1:2008,第7.7.3.3).
这个enum提供了2种方法,用于在Java程序中使用旋转对象. 有的方法包括: fromDegrees, getDegrees. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序. 特性: degrees.
Values
| Value | Description |
|---|---|
None | |
on90 | |
on180 | |
on270 |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
degrees | int | Read | 返回旋转角为度. |
Methods
| Signature | Description |
|---|---|
getDegrees() → int | 返回旋转角为度. |
fromDegrees(degrees: int) → Rotation | 返回给定的度值的旋转,或者如果不匹配的话是无. |