ISlideSize class
Contents
[
Hide
]ISlideSize class
Represents a size of slide.
The ISlideSize type exposes the following members:
Properties
Property | Description |
---|---|
size | Returns or sets the size in points. Assigning any value will reset ISlideSize.type property to SlideSizeType.CUSTOM and set ISlideSize.orientation .Read/write aspose.pydrawing.SizeF. |
type | Returns or sets the type of slide size. Assigning any value except SlideSizeType.CUSTOM will change ISlideSize.size accordingly, but will keep ISlideSize.orientation intact.Read/write SlideSizeType . |
orientation | Returns or sets the slide orientation. Changing this value will swap slide’s dimensions. Read/write SlideOrientation . |
Methods
Method | Description |
---|---|
set_size | Sets the type of slide size and scales content using scale type. Assigning any value except SlideSizeType.CUSTOM will change ISlideSize.size accordingly, but will keep ISlideSize.orientation intact. |
set_size | Sets the size in points and scales content using scale type. Assigning any value will reset ISlideSize.type property to SlideSizeType.CUSTOM and set ISlideSize.orientation . |
See Also
- module
aspose.slides
- library
Aspose.Slides