NotesSize
Overview
NotesSize is a class in Aspose.Slides FOSS for C++.
Specifies the size of the notes slide.
This class provides 12 methods for working with NotesSize objects in C++ programs.
Available methods include: NotesSize, height, init_internal, save, set_height, set_size, set_width, size, width, ~NotesSize.
All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.
Properties: NotesSize.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
NotesSize | NotesSize | Read | Gets the notes size. |
Methods
| Signature | Description |
|---|---|
NotesSize() → NotesSize | Provides access to the NotesSize object as a property |
NotesSize() | |
~NotesSize() | |
NotesSize() | |
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. |