NotesSize — Aspose.Slides FOSS C++ API Reference
NotesSize — Specifies the size of the notes slide.
Package: Aspose::Slides
Properties
| Property | Type | Access | Description |
|---|---|---|---|
NotesSize | NotesSize | Read |
Methods
| Method | Returns | Description |
|---|---|---|
NotesSize() | NotesSize | |
init_internal() | void | Internal initialization — binds the notes size to the presentation XML. |
width() | double | Returns the width of the notes slide in points. |
set_width() | void | Sets the width of the notes slide in points. |
height() | double | Returns the height of the notes slide in points. |
set_height() | void | Sets the height of the notes slide in points. |
size() | Drawing::SizeF | Returns the size of the notes slide in points. |
set_size() | void | Sets the size of the notes slide in points. |
save() | void | Save changes via the save callback. |