NotesSize

Overview

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

Represents the size of a notes slide.

This class provides 5 methods for working with NotesSize objects in Java programs. Available methods include: NotesSize, getSize, initInternal, setSize. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: size.

Properties

NameTypeAccessDescription
sizeSizeFReadGets the size.

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 size.
setSize(size: SizeF)Sets the size of the notes slide in points.

See Also