java.lang.Object
com.aspose.words.AxisBound
public class AxisBound
- extends java.lang.Object
Represents minimum or maximum bound of axis values.
Bound can be specified as a numeric, datetime or a special "auto" value.
The instances of this class are immutable.
- See Also:
- AxisScaling.Minimum, AxisScaling.Maximum
Constructor Summary |
AxisBound()
Creates a new instance indicating that axis bound should be determined automatically by a word-processing
application.
|
AxisBound(double value)
Creates an axis bound represented as a number.
|
AxisBound(java.util.Date datetime)
Creates an axis bound represented as datetime value.
|
Property Getters/Setters Summary |
boolean | isAuto() | |
|
Returns a flag indicating that axis bound should be determined automatically.
|
double | getValue() | |
|
Returns numeric value of axis bound.
|
java.util.Date | getValueAsDate() | |
|
Returns value of axis bound represented as datetime.
|
Method Summary |
boolean | equals(java.lang.Object obj) | |
Determines whether the specified object is equal in value to the current object.
|
int | hashCode() | |
Serves as a hash function for this type.
|
java.lang.String | toString() | |
Returns a user-friendly string that displays the value of this object.
|
AxisBound
public AxisBound()
-
Creates a new instance indicating that axis bound should be determined automatically by a word-processing
application.
AxisBound
public AxisBound(double value)
-
Creates an axis bound represented as a number.
AxisBound
public AxisBound(java.util.Date datetime)
-
Creates an axis bound represented as datetime value.
Property Getters/Setters Detail |
isAuto | |
public boolean isAuto()
|
-
Returns a flag indicating that axis bound should be determined automatically.
getValue | |
public double getValue()
|
-
Returns numeric value of axis bound.
getValueAsDate | |
public java.util.Date getValueAsDate()
|
-
Returns value of axis bound represented as datetime.
equals | |
public boolean equals(java.lang.Object obj) |
-
Determines whether the specified object is equal in value to the current object.
hashCode | |
public int hashCode() |
-
Serves as a hash function for this type.
toString | |
public java.lang.String toString() |
-
Returns a user-friendly string that displays the value of this object.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.