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

NameTypeAccessDescription
NotesSizeNotesSizeReadGets the notes size.

Methods

SignatureDescription
NotesSize()NotesSizeProvides 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()doubleReturns the width of the notes slide in points.
set_width(value: double)Sets the width of the notes slide in points.
height()doubleReturns the height of the notes slide in points.
set_height(value: double)Sets the height of the notes slide in points.
size()Drawing::SizeFReturns 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.

See Also