INotesSize

Overview

INotesSize is a interface in Aspose.Slides FOSS for Java.

Represents a size of notes slide.

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

Properties

NameTypeAccessDescription
sizeSizeFReadReturns the size of the notes slide in points.

Methods

SignatureDescription
getSize()SizeFReturns the size of the notes slide in points.
setSize(value: SizeF)Sets the size of the notes slide in points.

See Also