NotesSize
Overview
NotesSize is a class in Aspose.Slides FOSS for Java.
Inherits from: INotesSize.
Represents the size of a notes slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
size | SizeF | Read | Property gets or sets the notes slide dimensions as a SizeF |
Methods
| Signature | Description |
|---|---|
NotesSize() | Creates a NotesSize with default dimensions. |
NotesSize(size: SizeF) | Creates a NotesSize with the given dimensions. |
initInternal(presentationPart: PresentationPart) | Internal initialization that binds this instance to a {@link PresentationPart}. |
getSize() → SizeF | Returns the current SizeF of the notes slide |
setSize(size: SizeF) | Sets the size of the notes slide in points. |