privatefontpath-ag凯发旗舰厅



com.spire.doc
class privatefontpath

java.lang.object
  extended by com.spire.ms.system.valuetype
      extended by com.spire.ms.lang.struct<privatefontpath>
          extended by com.spire.doc.privatefontpath

public final class privatefontpath
extends com.spire.ms.lang.struct<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

privatefontpath

public privatefontpath(java.lang.string fontname,
                       java.lang.string fontpath)
initializes a new instance of the privatefontpath struct.
parameters:
fontname - the font name.
fontpath - the font path.

privatefontpath

public privatefontpath(java.lang.string fontname,
                       int fontstyle,
                       java.lang.string fontpath)
initializes a new instance of the privatefontpath struct.
parameters:
fontname - the font name.
fontstyle - the font style.
fontpath - the font path.
method detail

getfontpath

public java.lang.string getfontpath()
gets the path of the font.
returns:
string

setfontpath

public void setfontpath(java.lang.string value)
sets the path of the font.
parameters:
value - string

getfontname

public java.lang.string getfontname()
gets the name of the font.
returns:
string

setfontname

public void setfontname(java.lang.string value)
sets the name of the font.
parameters:
value - string

getfontstyle

public int getfontstyle()
gets the style of the font.
returns:
fontstyle

setfontstyle

public void setfontstyle(int value)
sets the style of the font.
parameters:
value - fontstyle


网站地图