Packages

 

com.aspose.cad.imageoptions.svgoptionsparameters

Class FontStoringArgs

  • java.lang.Object
    • com.aspose.cad.imageoptions.svgoptionsparameters.FontStoringArgs


  • public class FontStoringArgs
    extends Object

    Parameters for font storage in SVG

    • Constructor Detail

      • FontStoringArgs

        public FontStoringArgs()
    • Method Detail

      • getSourceFontFileName

        public final String getSourceFontFileName()

        Gets the source font file name.

        Returns:
        The source font file.
      • getSourceFontStream

        public final InputStream getSourceFontStream()

        Gets the source font stream, where font data will be read from.

        Returns:
        The source font stream.
      • getDestFontStream

        public final InputStream getDestFontStream()

        Gets or sets the destination stream where font data will be written to if FontStoreType is set to Stream.

        Returns:
        The destination font stream.
      • setDestFontStream

        public final void setDestFontStream(InputStream value)

        Gets or sets the destination stream where font data will be written to if FontStoreType is set to Stream.

        Parameters:
        value - The destination font stream.
      • getFontFileUri

        public final String getFontFileUri()

        Gets or sets the font file URI.

        Returns:
        The font file URI.
      • setFontFileUri

        public final void setFontFileUri(String value)

        Gets or sets the font file URI.

        Parameters:
        value - The font file URI.
      • getDisposeStream

        public final boolean getDisposeStream()

        Gets or sets a value indicating whether destionation stream should be disposed.

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

        public final void setDisposeStream(boolean value)

        Gets or sets a value indicating whether destionation stream should be disposed.

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

        public final int getFontStoreType()

        Gets or sets a value indicating how to store font.

        Returns:
        Do not store font, store embedded in SVG file, or store in provided destination stream.
      • setFontStoreType

        public final void setFontStoreType(int value)

        Gets or sets a value indicating how to store font.

        Parameters:
        value - Do not store font, store embedded in SVG file, or store in provided destination stream.