Paket | coldfusion.service.mxml |
Sınıf | public class Document |
Miras Alma | Document BasicService InternalConfig Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Özellik | Tanımlayan: | ||
---|---|---|---|
action : String
Action string for the service. | BasicService | ||
authPassword : String
Password sent to the target URL for Basic Authentication. | Document | ||
authUser : String
User name sent to the target URL for Basic Authentication. | Document | ||
backgroundVisible : Boolean
Specifies whether the background prints when the user prints the document:
yes: Includes the background when printing.
no: Does not includes the background when printing.
| Document | ||
bookmark : Boolean
Specifies whether bookmarks are created in the document:
yes: Creates bookmarks.
no: Does not create bookmarks.
| Document | ||
cfContextRoot : String
Context root of the ColdFusion server. | InternalConfig | ||
cfPort : int
Port where the ColdFusion server is running. | InternalConfig | ||
cfServer : String
Name or IP address of the ColdFusion server. | InternalConfig | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
content : String | Document | ||
destination : String
Specifies the destination for the remoting call. | InternalConfig | ||
documentItem : Array
Specifies action items for a PDF or FlashPaper document created by the
cfdocument tag. | Document | ||
documentSection : Array
Divides a PDF or FlashPaper document into sections. | Document | ||
encryption : String
Specifies whether the output is encrypted:
128-bit
40-bit
none
| Document | ||
fontEmbed : Boolean = true
Specifies whether ColdFusion embeds fonts in the output:
yes: Embeds fonts.
no: Does not embed fonts.
selective: Embeds all fonts except Java fonts and core fonts.
| Document | ||
format : String
Report format:
PDF
FlashPaper
| Document | ||
marginBottom : String
Bottom margin in inches (default) or centimeters. | Document | ||
marginLeft : String
Left margin in inches (default) or centimeters. | Document | ||
marginRight : String
Right margin in inches (default) or centimeters. | Document | ||
marginTop : String
Top margin in inches (default) or centimeters. | Document | ||
mimeType : String
MIME type of the source document. | Document | ||
orientation : String
Page orientation:
portrait
landscape
| Document | ||
ownerPassword : String
Specifies the owner password; format="PDF" only. | Document | ||
pageHeight : String
Page height in inches (default) or centimeters. | Document | ||
pageType : String
Page type into which ColdFusion generates the report:
legal: 8.5 inches x 14 inches.
letter: 8.5 inches x 11 inches
A4: 8.27 inches x 11.69 inches
A5: 5.81 inches x 8.25 inches
B4: 9.88 inches x 13.88 inches
B5: 7 inches x 9.88 inches
B4-JIS: 10.13 inches x 14.31 inches
B5-JIS: 7.19 inches x 10.13 inches
custom: custom height and width. | Document | ||
pageWidth : String
Page width in inches (default) or centimeters. | Document | ||
permissions : String
Format="PDF" only; sets one or more of the following permissions:
AllowPrinting
AllowModifyContents
AllowCopy
AllowModifyAnnotations
AllowFillIn
AllowScreenReaders
AllowAssembly
AllowDegradedPrinting
Separate multiple permissions with commas. | Document | ||
proxyHost : String
Host name or IP address of a proxy server to which to send the request. | Document | ||
proxyPassword : String
Password required by the proxy server. | Document | ||
proxyPort : String
The port to connect to on the proxy server. | Document | ||
proxyUser : String
User name to provide to the proxy server. | Document | ||
scale : String
Scale factor as a percentage. | Document | ||
secureHttp : Boolean
Boolean value that specifies if secure HTTP is used:
yes: uses secure HTTP
no: does not use secure HTTP
| InternalConfig | ||
servicePassword : String
Password to access ColdFusion services. | InternalConfig | ||
serviceUserName : String
Username to access ColdFusion services. | InternalConfig | ||
src : String
URL or the relative path to the web root. | Document | ||
srcFile : String
Absolute path of a file that is on the server. | Document | ||
unit : String
Default unit for the pageHeight, pageWidth,
and margin attributes:
in: inches
cm: centimeters
| Document | ||
userAgent : String
Text to put in the HTTP User-Agent request header field. | Document | ||
userPassword : String
Specifies a user password; format="PDF" only. | Document |
Yöntem | Tanımlayan: | ||
---|---|---|---|
Document()
Creates an instance of the document class. | Document | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | BasicService | ||
Dispatches an event into the event flow. | BasicService | ||
Sends the information to the ColdFusion service based on the action and attributes that
the user sets. | Document | ||
Returns the RemoteObject instance used by the proxy classes to make the
remote object call. | BasicService | ||
Checks whether the EventDispatcher object has any listeners registered
for a specific type of event. | BasicService | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Removes a listener from the EventDispatcher object. | BasicService | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its
ancestors for the specified event type. | BasicService |
authPassword | özellik |
public var authPassword:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Password sent to the target URL for Basic Authentication.
authUser | özellik |
public var authUser:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
User name sent to the target URL for Basic Authentication.
backgroundVisible | özellik |
public var backgroundVisible:Boolean
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Specifies whether the background prints when the user prints the document:
yes
: Includes the background when printing.no
: Does not includes the background when printing.
Varsayılan değer şudur no
.
bookmark | özellik |
public var bookmark:Boolean
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Specifies whether bookmarks are created in the document:
yes
: Creates bookmarks.no
: Does not create bookmarks.
Varsayılan değer şudur no
.
content | özellik |
public var content:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
documentItem | özellik |
public var documentItem:Array
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Specifies action items for a PDF or FlashPaper document created by the
cfdocument
tag. Action items include the following:
header
footer
pagebreak
documentSection | özellik |
public var documentSection:Array
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Divides a PDF or FlashPaper document into sections.
By using the documentSection
tag in conjunction with a
cfdocumentitem
tag, each section can have unique headers,
footers, and page numbers.
encryption | özellik |
public var encryption:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Specifies whether the output is encrypted:
128-bit
40-bit
none
Varsayılan değer şudur none
.
fontEmbed | özellik |
public var fontEmbed:Boolean = true
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Specifies whether ColdFusion embeds fonts in the output:
yes
: Embeds fonts.no
: Does not embed fonts.selective
: Embeds all fonts except Java fonts and core fonts.
Varsayılan değer şudur yes
.
format | özellik |
public var format:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Report format:
PDF
FlashPaper
marginBottom | özellik |
public var marginBottom:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Bottom margin in inches (default) or centimeters.
To specify the bottom margin in centimeters, include the unit=cm
attribute.
marginLeft | özellik |
public var marginLeft:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Left margin in inches (default) or centimeters.
To specify the left margin in centimeters, include the unit=cm
attribute.
marginRight | özellik |
public var marginRight:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Right margin in inches (default) or centimeters.
To specify the right margin in centimeters, include the unit=cm
attribute.
marginTop | özellik |
public var marginTop:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Top margin in inches (default) or centimeters.
To specify the top margin in centimeters, include the unit=cm
attribute.
mimeType | özellik |
public var mimeType:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
MIME type of the source document. Supported MIME types are:
text/html
text/plain
application/xml
image/bmp
image/jpeg
image/png
image/gif
Varsayılan değer şudur text/html
.
orientation | özellik |
public var orientation:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Page orientation:
portrait
landscape
Varsayılan değer şudur portrait
.
ownerPassword | özellik |
public var ownerPassword:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Specifies the owner password; format="PDF"
only.
pageHeight | özellik |
public var pageHeight:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Page height in inches (default) or centimeters.
This attribute is only valid if pagetype=custom
.
To specify page height in centimeters, include the unit=cm
attribute.
pageType | özellik |
public var pageType:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Page type into which ColdFusion generates the report:
legal
: 8.5 inches x 14 inches.letter
: 8.5 inches x 11 inchesA4
: 8.27 inches x 11.69 inchesA5
: 5.81 inches x 8.25 inchesB4
: 9.88 inches x 13.88 inchesB5
: 7 inches x 9.88 inchesB4-JIS
: 10.13 inches x 14.31 inchesB5-JIS
: 7.19 inches x 10.13 inchescustom
: custom height and width. If you specify custom, you must also specify the pageHeight and pageWidth attributes. You can optionally specify margin attributes and whether the units are inches or centimeters.
Varsayılan değer şudur letter
.
pageWidth | özellik |
public var pageWidth:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Page width in inches (default) or centimeters.
This attribute is only valid if pagetype=custom
.
To specify page width in centimeters, include the unit=cm
attribute.
permissions | özellik |
public var permissions:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Format="PDF" only; sets one or more of the following permissions:
AllowPrinting
AllowModifyContents
AllowCopy
AllowModifyAnnotations
AllowFillIn
AllowScreenReaders
AllowAssembly
AllowDegradedPrinting
proxyHost | özellik |
public var proxyHost:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Host name or IP address of a proxy server to which to send the request.
proxyPassword | özellik |
public var proxyPassword:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Password required by the proxy server.
proxyPort | özellik |
public var proxyPort:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
The port to connect to on the proxy server.
Varsayılan değer şudur 80.
proxyUser | özellik |
public var proxyUser:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
User name to provide to the proxy server.
scale | özellik |
public var scale:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Scale factor as a percentage. Use this option to reduce the size of the HTML output so that it fits on that paper. Specify a number less than 100.
Varsayılan değer şudur Calculated by ColdFusion.
src | özellik |
public var src:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
URL or the relative path to the web root. You cannot specify both the src and srcfile attributes. The file must be in a browser-writable format such as, HTML, HTM, BMP, PNG, and so on.
srcFile | özellik |
public var srcFile:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Absolute path of a file that is on the server. You cannot specify both the src and srcfile attributes. The file must be a PPT file, a Word file, or be in a browser-writable format such as, HTML, HTM, BMP, PNG, and so on.
unit | özellik |
public var unit:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Default unit for the pageHeight
, pageWidth
,
and margin
attributes:
in
: inchescm
: centimeters
Varsayılan değer şudur in
.
userAgent | özellik |
public var userAgent:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Text to put in the HTTP User-Agent request header field. Used to identify the request client software.
Varsayılan değer şudur ColdFusion
.
userPassword | özellik |
public var userPassword:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Specifies a user password; format="PDF"
only.
Document | () | Yapıcı |
public function Document()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Creates an instance of the document
class.
execute | () | yöntem |
public function execute():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Sends the information to the ColdFusion service based on the action and attributes that the user sets.
Tue Jun 12 2018, 01:09 PM Z