pe

Tag documentViewer

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.DocumentViewer
Handler ClassNone
Renderer Typeorg.primefaces.extensions.component.DocumentViewerRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
cachefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Controls browser caching mode of the resource. Default is false
disableFontFacefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Flag to control using system fonts or font loaded in document. If your PDF does not render correctly try setting this flag to false. Default is true.
downloadfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
You should use a name in your StreamedContent but if you are using a URL value you can give the file a name. NOTE: Must end in .pdf for PDF.js to pick it up!
heightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Height of the viewer frame.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
libraryfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Library name of the document
localefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Locale to be used for labels.
namefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the document.
nameddestfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Nameddest: go to a named destination in the document.
pagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Start page of the document.
pagemodefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Pagemode: either "thumbs" or "bookmarks".
renderedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify the rendering of the component, when set to false component will not be rendered.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
CSS style of the viewer frame.
titlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Title of the viewer frame per Section 508.
urlfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
URL of the document to view.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the component.
widthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Width of the viewer frame. Default to 100%.
zoomfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Zoom level. Example: zoom=200 (accepted formats: '[zoom],[left],[top]', 'page-width', 'page-height', 'page-fit', 'auto')

Output generated by Vdldoc View Declaration Language Documentation Generator.