Class EmbeddedFontBoldItalic

java.lang.Object
com.independentsoft.office.word.fonts.EmbeddedFont
com.independentsoft.office.word.fonts.EmbeddedFontBoldItalic

public class EmbeddedFontBoldItalic extends EmbeddedFont
The Class EmbeddedFontBoldItalic.
  • Constructor Details

    • EmbeddedFontBoldItalic

      public EmbeddedFontBoldItalic()
      Instantiates a new embedded font bold italic.
    • EmbeddedFontBoldItalic

      public EmbeddedFontBoldItalic(String filePath) throws IOException
      Instantiates a new embedded font bold italic.
      Parameters:
      filePath - the file path
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • EmbeddedFontBoldItalic

      public EmbeddedFontBoldItalic(String fileName, InputStream inputStream) throws IOException
      Instantiates a new embedded font bold italic.
      Parameters:
      fileName - the file name
      inputStream - the input stream
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • EmbeddedFontBoldItalic

      public EmbeddedFontBoldItalic(String fileName, byte[] buffer)
      Instantiates a new embedded font bold italic.
      Parameters:
      fileName - the file name
      buffer - the buffer
  • Method Details

    • load

      public void load(String filePath) throws IOException
      Load.
      Parameters:
      filePath - the file path
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • load

      public void load(String fileName, InputStream inputStream) throws IOException
      Load.
      Parameters:
      fileName - the file name
      inputStream - the input stream
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • load

      public void load(String fileName, byte[] buffer)
      Load.
      Parameters:
      fileName - the file name
      buffer - the buffer
    • save

      public void save(String filePath) throws IOException
      Save.
      Parameters:
      filePath - the file path
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • save

      public void save(String filePath, boolean overwrite) throws IOException
      Save.
      Parameters:
      filePath - the file path
      overwrite - the overwrite
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • save

      public void save(OutputStream outputStream) throws IOException
      Save.
      Parameters:
      outputStream - the output stream
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • getInputStream

      public InputStream getInputStream()
      Gets the input stream.
      Returns:
      the input stream
    • clone

      public EmbeddedFontBoldItalic clone()
      Specified by:
      clone in class EmbeddedFont
    • toString

      public String toString()
      Overrides:
      toString in class Object