NotesSize

Overview

NotesSize is a class in Aspose.Slides FOSS for C++.

Specifies the size of the notes slide.

Properties

NameTypeAccessDescription
NotesSizeNotesSizeReadProvides access to the NotesSize object as a property

Methods

SignatureDescription
NotesSize()NotesSizeProvides 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()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