|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.ms.System.ValueType<T>
com.spire.ms.lang.Struct<PrivateFontPath>
com.spire.doc.PrivateFontPath
public final class PrivateFontPath
the PrivateFontPath struct.
Constructor Summary | |
---|---|
PrivateFontPath(java.lang.String fontName,
int fontStyle,
java.lang.String fontPath)
Initializes a new instance of the PrivateFontPath struct. |
|
PrivateFontPath(java.lang.String fontName,
java.lang.String fontPath)
Initializes a new instance of the PrivateFontPath struct. |
Method Summary | |
---|---|
java.lang.String |
getFontName()
Gets the name of the font. |
java.lang.String |
getFontPath()
Gets the path of the font. |
int |
getFontStyle()
Gets the style of the font. |
void |
setFontName(java.lang.String value)
Sets the name of the font. |
void |
setFontPath(java.lang.String value)
Sets the path of the font. |
void |
setFontStyle(int value)
Sets the style of the font. |
Constructor Detail |
---|
public PrivateFontPath(java.lang.String fontName, java.lang.String fontPath)
fontName
- The font name.fontPath
- The font path.public PrivateFontPath(java.lang.String fontName, int fontStyle, java.lang.String fontPath)
fontName
- The font name.fontStyle
- The font style.fontPath
- The font path.Method Detail |
---|
public java.lang.String getFontPath()
public void setFontPath(java.lang.String value)
value
- Stringpublic java.lang.String getFontName()
public void setFontName(java.lang.String value)
value
- Stringpublic int getFontStyle()
public void setFontStyle(int value)
value
- fontStyle
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |