Class ScriptRecord

java.lang.Object
com.itextpdf.io.font.otf.ScriptRecord

public class ScriptRecord extends Object
  • Field Details

  • Constructor Details

    • ScriptRecord

      public ScriptRecord()
  • Method Details

    • getTag

      public String getTag()
      Retrieves the tag of the Script Record.
      Returns:
      tag of record
    • setTag

      public void setTag(String tag)
      Sets the tag of the Script Record.
      Parameters:
      tag - tag of record
    • getDefaultLanguage

      public LanguageRecord getDefaultLanguage()
      Retrieves the default language of the Script Record.
      Returns:
      default language
    • setDefaultLanguage

      public void setDefaultLanguage(LanguageRecord defaultLanguage)
      Sets the default language of the Script Record.
      Parameters:
      defaultLanguage - default language
    • getLanguages

      public LanguageRecord[] getLanguages()
      Retrieves the languages of the Script Record.
      Returns:
      languages
    • setLanguages

      public void setLanguages(LanguageRecord[] languages)
      Sets the languages of the Script Record.
      Parameters:
      languages - languages