com.aspose.slides
Class FontDataEx

java.lang.Object
  extended by com.aspose.slides.FontDataEx

public final class FontDataEx
extends java.lang.Object

Represents a font definition. Immutable.


Constructor Summary
FontDataEx(java.lang.String fontName)
          Creates a new FontDataEx object with the specified font name.
 
Method Summary
 boolean Equals(java.lang.Object obj)
          Determines whether the two FontDataEx instances are equal.
 java.lang.String getFontName()
          Returns the font name.
 int GetHashCode()
          Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontDataEx

public FontDataEx(java.lang.String fontName)
Creates a new FontDataEx object with the specified font name.

Parameters:
fontName - font name.
Method Detail

getFontName

public java.lang.String getFontName()
Returns the font name.


Equals

public boolean Equals(java.lang.Object obj)
Determines whether the two FontDataEx instances are equal.

Parameters:
obj - The FontDataEx to compare with the current FontDataEx.
Returns:
true if the specified FontDataEx is equal to the current FontDataEx.

GetHashCode

public int GetHashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

Returns:
Hash code of a FontDataEx object.