PageOrientationType
Overview
PageOrientationType is a enum in Aspose.Cells FOSS for Rust.
Inherits from: Debug, Default, Clone, and 4 more.
Specifies page orientation type.
This enum provides 1 method for working with PageOrientationType objects in Rust programs.
Available methods include: from.
All 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: PageOrientation) → Self | Calls from(value) on this PageOrientationType instance. |