Class Pdf.UsageRights

java.lang.Object
com._4point.testing.matchers.aem.Pdf.UsageRights
Enclosing class:
Pdf

public static class Pdf.UsageRights extends Object
Represents Usage Rights (granted to this PDF by Reader Extensions or Acrobat)
  • Method Details

    • getAnnotsRights

      public Set<String> getAnnotsRights()
      Retrieve the annotation rights for this Pdf.
      Returns:
      annotation rights
    • getFormRights

      public Set<String> getFormRights()
      Retrieve the form rights for this Pdf.
      Returns:
      form rights
    • getFormExRights

      public Set<String> getFormExRights()
      Retrieve the extended form rights for this Pdf.
      Returns:
      extended form rights
    • getEfRights

      public Set<String> getEfRights()
      Retrieve the ef rights for this Pdf.
      Returns:
      ef rights
    • toString

      public String toString()
      Overrides:
      toString in class Object