iText 8.0.5 API
iText.Forms.Form.FormProperty Class Reference

Set of constants that will be used as keys to get and set properties. More...

Static Public Attributes

const int  FORM_FIELD_FLATTEN = PROPERTY_START + 1
  The Constant FORM_FIELD_FLATTEN for form related properties. More...
 
const int  FORM_FIELD_SIZE = PROPERTY_START + 2
  The Constant FORM_FIELD_SIZE. More...
 
const int  FORM_FIELD_VALUE = PROPERTY_START + 3
  The Constant FORM_FIELD_VALUE. More...
 
const int  FORM_FIELD_PASSWORD_FLAG = PROPERTY_START + 4
  The Constant FORM_FIELD_PASSWORD_FLAG. More...
 
const int  FORM_FIELD_COLS = PROPERTY_START + 5
  The Constant FORM_FIELD_COLS. More...
 
const int  FORM_FIELD_ROWS = PROPERTY_START + 6
  The Constant FORM_FIELD_ROWS. More...
 
const int  FORM_FIELD_CHECKED = PROPERTY_START + 7
  The Constant FORM_FIELD_CHECKED. More...
 
const int  FORM_FIELD_MULTIPLE = PROPERTY_START + 8
  The Constant FORM_FIELD_MULTIPLE. More...
 
const int  FORM_FIELD_SELECTED = PROPERTY_START + 9
  The Constant FORM_FIELD_SELECTED. More...
 
const int  FORM_FIELD_LABEL = PROPERTY_START + 10
  The Constant FORM_FIELD_LABEL. More...
 
const int  FORM_ACCESSIBILITY_LANGUAGE = PROPERTY_START + 11
  The Constant FORM_ACCESSIBILITY_LANGUAGE. More...
 
const int  FORM_FIELD_RADIO_GROUP_NAME = PROPERTY_START + 12
  The Constant FORM_FIELD_RADIO_GROUP_NAME. More...
 
const int  FORM_FIELD_RADIO_BORDER_CIRCLE = PROPERTY_START + 13
  The Constant FORM_FIELD_RADIO_BORDER_CIRCLE. More...
 
const int  FORM_CHECKBOX_TYPE = PROPERTY_START + 14
  The Constant FORM_CHECKBOX_TYPE. More...
 
const int  FORM_CONFORMANCE_LEVEL = PROPERTY_START + 15
  The Constant FORM_CONFORMANCE_LEVEL. More...
 

Detailed Description

Set of constants that will be used as keys to get and set properties.

Member Data Documentation

◆ FORM_ACCESSIBILITY_LANGUAGE

const int iText.Forms.Form.FormProperty.FORM_ACCESSIBILITY_LANGUAGE = PROPERTY_START + 11
static

The Constant FORM_ACCESSIBILITY_LANGUAGE.

◆ FORM_CHECKBOX_TYPE

const int iText.Forms.Form.FormProperty.FORM_CHECKBOX_TYPE = PROPERTY_START + 14
static

The Constant FORM_CHECKBOX_TYPE.

◆ FORM_CONFORMANCE_LEVEL

const int iText.Forms.Form.FormProperty.FORM_CONFORMANCE_LEVEL = PROPERTY_START + 15
static

The Constant FORM_CONFORMANCE_LEVEL.

◆ FORM_FIELD_CHECKED

const int iText.Forms.Form.FormProperty.FORM_FIELD_CHECKED = PROPERTY_START + 7
static

The Constant FORM_FIELD_CHECKED.

◆ FORM_FIELD_COLS

const int iText.Forms.Form.FormProperty.FORM_FIELD_COLS = PROPERTY_START + 5
static

The Constant FORM_FIELD_COLS.

◆ FORM_FIELD_FLATTEN

const int iText.Forms.Form.FormProperty.FORM_FIELD_FLATTEN = PROPERTY_START + 1
static

The Constant FORM_FIELD_FLATTEN for form related properties.

◆ FORM_FIELD_LABEL

const int iText.Forms.Form.FormProperty.FORM_FIELD_LABEL = PROPERTY_START + 10
static

The Constant FORM_FIELD_LABEL.

◆ FORM_FIELD_MULTIPLE

const int iText.Forms.Form.FormProperty.FORM_FIELD_MULTIPLE = PROPERTY_START + 8
static

The Constant FORM_FIELD_MULTIPLE.

◆ FORM_FIELD_PASSWORD_FLAG

const int iText.Forms.Form.FormProperty.FORM_FIELD_PASSWORD_FLAG = PROPERTY_START + 4
static

The Constant FORM_FIELD_PASSWORD_FLAG.

◆ FORM_FIELD_RADIO_BORDER_CIRCLE

const int iText.Forms.Form.FormProperty.FORM_FIELD_RADIO_BORDER_CIRCLE = PROPERTY_START + 13
static

The Constant FORM_FIELD_RADIO_BORDER_CIRCLE.

◆ FORM_FIELD_RADIO_GROUP_NAME

const int iText.Forms.Form.FormProperty.FORM_FIELD_RADIO_GROUP_NAME = PROPERTY_START + 12
static

The Constant FORM_FIELD_RADIO_GROUP_NAME.

◆ FORM_FIELD_ROWS

const int iText.Forms.Form.FormProperty.FORM_FIELD_ROWS = PROPERTY_START + 6
static

The Constant FORM_FIELD_ROWS.

◆ FORM_FIELD_SELECTED

const int iText.Forms.Form.FormProperty.FORM_FIELD_SELECTED = PROPERTY_START + 9
static

The Constant FORM_FIELD_SELECTED.

◆ FORM_FIELD_SIZE

const int iText.Forms.Form.FormProperty.FORM_FIELD_SIZE = PROPERTY_START + 2
static

The Constant FORM_FIELD_SIZE.

◆ FORM_FIELD_VALUE

const int iText.Forms.Form.FormProperty.FORM_FIELD_VALUE = PROPERTY_START + 3
static

The Constant FORM_FIELD_VALUE.