NormalViewRestoredProperties Class
Contains properties that define a region size when the normal view is active and the region is not minimized or maximized.
Declaration
public final class NormalViewRestoredProperties extends Struct<NormalViewRestoredProperties>
Inherited Members
Inheritance
Constructors
NormalViewRestoredProperties() Constructor
Initializes a new instance of the NormalViewRestoredProperties class.
Declaration
public NormalViewRestoredProperties()
NormalViewRestoredProperties(double size, boolean autoAdjust) Constructor
Initializes a new instance of the NormalViewRestoredProperties class with specified settings.
Declaration
public NormalViewRestoredProperties(double size, boolean autoAdjust)
Parameters
| Name | Type | Description |
|---|---|---|
| size | double | The restored pane size. |
| autoAdjust | boolean |
|
NormalViewRestoredProperties(double size) Constructor
Initializes a new instance of the NormalViewRestoredProperties class with specified settings.
Declaration
public NormalViewRestoredProperties(double size)
Parameters
| Name | Type | Description |
|---|---|---|
| size | double | The restored pane size. |
Methods
equals(Object obj) Method
Determines whether the specified object is equal to the current object.
Declaration
public boolean equals(Object obj)
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Object | The object to compare with the current object. |
Returns
| Type | Description |
|---|---|
| boolean |
|
getAutoAdjust() Method
Returns whether the slide region size should adjust its size when the presentation window is resized.
Declaration
public boolean getAutoAdjust()
Returns
| Type | Description |
|---|---|
| boolean |
|
getDefault() Method
Returns the default restored-region settings.
Declaration
public static NormalViewRestoredProperties getDefault()
Returns
| Type | Description |
|---|---|
NormalViewRestoredProperties |
Default restored-region settings. |
getSize() Method
Returns the slide region size (width, if used with the getRestoredTop() method; height, if used with the getRestoredLeft() method).
Declaration
public double getSize()
Returns
| Type | Description |
|---|---|
| double | The slide region size, in the range of |
hashCode() Method
Returns a hash code for this NormalViewRestoredProperties object.
Declaration
public int hashCode()
Returns
| Type | Description |
|---|---|
| int | The identification number. |