NotesSize — Aspose.Slides FOSS C++ API Reference

NotesSize — Specifies the size of the notes slide.

Package: Aspose::Slides


Properties

PropertyTypeAccessDescription
NotesSizeNotesSizeRead

Methods

MethodReturnsDescription
NotesSize()NotesSize
init_internal()voidInternal initialization — binds the notes size to the presentation XML.
width()doubleReturns the width of the notes slide in points.
set_width()voidSets the width of the notes slide in points.
height()doubleReturns the height of the notes slide in points.
set_height()voidSets the height of the notes slide in points.
size()Drawing::SizeFReturns the size of the notes slide in points.
set_size()voidSets the size of the notes slide in points.
save()voidSave changes via the save callback.

See Also