com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class NotesSize

  • java.lang.Object
    • com.aspose.slides.NotesSize
  • All Implemented Interfaces:
    INotesSize


    public class NotesSize
    extends java.lang.Object
    implements INotesSize

    Represents a size of notes slide.

    • Constructor Summary

      Constructors 
      Constructor and Description
      NotesSize() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.awt.geom.Dimension2D getSize()
      Returns or sets the size in points.
      void setSize(java.awt.geom.Dimension2D value)
      Returns or sets the size in points.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NotesSize

        public NotesSize()
    • Method Detail

      • getSize

        public final java.awt.geom.Dimension2D getSize()

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

        Specified by:
        getSize in interface INotesSize
      • setSize

        public final void setSize(java.awt.geom.Dimension2D value)

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

        Specified by:
        setSize in interface INotesSize