PageOrientation
Overview
PageOrientation is a enum in Aspose.Cells FOSS for Rust.
Inherits from: Debug, Default, Clone, and 4 more.
This enum declares 1 method for PageOrientation objects in Rust programs.
Available methods include: from.
Public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Values
| Value | Description |
|---|---|
Default | |
Portrait | |
Landscape |
Methods
| Signature | Description |
|---|---|
from(value: PageOrientationType) → Self | Calls from(value) on this PageOrientation instance. |