Class EmbeddedFontItalic
java.lang.Object
com.independentsoft.office.word.fonts.EmbeddedFont
com.independentsoft.office.word.fonts.EmbeddedFontItalic
The Class EmbeddedFontItalic.
-
Field Summary
Fields inherited from class com.independentsoft.office.word.fonts.EmbeddedFont
buffer, fileName, key, relationshipID, subsetted -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new embedded font italic.EmbeddedFontItalic(String filePath)Instantiates a new embedded font italic.EmbeddedFontItalic(String fileName, byte[] buffer)Instantiates a new embedded font italic.EmbeddedFontItalic(String fileName, InputStream inputStream)Instantiates a new embedded font italic. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the input stream.voidLoad.voidLoad.voidload(String fileName, InputStream inputStream)Load.voidsave(OutputStream outputStream)Save.voidSave.voidSave.toString()Methods inherited from class com.independentsoft.office.word.fonts.EmbeddedFont
getBuffer, getFileName, getKey, getRelationshipID, getSubsetted, setBuffer, setKey, setRelationshipID, setSubsetted
-
Constructor Details
-
EmbeddedFontItalic
public EmbeddedFontItalic()Instantiates a new embedded font italic. -
EmbeddedFontItalic
Instantiates a new embedded font italic.- Parameters:
filePath- the file path- Throws:
IOException- Signals that an I/O exception has occurred.
-
EmbeddedFontItalic
Instantiates a new embedded font italic.- Parameters:
fileName- the file nameinputStream- the input stream- Throws:
IOException- Signals that an I/O exception has occurred.
-
EmbeddedFontItalic
Instantiates a new embedded font italic.- Parameters:
fileName- the file namebuffer- the buffer
-
-
Method Details
-
load
Load.- Parameters:
filePath- the file path- Throws:
IOException- Signals that an I/O exception has occurred.
-
load
Load.- Parameters:
fileName- the file nameinputStream- the input stream- Throws:
IOException- Signals that an I/O exception has occurred.
-
load
Load.- Parameters:
fileName- the file namebuffer- the buffer
-
save
Save.- Parameters:
filePath- the file path- Throws:
IOException- Signals that an I/O exception has occurred.
-
save
Save.- Parameters:
filePath- the file pathoverwrite- the overwrite- Throws:
IOException- Signals that an I/O exception has occurred.
-
save
Save.- Parameters:
outputStream- the output stream- Throws:
IOException- Signals that an I/O exception has occurred.
-
getInputStream
Gets the input stream.- Returns:
- the input stream
-
clone
- Specified by:
clonein classEmbeddedFont
-
toString
-