INotesSize

Overview

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

Represents a size of notes slide.

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