NotesSize

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.INotesSize

public class NotesSize implements INotesSize

Represents a size of notes slide.

Constructors

ConstructorDescription
NotesSize()

Methods

MethodDescription
getSize()Returns or sets the size in points.
setSize(SizeF value)Returns or sets the size in points.

NotesSize()

public NotesSize()

getSize()

public final SizeF getSize()

Returns or sets the size in points. Read/write SizeF.

Returns: SizeF

setSize(SizeF value)

public final void setSize(SizeF value)

Returns or sets the size in points. Read/write SizeF.

Parameters:

ParameterTypeDescription
valueSizeF