Packages

 

com.aspose.imaging.fileformats.svg

Class FontStoringArgs



  • public class FontStoringArgs
    extends Object

    The font storing arguments

    • Constructor Detail

      • FontStoringArgs

        public FontStoringArgs()
    • Method Detail

      • getSourceFontFileName

        public String getSourceFontFileName()

        Gets the source font file.

        Returns:
        The source font file.
      • getSourceFontStream

        public com.aspose.ms.System.IO.Stream getSourceFontStream()

        Gets the source font stream.

        Returns:
        The source font stream.
      • getDestFontStream

        public com.aspose.ms.System.IO.Stream getDestFontStream()

        Gets the dest font stream.

        Returns:
        The dest font stream.
      • setDestFontStream

        public void setDestFontStream(com.aspose.ms.System.IO.Stream value)

        Sets the dest font stream.

        Parameters:
        value - The dest font stream.
      • getFontFileUri

        public String getFontFileUri()

        Gets the font file URI.

        Returns:
        The font file URI.
      • setFontFileUri

        public void setFontFileUri(String value)

        Sets the font file URI.

        Parameters:
        value - The font file URI.
      • getDisposeStream

        public boolean getDisposeStream()

        Gets a value indicating whether [dispose stream].

        Returns:
        true if [dispose stream]; otherwise, false.
      • setDisposeStream

        public void setDisposeStream(boolean value)

        Sets a value indicating whether [dispose stream].

        Parameters:
        value - true if [dispose stream]; otherwise, false.
      • getFontStoreType

        public int getFontStoreType()

        Gets a value indicating whether [use embedded font].

        Returns:
        true if [use embedded font]; otherwise, false.
      • setFontStoreType

        public void setFontStoreType(int value)

        Sets a value indicating whether [use embedded font].

        Parameters:
        value - true if [use embedded font]; otherwise, false.