|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.mpp.FontBase
public class FontBase
The standard font definitions used by MS Project are split into two parts, the base fonr (i.e. the name and the size) and the styles applied to that font. This class represents the base font information.
| Constructor Summary | |
|---|---|
FontBase(Integer index,
String name,
int size)
Constructor. |
|
| Method Summary | |
|---|---|
Integer |
getIndex()
Retrieve the index number associated with this base font. |
String |
getName()
Retrieve the font name. |
int |
getSize()
Retrieve the font size. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FontBase(Integer index,
String name,
int size)
index - index number for this fontname - font namesize - font size| Method Detail |
|---|
public String getName()
public int getSize()
public Integer getIndex()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||