Class EmbeddedFont

java.lang.Object
com.independentsoft.office.word.fonts.EmbeddedFont
Direct Known Subclasses:
EmbeddedFontBold, EmbeddedFontBoldItalic, EmbeddedFontItalic, EmbeddedFontRegular

public abstract class EmbeddedFont extends Object
The Class EmbeddedFont.
  • Field Details

    • key

      protected String key
    • relationshipID

      protected String relationshipID
    • subsetted

      protected ExtendedBoolean subsetted
    • buffer

      protected byte[] buffer
    • fileName

      protected String fileName
  • Constructor Details

    • EmbeddedFont

      public EmbeddedFont()
  • Method Details

    • clone

      public abstract EmbeddedFont clone()
      Overrides:
      clone in class Object
    • getKey

      public String getKey()
      Gets the key.
      Returns:
      the key
    • setKey

      public void setKey(String key)
      Sets the key.
      Parameters:
      key - the new key
    • getRelationshipID

      public String getRelationshipID()
      Gets the relationship id.
      Returns:
      the relationship id
    • setRelationshipID

      public void setRelationshipID(String relationshipID)
      Sets the relationship id.
      Parameters:
      relationshipID - the new relationship id
    • getSubsetted

      public ExtendedBoolean getSubsetted()
      Gets the subsetted.
      Returns:
      the subsetted
    • setSubsetted

      public void setSubsetted(ExtendedBoolean subsetted)
      Sets the subsetted.
      Parameters:
      subsetted - the new subsetted
    • getFileName

      public String 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