INotesSize
Overview
INotesSize is a interface in Aspose.Slides FOSS for Java.
Represents a size of notes slide.
This interface provides 2 methods for working with INotesSize objects in Java programs.
Available methods include: getSize, setSize.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: size.
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. |