Info | Value |
---|---|
Component Type | org.primefaces.extensions.component.DocumentViewer |
Handler Class | None |
Renderer Type | org.primefaces.extensions.component.DocumentViewerRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
binding | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
cache | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Controls browser caching mode of the resource. Default is false |
disableFontFace | false | jakarta.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. |
download | false | jakarta.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! |
height | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Height of the viewer frame. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
library | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Library name of the document |
locale | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object )
| Locale to be used for labels. |
name | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the document. |
nameddest | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Nameddest: go to a named destination in the document. |
page | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Start page of the document. |
pagemode | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Pagemode: either "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. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style of the viewer frame. |
title | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Title of the viewer frame per Section 508. |
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 frame. Default to 100%. |
zoom | false | jakarta.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.