public class FontStoringArgs extends Object
The font storing arguments
Constructor and Description |
---|
FontStoringArgs() |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.IO.Stream |
getDestFontStream()
Gets the dest font stream.
|
boolean |
getDisposeStream()
Gets a value indicating whether [dispose stream].
|
String |
getFontFileUri()
Gets the font file URI.
|
int |
getFontStoreType()
Gets a value indicating whether [use embedded font].
|
String |
getSourceFontFileName()
Gets the source font file.
|
com.aspose.ms.System.IO.Stream |
getSourceFontStream()
Gets the source font stream.
|
void |
setDestFontStream(com.aspose.ms.System.IO.Stream value)
Sets the dest font stream.
|
void |
setDisposeStream(boolean value)
Sets a value indicating whether [dispose stream].
|
void |
setFontFileUri(String value)
Sets the font file URI.
|
void |
setFontStoreType(int value)
Sets a value indicating whether [use embedded font].
|
public String getSourceFontFileName()
Gets the source font file.
public com.aspose.ms.System.IO.Stream getSourceFontStream()
Gets the source font stream.
public com.aspose.ms.System.IO.Stream getDestFontStream()
Gets the dest font stream.
public void setDestFontStream(com.aspose.ms.System.IO.Stream value)
Sets the dest font stream.
value
- The dest font stream.public String getFontFileUri()
Gets the font file URI.
public void setFontFileUri(String value)
Sets the font file URI.
value
- The font file URI.public boolean getDisposeStream()
Gets a value indicating whether [dispose stream].
true
if [dispose stream]; otherwise, false
.public void setDisposeStream(boolean value)
Sets a value indicating whether [dispose stream].
value
- true
if [dispose stream]; otherwise, false
.public int getFontStoreType()
Gets a value indicating whether [use embedded font].
true
if [use embedded font]; otherwise, false
.public void setFontStoreType(int value)
Sets a value indicating whether [use embedded font].
value
- true
if [use embedded font]; otherwise, false
.