INotesSize
Overview
INotesSize is a interface in Aspose.Slides FOSS for Java.
Represents a size of notes slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
size | SizeF | Read | Returns the size of the notes slide in points. |
Methods
| Signature | Description |
|---|---|
getSize() → SizeF | Returns the size of the notes slide in points. |
setSize(value: SizeF) | Sets the size of the notes slide in points. |