public class

PdfDocumentInfoView

extends PdfOutlineView
java.lang.Object
   ↳ android.view.View
     ↳ android.view.ViewGroup
       ↳ android.widget.FrameLayout
         ↳ com.pspdfkit.ui.PdfOutlineView
           ↳ com.pspdfkit.ui.PdfDocumentInfoView

Summary

[Expand]
Inherited Constants
From class android.view.ViewGroup
From class android.view.View
[Expand]
Inherited Fields
From class android.view.View
Public Constructors
PdfDocumentInfoView(Context context)
PdfDocumentInfoView(Context context, AttributeSet attrs)
PdfDocumentInfoView(Context context, AttributeSet attrs, int defStyleAttr)
Public Methods
boolean getMayContainDocumentInfoView()
PSPDFKitViews.Type getPSPDFViewType()
Returns the current type of this view.
Protected Methods
boolean shouldDisplayAnnotationListView()
boolean shouldDisplayBookmarkListView()
boolean shouldDisplayOutlineView()
[Expand]
Inherited Methods
From class com.pspdfkit.ui.PdfOutlineView
From class android.widget.FrameLayout
From class android.view.ViewGroup
From class android.view.View
From class java.lang.Object
From interface android.graphics.drawable.Drawable.Callback
From interface android.view.KeyEvent.Callback
From interface android.view.ViewManager
From interface android.view.ViewParent
From interface android.view.accessibility.AccessibilityEventSource
From interface com.pspdfkit.internal.views.outline.OutlinePagerBaseView.OnHideListener
From interface com.pspdfkit.ui.PSPDFKitViews.PSPDFView
From interface com.pspdfkit.ui.drawable.PdfDrawableManager

Public Constructors

public PdfDocumentInfoView (Context context)

public PdfDocumentInfoView (Context context, AttributeSet attrs)

public PdfDocumentInfoView (Context context, AttributeSet attrs, int defStyleAttr)

Public Methods

public boolean getMayContainDocumentInfoView ()

public PSPDFKitViews.Type getPSPDFViewType ()

Returns the current type of this view.

Returns

Protected Methods

protected boolean shouldDisplayAnnotationListView ()

protected boolean shouldDisplayBookmarkListView ()

protected boolean shouldDisplayOutlineView ()