| Info | Value |
|---|---|
| Component Type | org.primefaces.extensions.component.DocumentViewer |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
binding | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
| An EL expression referring to a server side UIComponent instance in a backing bean.Default is generated. |
cache | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to cache the document when using dynamic content.Default is false. |
disableFontFace | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to disable font face in PDF.js.Default is true. |
download | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Download filename for dynamic content. |
height | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Height of the viewer iframe. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer.Default is generated. |
library | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Resource library when using static resource. |
locale | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| Locale for the viewer. Can be a string or java.util.Locale instance. |
name | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Resource name when using static resource (name/library). |
nameddest | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Named destination to navigate to in the PDF. |
page | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Initial page number to display. |
pagemode | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Page mode: 'thumbs' or 'bookmarks'. |
rendered | false | jakarta.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.Default is true. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Inline style for the iframe. |
title | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Title for the iframe (accessibility). |
url | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| URL of the document to view. |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| Value of the component. |
width | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Width of the viewer iframe (e.g. '100%' or '800px').Default is 100%. |
zoom | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Zoom level (e.g. 'page-width', 'page-fit', 'auto', or numeric). |
Output generated by Vdldoc View Declaration Language Documentation Generator.