|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.ms.system.valuetype
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 |