|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.FontDataEx
public final class FontDataEx
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 |
---|
public FontDataEx(java.lang.String fontName)
fontName
- font name.Method Detail |
---|
public java.lang.String getFontName()
public boolean Equals(java.lang.Object obj)
obj
- The FontDataEx to compare with the current FontDataEx.
public int GetHashCode()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |