NotesSize

Overview

NotesSize is a class in Aspose.Slides FOSS for Java. Inherits from: INotesSize.

Represents the size of a notes slide.

Properties

NameTypeAccessDescription
sizeSizeFReadProperty gets or sets the notes slide dimensions as a SizeF

Methods

SignatureDescription
NotesSize()Creates a NotesSize with default dimensions.
NotesSize(size: SizeF)Creates a NotesSize with the given dimensions.
initInternal(presentationPart: PresentationPart)Internal initialization that binds this instance to a {@link PresentationPart}.
getSize()SizeFReturns the current SizeF of the notes slide
setSize(size: SizeF)Sets the size of the notes slide in points.

See Also