Pacchetto | coldfusion.service |
Classe | public class PdfParam |
Ereditarietà | PdfParam Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | ColdFusion 9 |
Versioni runtime: | Flash Player 9, AIR 1.0 |
CFIDE.services.pdfparam
.
The ColdFusion pdf service requires input for some of the services
in CFIDE.services.pdfparam
.
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
pages : String
Page or pages of the PDF source file to merge. | PdfParam | ||
password : String
User or owner password, if the source PDF file is password-protected. | PdfParam | ||
source : String
Source PDF file to merge. | PdfParam |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
PdfParam()
Creates an instance of the PdfParam class. | PdfParam | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
pages | proprietà |
public var pages:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | ColdFusion 9 |
Versioni runtime: | Flash Player 9, AIR 1.0 |
Page or pages of the PDF source file to merge. You can specify a range of pages; for example, “1–10 “. Or a comma-separated list of pages; for example, “1-4,5–8,12”.
password | proprietà |
public var password:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | ColdFusion 9 |
Versioni runtime: | Flash Player 9, AIR 1.0 |
User or owner password, if the source PDF file is password-protected.
source | proprietà |
public var source:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | ColdFusion 9 |
Versioni runtime: | Flash Player 9, AIR 1.0 |
Source PDF file to merge.
You can specify a PDF variable, a cfdocument
variable,
or the pathname to a file.
Descrizione della funzione di costruzione
PdfParam | () | Funzione di costruzione |
public function PdfParam()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | ColdFusion 9 |
Versioni runtime: | Flash Player 9, AIR 1.0 |
Creates an instance of the PdfParam
class.
Tue Jun 12 2018, 02:44 PM Z