SubmitFormAction
Revisión
SubmitFormAction Es una clase en Aspose.PDF FOSS para Java. Heredados de: PdfAction.
Acción SubmitForm — presenta datos de forma a una URL (ISO 32000-1:2008, §12.6.4.14).
Esta clase proporciona 10 métodos para trabajar con los objetos SubmitFormAction en programas de Java. Los métodos disponibles incluyen: SubmitFormAction, fromDictionary, getFields, getFlags, getNext, getPdfDictionary, getType, getUrl, setFlags. Todos los miembros públicos están accesibles a cualquier aplicación Java después de instalar el Aspose.PDF FOSS para el paquete Java. Propiedades : FLAG_CANONICAL_FORMAT, FLAG_EMBED_FORM, FLAG_EXCL_F_KEY, FLAG_EXCL_NON_USER_ANNOTS, FLAG_EXPORT_FORMAT, FLAG_GET_METHOD,Y 13 más.
Propiedades
| Nombre | Tipo | Acceso | Descripción |
|---|---|---|---|
url | String | Leer | Devolver la URL de presentación. |
flags | int | Leer | devolver las banderas de la submisión. |
fields | PdfArray | Leer | Devolve el nombre de campo/lista de referencia, o {@code null} si todos los campos. |
FLAG_INCLUDE_EXCLUDE | int | Leer | Incluir/Exclusión de la bandera (Tabela 237, bits 1). |
FLAG_INCLUDE_NO_VALUE_FIELDS | int | Leer | Incluye campos sin valor (bit 2). |
FLAG_EXPORT_FORMAT | int | Leer | Exportación como formato HTML (bit 3). |
FLAG_GET_METHOD | int | Leer | Utilice el HTTP GET (bit 4). |
FLAG_SUBMIT_COORDINATES | int | Leer | - Submit coordenadas del ratón (bit 5). |
FLAG_XFDF | int | Leer | Envío como XFDF (bit 6). |
FLAG_INCLUDE_APPEND_SAVES | int | Leer | Incluye los apendices (bit 7). |
FLAG_INCLUDE_ANNOTATIONS | int | Leer | Incluye anotaciones (bit 8). |
FLAG_SUBMIT_PDF | int | Leer | Envío como PDF (bit 9). |
FLAG_CANONICAL_FORMAT | int | Leer | El formato de fecha canónica (bit 10). |
FLAG_EXCL_NON_USER_ANNOTS | int | Leer | Exclusión de las anotaciones no utilizadas (bit 11). |
FLAG_EXCL_F_KEY | int | Leer | Exclusión de la clave F (bit 12). |
FLAG_EMBED_FORM | int | Leer | Formulario de presentación (bit 14). |
pdfDictionary | PdfDictionary | Leer | Retorna el dicionario de acción básico. |
type | String | Leer | Retorna el tipo de acción (/S entrada). |
next | PdfAction | Leer | Volver la siguiente acción (/Seguiente), si hay. |
Metodología
| firma | Descripción |
|---|---|
SubmitFormAction(dict: PdfDictionary) | Parsa un SubmitFormAction de un diccionario existente. |
SubmitFormAction(url: String) | Crea un SubmitFormAction para la URL dada. |
getUrl() → String | Devolver la URL de presentación. |
getFlags() → int | devolver las banderas de la submisión. |
setFlags(flags: int) | -Consigue las banderas de la submisión. |
getFields() → PdfArray | Devolve el nombre de campo/lista de referencia, o {@code null} si todos los campos. |
getPdfDictionary() → PdfDictionary | Retorna el dicionario de acción básico. |
getType() → String | Retorna el tipo de acción (/S entrada). |
getNext() → PdfAction | Volver la siguiente acción (/Seguiente), si hay. |
fromDictionary(dict: PdfDictionary, doc: Document) → PdfAction | Fábrica: crea la subclases apropiada PdfAction de un diccionario. |