|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.PrivateFontPath
public final class PrivateFontPath
the PrivateFontPath struct.
Constructor Summary | |
---|---|
PrivateFontPath()
|
|
PrivateFontPath(java.lang.String fontName,
java.io.InputStream fontStream)
Initializes a new instance of the PrivateFontPath struct. |
|
PrivateFontPath(java.lang.String fontName,
int fontStyle,
java.io.InputStream fontStream)
Initializes a new instance of the PrivateFontPath struct. |
|
PrivateFontPath(java.lang.String fontName,
int fontStyle,
java.lang.String fontPath)
Initializes a new instance of the PrivateFontPath struct. |
|
PrivateFontPath(java.lang.String fontName,
int fontStyle,
java.lang.String fontPath,
boolean useArabicConcatenationRules)
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. |
|
PrivateFontPath(java.lang.String fontName,
java.lang.String fontPath,
boolean useArabicConcatenationRules)
Initializes a new instance of the PrivateFontPath struct. |
Method Summary | |
---|---|
java.lang.String |
getFontName()
Gets or sets the name of the font. |
java.lang.String |
getFontPath()
Gets or sets the path of the font. |
java.io.InputStream |
getFontStream()
Gets the stream fo the font |
int |
getFontStyle()
Gets of sets the style of the font. |
boolean |
getUseArabicConcatenationRules()
Gets or sets a value indicating whether use arabic concatenation rules. |
void |
setFontName(java.lang.String value)
Gets or sets the name of the font. |
void |
setFontPath(java.lang.String value)
Gets or sets the path of the font. |
void |
setFontStream(java.io.InputStream value)
Sets the stream of the font. |
void |
setFontStyle(int value)
Gets of sets the style of the font. |
void |
setUseArabicConcatenationRules(boolean value)
Gets or sets a value indicating whether use arabic concatenation rules. |
Constructor Detail |
---|
public PrivateFontPath()
public PrivateFontPath(java.lang.String fontName, java.lang.String fontPath)
fontName
- The font name.fontPath
- The font path.public PrivateFontPath(java.lang.String fontName, java.lang.String fontPath, boolean useArabicConcatenationRules)
fontName
- The font name.fontPath
- The font path.useArabicConcatenationRules
- Use arabic concatenation rules. default is true.public PrivateFontPath(java.lang.String fontName, int fontStyle, java.lang.String fontPath)
fontName
- The font name.fontStyle
- The font style.fontPath
- The font path.public PrivateFontPath(java.lang.String fontName, int fontStyle, java.lang.String fontPath, boolean useArabicConcatenationRules)
fontName
- The font name.fontStyle
- The font style.fontPath
- The font path.useArabicConcatenationRules
- Use arabic concatenation rules. default is true.public PrivateFontPath(java.lang.String fontName, java.io.InputStream fontStream)
fontName
- The font name.fontStream
- The font stream..public PrivateFontPath(java.lang.String fontName, int fontStyle, java.io.InputStream fontStream)
fontName
- The font name.fontStyle
- The font style.fontStream
- The font fontStream.Method Detail |
---|
public java.lang.String getFontPath()
public void setFontPath(java.lang.String value)
public java.lang.String getFontName()
public void setFontName(java.lang.String value)
public int getFontStyle()
public void setFontStyle(int value)
public boolean getUseArabicConcatenationRules()
public void setUseArabicConcatenationRules(boolean value)
public java.io.InputStream getFontStream()
public void setFontStream(java.io.InputStream value)
value
- The font stream
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |