java.lang.Object
org.apache.pdfbox.pdmodel.common.PDDictionaryWrapper
org.apache.pdfbox.pdmodel.interactive.pagenavigation.PDTransition
All Implemented Interfaces:
COSObjectable

public final class PDTransition extends PDDictionaryWrapper
Represents a page transition as defined in paragraph 12.4.4.1 of PDF 32000-1:2008
  • Constructor Details

    • PDTransition

      public PDTransition()
      creates a new transition with default "replace" style PDTransitionStyle.R
    • PDTransition

      public PDTransition(PDTransitionStyle style)
      creates a new transition with the given style.
      Parameters:
      style - the style to be used to create the new transition
    • PDTransition

      public PDTransition(COSDictionary dictionary)
      creates a new transition for an existing dictionary
      Parameters:
      dictionary - the dictionary to be used for the new transition
  • Method Details