NotesSize
Overview
NotesSize is a class in Aspose.Slides FOSS for C++.
Specifies the size of the notes slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
NotesSize | NotesSize | Read | Provides access to the NotesSize object as a property |
Methods
| Signature | Description |
|---|---|
NotesSize() → NotesSize | Provides access to the NotesSize object as a property |
init_internal(presentation_element: pugi::xml_node, save_callback: std::function<void()>) | Internal initialization — binds the notes size to the presentation XML. |
width() → double | Returns the width of the notes slide in points. |
set_width(value: double) | Sets the width of the notes slide in points. |
height() → double | Returns the height of the notes slide in points. |
set_height(value: double) | Sets the height of the notes slide in points. |
size() → Drawing::SizeF | Returns the size of the notes slide in points. Read/write. |
set_size(value: Drawing::SizeF) | Sets the size of the notes slide in points. |
save() | Save changes via the save callback. |