Class EmbeddedFont
java.lang.Object
com.independentsoft.office.word.fonts.EmbeddedFont
- Direct Known Subclasses:
EmbeddedFontBold,EmbeddedFontBoldItalic,EmbeddedFontItalic,EmbeddedFontRegular
The Class EmbeddedFont.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected byte[]protected Stringprotected Stringprotected Stringprotected ExtendedBoolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract EmbeddedFontclone()byte[]Gets the buffer.Gets the file name.getKey()Gets the key.Gets the relationship id.Gets the subsetted.voidsetBuffer(byte[] buffer)Sets the buffer.voidSets the key.voidsetRelationshipID(String relationshipID)Sets the relationship id.voidsetSubsetted(ExtendedBoolean subsetted)Sets the subsetted.
-
Field Details
-
key
-
relationshipID
-
subsetted
-
buffer
protected byte[] buffer -
fileName
-
-
Constructor Details
-
EmbeddedFont
public EmbeddedFont()
-
-
Method Details
-
clone
-
getKey
Gets the key.- Returns:
- the key
-
setKey
Sets the key.- Parameters:
key- the new key
-
getRelationshipID
Gets the relationship id.- Returns:
- the relationship id
-
setRelationshipID
Sets the relationship id.- Parameters:
relationshipID- the new relationship id
-
getSubsetted
Gets the subsetted.- Returns:
- the subsetted
-
setSubsetted
Sets the subsetted.- Parameters:
subsetted- the new subsetted
-
getFileName
Gets the file name.- Returns:
- the file name
-
getBuffer
public byte[] getBuffer()Gets the buffer.- Returns:
- the buffer
-
setBuffer
public void setBuffer(byte[] buffer)Sets the buffer.- Parameters:
buffer- the new buffer
-